@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ========= GLOBAL KHUSUS TEMPLATE SPMB ========= */
html {
  scroll-behavior: smooth;
}

body.spmb-clean-template {
  background:
    radial-gradient(circle at 12% 10%, rgba(147, 197, 253, 0.24), transparent 26%),
    radial-gradient(circle at 88% 10%, rgba(96, 165, 250, 0.16), transparent 24%),
    radial-gradient(circle at 50% 0%, rgba(191, 219, 254, 0.18), transparent 30%),
    linear-gradient(180deg,
      #0b1f4d 0%,
      #123b8a 22%,
      #2563eb 48%,
      #60a5fa 72%,
      #bfdbfe 100%
    ) !important;
}

body.spmb-clean-template,
body.spmb-clean-template * {
  font-family: 'Poppins', sans-serif !important;
  box-sizing: border-box;
}

body.spmb-clean-template #theme-header,
body.spmb-clean-template #main-nav,
body.spmb-clean-template .top-nav,
body.spmb-clean-template .breaking-news,
body.spmb-clean-template #sidebar,
body.spmb-clean-template .sidebar,
body.spmb-clean-template .post-meta,
body.spmb-clean-template .page-title,
body.spmb-clean-template .share-post,
body.spmb-clean-template .social-share,
body.spmb-clean-template #comments,
body.spmb-clean-template .footer-top,
body.spmb-clean-template .footer-bottom,
body.spmb-clean-template #footer,
body.spmb-clean-template .site-footer,
body.spmb-clean-template .widget,
body.spmb-clean-template .ads-post {
  display: none !important;
}

body.spmb-clean-template #wrapper,
body.spmb-clean-template .wrapper-outer,
body.spmb-clean-template .content,
body.spmb-clean-template .container,
body.spmb-clean-template .post-listing,
body.spmb-clean-template .post-inner,
body.spmb-clean-template .entry {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.spmb-clean-template .content,
body.spmb-clean-template .post-listing {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ========= AREA TEMPLATE ========= */
.spmb-clean-wrap {
  --text: #1f2937;
  --muted: #6b7280;
  --white: #ffffff;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --accent: #f59e0b;
  --accent-soft: #fff7ed;
  --success: #22c55e;
  --line: #dbe4f3;
  --surface: #f8fafc;
  --dark: #111827;
  --container: 1180px;
  --shadow-lg: 0 28px 70px rgba(17, 24, 39, .16);
  --shadow-md: 0 18px 44px rgba(17, 24, 39, .10);
  --shadow-sm: 0 10px 22px rgba(17, 24, 39, .06);
  color: var(--text);
}

.spmb-clean-shell {
  width: min(var(--container), calc(100% - 24px));
  margin: 0 auto;
}

.spmb-clean-topbar {
  padding: 24px 0 18px;
}

.spmb-clean-topbar-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.78)) !important;
  border: 1px solid rgba(203, 213, 225, 0.85) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.10) !important;
}

.spmb-clean-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  color: #111827 !important;
  text-decoration: none !important;
}

.spmb-clean-logo {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  border-radius: 22px;
  padding: 10px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(203, 213, 225, 0.80);
}

.spmb-clean-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.spmb-clean-brand-text small {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px 10px;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb !important;
  background: rgba(37, 99, 235, 0.10) !important;
  border-radius: 999px;
  text-shadow: none !important;
}

.spmb-clean-brand-text h1 {
  margin: 0;
  font-size: clamp(1.05rem, 1.75vw, 1.47rem);
  line-height: 1.15;
  font-weight: 700;
  color: #111827 !important;
  text-shadow: none !important;
}

.spmb-clean-brand-text p {
  margin: 6px 0 0;
  font-size: 0.89rem;
  color: #4b5563 !important;
  text-shadow: none !important;
}

.spmb-clean-actions {
  display: flex;
  gap: 12px;
}

.spmb-clean-btn {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(203, 213, 225, 0.85) !important;
  background: rgba(255,255,255,0.82) !important;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08) !important;
  color: #111827 !important;
  text-decoration: none !important;
  font-size: 1.02rem;
  font-weight: 700;
  transition: all .35s ease;
}

.spmb-clean-btn:hover {
  transform: translateY(-4px) scale(1.03);
}

.spmb-clean-btn-home:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #60a5fa) !important;
}

.spmb-clean-btn-wa:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
}

.spmb-clean-hero {
  padding: 14px 0 28px;
}

.spmb-clean-hero-box {
  padding: 42px 34px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,255,255,0.68)) !important;
  border: 1px solid rgba(203, 213, 225, 0.75) !important;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.10) !important;
}

/* ========= KONTEN PAGE ========= */
.spmb-clean-content {
  color: var(--text);
}

.spmb-clean-content p {
  font-size: 0.968rem !important;
  text-align: justify !important;
  text-justify: inter-word;
  line-height: 1.55 !important;
  margin: 0 0 14px !important;
}

.spmb-clean-content ul,
.spmb-clean-content ol {
  margin: 0 0 18px !important;
  padding-left: 0 !important;
}

.spmb-clean-content ul {
  list-style: none !important;
}

.spmb-clean-content ol {
  list-style: none !important;
  counter-reset: spmb-counter !important;
}

.spmb-clean-content li {
  font-size: 0.968rem !important;
  line-height: 1.65 !important;
  margin: 0 0 10px 0 !important;
  text-align: justify !important;
  text-justify: inter-word !important;
}

.spmb-clean-content ul li,
.spmb-clean-content .card ul li {
  position: relative !important;
  display: block !important;
  padding-left: 18px !important;
}

.spmb-clean-content ul li::before,
.spmb-clean-content .card ul li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #111827 !important;
  font-weight: 700 !important;
}

.spmb-clean-content ol li,
.spmb-clean-content .card ol li {
  position: relative !important;
  display: block !important;
  padding-left: 24px !important;
  counter-increment: spmb-counter !important;
}

.spmb-clean-content ol li::before,
.spmb-clean-content .card ol li::before {
  content: counter(spmb-counter) "." !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #111827 !important;
  font-weight: 700 !important;
}

.spmb-clean-content .hero {
  padding: 10px 0 28px;
  background: transparent !important;
}

.spmb-clean-content .hero .container,
.spmb-clean-content .section .container,
.spmb-clean-content .footer .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.spmb-clean-content .hero p {
  color: #111827 !important;
  font-size: clamp(0.97rem, 1.25vw, 1.05rem) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  max-width: 820px;
  text-shadow: none !important;
}

/* ===== BAGIAN PENTING ===== */
.spmb-clean-content .notice {
  margin-top: 22px;
  padding: 20px 22px;
  color: #1f2937 !important;
  font-size: 0.968rem !important;
  border: 1px solid rgba(124, 58, 237, 0.10);
  border-radius: 22px;
  background: linear-gradient(135deg, #dbe4ff 0%, #ece3ff 100%) !important;
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.10) !important;
}

.spmb-clean-content .notice,
.spmb-clean-content .notice p,
.spmb-clean-content .notice span,
.spmb-clean-content .notice div {
  color: #1f2937 !important;
  font-size: 0.968rem !important;
  text-shadow: none !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

.spmb-clean-content .notice strong {
  color: #111827 !important;
  font-weight: 800 !important;
}

.spmb-clean-content .notice a {
  color: #d97706 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.spmb-clean-content .notice a:hover {
  color: #b45309 !important;
}

.spmb-clean-content .section {
  padding: 22px 0;
}

.spmb-clean-content .grid,
.spmb-clean-content .grid-3 {
  display: grid;
  gap: 22px;
}

.spmb-clean-content .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spmb-clean-content .grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spmb-clean-content .card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)) !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  border-radius: 28px !important;
  padding: 26px !important;
  box-shadow: var(--shadow-md) !important;
  transition: transform .3s ease, box-shadow .3s ease;
}

.spmb-clean-content .card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg) !important;
}

.spmb-clean-content .card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--accent), #facc15);
}

.spmb-clean-content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.27rem, 1.72vw, 1.66rem) !important;
  line-height: 1.25;
  font-weight: 800;
  color: var(--dark);
}

.spmb-clean-content h3 {
  margin: 0 0 12px;
  font-size: 1.05rem !important;
  line-height: 1.35;
  font-weight: 700;
  color: var(--dark);
}

.spmb-clean-content .info-box {
  padding: 16px 18px;
  background: linear-gradient(180deg, #fbfdff, #f2f6fb);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.spmb-clean-content .info-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 0.79rem !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.spmb-clean-content .tag {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37,99,235,.10), rgba(245,158,11,.14));
  border: 1px solid rgba(37,99,235,.12);
  color: var(--primary);
  font-size: 0.79rem !important;
  font-weight: 700;
  letter-spacing: .04em;
}

.spmb-clean-content .muted {
  color: var(--muted);
  font-size: 0.94rem !important;
}

.spmb-clean-content .table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
}

.spmb-clean-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.spmb-clean-content thead th {
  background: linear-gradient(180deg, #eef4ff, #e8eefc);
  color: #1e3a8a;
  font-size: 0.89rem !important;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.spmb-clean-content th,
.spmb-clean-content td {
  padding: 14px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.968rem !important;
}

.spmb-clean-content tbody tr:nth-child(even) {
  background: #fbfcff;
}

.spmb-clean-content .footer .container {
  padding: 18px 20px !important;
  text-align: center;
  color: #5f6368;
  font-size: 0.94rem !important;
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(255,255,255,.86) !important;
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}

/* ===== TABEL JALUR ===== */
.spmb-clean-content .jalur-table td strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
}

.spmb-clean-content .jalur-keterangan-row td {
  padding-top: 10px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #e5e7eb;
  background: #f8fbff;
}

.spmb-clean-content .jalur-keterangan,
.spmb-clean-content .jalur-desc {
  font-size: 0.89rem !important;
  line-height: 1.6;
  color: #6b7280;
  padding: 0 !important;
  margin-top: 2px !important;
}

.spmb-clean-content .jalur-table tbody tr:not(.jalur-keterangan-row) td {
  border-bottom: 0 !important;
}

.spmb-clean-content .jalur-table tbody tr:not(.jalur-group):not(.jalur-keterangan-row) td {
  padding-top: 10px !important;
  padding-bottom: 12px !important;
  vertical-align: top !important;
}

.spmb-clean-content .jalur-table tbody tr:not(.jalur-group):not(.jalur-keterangan-row) td:first-child {
  padding-top: 12px !important;
}

/* ===== HEADER GROUP PADA TABEL JALUR ===== */
.spmb-clean-content .jalur-table .jalur-group td {
  background: linear-gradient(90deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  font-size: 0.96rem !important;
}

.spmb-clean-content .jalur-table .jalur-group td strong {
  display: block !important;
  color: #ffffff !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.spmb-clean-content .jalur-table tbody tr.jalur-group:first-of-type td {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* ===== TABEL JADWAL ===== */
.spmb-clean-content .jadwal-table .jadwal-group td {
  background: linear-gradient(90deg, #2563eb, #7c3aed) !important;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: 0 !important;
  padding: 12px 15px !important;
}

.spmb-clean-content .jadwal-table .jadwal-group td strong {
  color: #ffffff !important;
}

.spmb-clean-content .jadwal-table tr:not(.jadwal-group) td {
  background: #ffffff;
}

/* ===== LINK PENTING JADI TOMBOL ===== */
.spmb-clean-content .spmb-link-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}

.spmb-clean-content .spmb-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.20) !important;
  border: 1px solid rgba(37, 99, 235, 0.18) !important;
  transition: all .30s ease;
}

.spmb-clean-content .spmb-link-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
  color: #ffffff !important;
}

.spmb-clean-content .spmb-link-btn:active {
  transform: translateY(0);
}

/* ===== TOMBOL WHATSAPP PANITIA ===== */
.spmb-clean-content .spmb-wa-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}

.spmb-clean-content .spmb-wa-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #16a34a, #22c55e) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(34, 197, 94, 0.18) !important;
  border: 1px solid rgba(22, 163, 74, 0.18) !important;
  transition: all .3s ease;
}

.spmb-clean-content .spmb-wa-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #15803d, #16a34a) !important;
  color: #ffffff !important;
}

.spmb-clean-content .spmb-wa-btn-title {
  display: block;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: #ffffff !important;
}

.spmb-clean-content .spmb-wa-btn-sub {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: rgba(255,255,255,0.92) !important;
}

/* ===== DAFTAR ISI / MENU CEPAT ===== */
.spmb-clean-content .spmb-toc-card h2 {
  margin-bottom: 16px !important;
}

.spmb-clean-content .spmb-toc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.spmb-clean-content .spmb-toc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  color: #1e3a8a !important;
  background: linear-gradient(180deg, #eef4ff, #e7efff) !important;
  border: 1px solid rgba(37, 99, 235, 0.14) !important;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08) !important;
  transition: all .28s ease;
}

.spmb-clean-content .spmb-toc-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
  color: #ffffff !important;
}

/* ========= RESPONSIVE ========= */
@media (max-width: 1024px) {
  .spmb-clean-content .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .spmb-clean-topbar-box {
    flex-direction: column;
    align-items: stretch;
  }

  .spmb-clean-content .grid,
  .spmb-clean-content .grid-3 {
    grid-template-columns: 1fr;
  }

  .spmb-clean-content .spmb-toc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spmb-clean-hero-box {
    padding: 28px 18px;
    border-radius: 24px;
  }
}

@media (max-width: 600px) {
  .spmb-clean-shell {
    width: min(var(--container), calc(100% - 16px));
  }

  .spmb-clean-brand {
    align-items: flex-start;
  }

  .spmb-clean-logo {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .spmb-clean-brand-text h1 {
    font-size: 0.92rem !important;
    line-height: 1.2 !important;
  }

  .spmb-clean-brand-text p {
    font-size: 0.75rem !important;
    line-height: 1.35 !important;
  }

  .spmb-clean-brand-text small {
    font-size: 0.59rem !important;
    padding: 4px 8px !important;
  }

  .spmb-clean-btn {
    width: 46px;
    height: 46px;
    font-size: 0.97rem !important;
  }

  .spmb-clean-content .card {
    padding: 18px !important;
    border-radius: 22px !important;
  }

  .spmb-clean-content p,
  .spmb-clean-content li,
  .spmb-clean-content th,
  .spmb-clean-content td {
    font-size: 0.92rem !important;
  }

  .spmb-clean-content h2 {
    font-size: 1.25rem !important;
  }

  .spmb-clean-content h3 {
    font-size: 1rem !important;
  }

  .spmb-clean-content .jalur-keterangan,
  .spmb-clean-content .jalur-desc,
  .spmb-clean-content .muted {
    font-size: 0.85rem !important;
    padding-top: 10px;
  }

  .spmb-clean-content th,
  .spmb-clean-content td {
    padding: 12px;
  }

  .spmb-clean-content .jalur-table .jalur-group td {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
    padding: 12px 12px !important;
  }

  .spmb-clean-content .spmb-link-btn {
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    font-size: 0.9rem !important;
    border-radius: 14px;
  }

  .spmb-clean-content .spmb-wa-btn {
    width: 100%;
    min-height: 60px;
    padding: 14px 15px;
    border-radius: 16px;
  }

  .spmb-clean-content .spmb-wa-btn-title {
    font-size: 0.95rem !important;
  }

  .spmb-clean-content .spmb-wa-btn-sub {
    font-size: 0.84rem !important;
  }

  .spmb-clean-content .spmb-toc-grid {
    grid-template-columns: 1fr;
  }

  .spmb-clean-content .spmb-toc-link {
    width: 100%;
    min-height: 50px;
    font-size: 0.9rem !important;
    border-radius: 14px;
  }
}

/* ===== SYARAT BERKAS MASING-MASING JALUR ===== */
.spmb-clean-content .berkas-wrap {
  overflow-x: auto;
}

.spmb-clean-content .berkas-table {
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.spmb-clean-content .berkas-table thead th {
  text-align: center !important;
  vertical-align: middle !important;
  white-space: normal;
  line-height: 1.35 !important;
}

.spmb-clean-content .berkas-table tbody td {
  text-align: center !important;
  vertical-align: middle !important;
  font-weight: 700;
}

.spmb-clean-content .berkas-table tbody td:first-child {
  text-align: left !important;
  min-width: 220px;
}

.spmb-clean-content .berkas-table tbody td strong {
  margin-bottom: 0 !important;
}

.spmb-clean-content .berkas-table td,
.spmb-clean-content .berkas-table th {
  border-right: 1px solid #e5e7eb;
}

.spmb-clean-content .berkas-table td:last-child,
.spmb-clean-content .berkas-table th:last-child {
  border-right: 0;
}

.spmb-clean-content .berkas-table tbody tr td:not(:first-child) {
  font-size: 1.15rem !important;
  letter-spacing: 0.02em;
}

.spmb-clean-content .berkas-domisili td {
  background: #eef2ff !important;
}

.spmb-clean-content .berkas-afirmasi td {
  background: #fce7f3 !important;
}

.spmb-clean-content .berkas-mutasi td {
  background: #fee2e2 !important;
}

.spmb-clean-content .berkas-prestasi-akademik td {
  background: #ffedd5 !important;
}

.spmb-clean-content .berkas-prestasi-non td {
  background: #dcfce7 !important;
}

.spmb-clean-content .berkas-prestasi-agama td {
  background: #dbeafe !important;
}

.spmb-clean-content .berkas-prestasi-kepemimpinan td {
  background: #e0f2fe !important;
}

@media (max-width: 600px) {
  .spmb-clean-content .berkas-table {
    min-width: 900px;
  }

  .spmb-clean-content .berkas-table tbody td:first-child {
    min-width: 180px;
  }

  .spmb-clean-content .berkas-table tbody td:not(:first-child) {
    font-size: 1rem !important;
  }
}

/* header tabel berkas dibuat 2 baris lebih rapi */
.spmb-clean-content .berkas-table thead th {
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  padding: 12px 10px !important;
  min-width: 84px;
}

.spmb-clean-content .berkas-table thead th:first-child {
  min-width: 170px;
}