/* Justify semua paragraf di berita */
    .portal-berita p {
        font-size: 14px;
        text-align: justify;
         font-family: 'Poppins', sans-serif;
    }
    .portal-berita h5 {
        text-align: justify;
    }


.f1-s-18x.cl3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #004f9e !important;
    text-align: left !important;
    line-height: 1.4;
}
.f1-s-18x.cl3:hover {
  color: #00CAFF  !important;/* Warna saat hover */
}

  .carousel-inner {
    min-height: 450px; /* sesuaikan sesuai tinggi ideal banner kamu */
    overflow: hidden;
  }

  .carousel-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* agar gambar penuh tanpa loncatan */
    display: block;
  }

.link-selengkapnya {
  font-family: 'Poppins', sans-serif;     /* atau font lain yang kamu pilih */
  font-size: 14px;
  color: #004f9e;
  text-decoration: none;
  font-weight: 500;
}

.link-selengkapnya:hover {
  color: #002e6d;                        /* warna saat hover */
  text-decoration: underline;
}

.btn-berita {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background-color: #004f9e;
  color: white;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  font-family: 'Poppins', sans-serif;
   margin-bottom: 20px;
}

.btn-berita .icon,
.btn-berita .arrow {
  font-size: 18px;
}

.btn-berita:hover {
  background-color: transparent;
  color: #004f9e;
  border: 2px solid #004f9e;
}

      /* css dokumen */
        .table-poppins {
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            color: #1a1a1a;
        }

        .table-poppins th {
            font-size: 16px;
            font-weight: 600;
            background-color: #d6d5de;
            color: #003366;
        }

        .table-poppins td a {
            color: #004f9e;
            text-decoration: none;
            font-weight: 500;
        }

        .table-poppins td a:hover {
            text-decoration: underline;
            color: #002a6f;
        }

        .table-poppins td {
            font-size: 15px;
            padding: 8px 10px;
        }
