.sm-wrap{max-width:820px;margin:0 auto;font-family:inherit;color:#222}

.sm-hero{background:#fff7ed;border-left:4px solid #c2410c;border-radius:0 8px 8px 0;padding:1.25rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}
.sm-hero-icon{width:52px;height:52px;background:#c2410c;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:26px;color:#fff}
.sm-hero h2{font-size:18px;font-weight:700;color:#7c2d12;line-height:1.3;margin:0 0 4px}
.sm-hero p{font-size:13px;color:#555;margin:0}

.sm-note{background:#fefce8;border:1px solid #fde047;border-radius:8px;padding:1rem 1.25rem;font-size:13px;line-height:1.7;color:#713f12;margin-bottom:2rem}
.sm-note strong{color:#854d0e}
.sm-note-legal{display:block;margin-top:8px;font-size:12px;color:#92733b}

.sm-kategori-section{margin-bottom:2rem}
.sm-kategori-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #f0f2f6}
.sm-kategori-icon{font-size:22px}
.sm-kategori-head h3{font-size:15px;font-weight:700;color:#0a2e5c;margin:0}

.sm-empty{background:#f8f9fb;border:1px dashed #d0d7e2;border-radius:8px;padding:1rem 1.25rem;text-align:center}
.sm-empty p{font-size:13px;color:#888;margin:0}

.sm-items{display:flex;flex-direction:column;gap:12px}
.sm-card{background:#fff;border:1px solid #e0e5ee;border-radius:10px;padding:1rem 1.25rem}

.sm-card-top{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}
.sm-icon-bell{font-size:16px;flex-shrink:0;margin-top:2px}
.sm-card-top h4{flex:1;font-size:14px;font-weight:700;color:#222;margin:0;line-height:1.4}
.sm-status-badge{font-size:10px;font-weight:800;padding:4px 10px;border-radius:20px;white-space:nowrap;letter-spacing:.03em;flex-shrink:0}

.sm-desc{font-size:13px;color:#555;line-height:1.65;margin:0 0 10px}

.sm-meta-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px}
.sm-meta-item{font-size:12px;color:#666}

.sm-btn-file{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#0a2e5c;background:#eff6ff;padding:7px 14px;border-radius:6px;text-decoration:none}
.sm-btn-file:hover{background:#dbeafe}

.sm-contact{background:#0a2e5c;border-radius:10px;padding:1.25rem 1.5rem;text-align:center;margin-top:2rem}
.sm-contact p{color:#fff;font-size:14px;margin:0 0 4px}
.sm-contact-detail{color:#c8d8f0 !important;font-size:13px !important;margin:0 !important}

.sm-footnote{text-align:center;font-size:12px;color:#999;margin-top:1rem;font-style:italic}

@media(max-width:600px){
  .sm-hero{flex-direction:column;text-align:center}
  .sm-card-top{flex-wrap:wrap}
}
