/* ============================================
   Custom CSS - Web Informasi Baperlitbang
   Override Eteon template untuk tema pemerintahan
   ============================================ */

/* Color Scheme Pemerintahan */
:root {
  --primary-color: #0e2b5c;
  --secondary-color: #1a5276;
  --accent-color: #2e86c1;
  --text-dark: #333333;
  --text-light: #ffffff;
}

/* Top bar info (cuaca & jam) */
.header-topbar__info {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #51668a;
}

.header-topbar__info .weather-icon {
  width: 24px;
  height: 20px;
  vertical-align: middle;
}

.header-topbar__info .cel-temperature {
  font-weight: 600;
}

/* Navbar brand logo */
.navbar-brand {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.navbar-brand .logo-img {
  width: auto;
  height: 50px;
  max-width: 50px;
  object-fit: contain;
}

.navbar-brand .secondary-logo-img {
  width: auto;
  height: 44px;
  max-width: 110px;
  object-fit: contain;
}

.navbar-brand .brand-text {
  line-height: 1.3;
}

.navbar-brand .brand-text .brand-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
  text-transform: uppercase;
}

.navbar-brand .brand-text .brand-sub {
  font-size: 11px;
  font-weight: 500;
  color: #51668a;
  margin: 0;
}

/* Footer widget pengunjung */
.visitor-stats li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.visitor-stats li span {
  font-weight: 600;
  color: #fff;
}

/* Sidebar widget styling */
.widget-tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
}

.widget-tags .tag-list li a {
  display: inline-block;
  padding: 4px 12px;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 13px;
  color: var(--primary-color);
  transition: all 0.3s;
}

.widget-tags .tag-list li a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Login / Dashboard button in header - matches Eteon header__btn */
/* (uses btn btn__secondary header__btn classes from Eteon template) */

/* Google map in footer */
.footer-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 4px;
}

/* Footer themed to match page hero style */
.footer--hero .footer-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f4fa 0%, #f5f7fb 45%, #e9eef7 100%);
  border-top: 1px solid #dbe3f0;
  padding-top: 34px;
  padding-bottom: 22px;
}

.footer--hero .footer-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2364748b' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer--hero .footer-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(233, 238, 247, 0.05) 100%
  );
}

.footer--hero .footer-primary .container {
  position: relative;
  z-index: 2;
}

.footer--hero .footer-widget__title,
.footer--hero .footer-widget p,
.footer--hero .footer-widget li,
.footer--hero .footer-widget a,
.footer--hero .footer-widget {
  color: #334155;
}

.footer--hero .footer-widget {
  margin-bottom: 10px;
}

.footer--hero .footer-widget__title {
  margin-bottom: 16px;
}

.footer-brand__logo {
  width: 50px;
  margin-right: 10px;
}

.footer-brand__title {
  color: #1f2a37;
  font-size: 24px;
  line-height: 1.35;
}

.footer-brand__subtitle {
  color: #334155;
}

.footer-brand__address {
  color: #4b5d76;
}

.footer--hero .visitor-stats li {
  border-bottom-color: #d8e1ee;
  color: #4b5d76;
}

.footer--hero .visitor-stats li span {
  color: #1f2a37;
}

.footer--hero .footer-map iframe {
  border: 1px solid #d7dfec;
  border-radius: 8px;
}

.footer--hero .footer-secondary {
  background: #e9eef7;
  border-top: 1px solid #d8e1ee;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-secondary__logo {
  width: 32px;
  margin-right: 12px;
}

.footer--hero .footer-copy {
  color: #334155;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.footer--hero .social__icons li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f8ff;
  border: 1px solid #cdd8ea;
  color: #334155;
}

.footer--hero .social__icons li a:hover {
  background: #dbe6f7;
  color: #1f2a37;
}

@media (max-width: 767px) {
  .footer--hero .footer-primary {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .footer--hero .footer-secondary {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer--hero .footer-copy {
    font-size: 14px;
  }
}

/* ============================================
   Homepage Sections
   ============================================ */

/* Slider overlay & content */
.slider .slide-item .bg-overlay::before {
  background: rgba(14, 43, 92, 0.5);
}

.slider .slide__title {
  font-size: 42px;
  line-height: 1.3;
}

.slider .slide__desc {
  font-size: 16px;
  max-width: 600px;
}

/* Sambutan section */
.about-layout2 .heading__desc img {
  max-width: 100%;
  height: auto;
}

.about-layout2 .about__img img {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Portfolio carousel - berita terbaru */
.portfolio-carousel .portfolio-item__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/* Link terkait - uses Eteon template native client styling */

/* ============================================
   Pengumuman Ticker
   ============================================ */

.pengumuman-ticker {
  position: relative;
  z-index: 10;
}

.pengumuman-badge {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.pengumuman-slider {
  overflow: hidden;
  height: 28px;
}

.pengumuman-slider .slick-slide {
  height: 28px !important;
  display: flex !important;
  align-items: center;
}

.pengumuman-item a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
  gap: 12px;
}

.pengumuman-item a:hover {
  color: #fff;
}

.pengumuman-date {
  font-size: 12px;
  opacity: 0.7;
  white-space: nowrap;
}

.pengumuman-text {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pengumuman-more {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s;
}

.pengumuman-more:hover {
  color: #fff;
  text-decoration: none;
}

/* ============================================
   Visi & Misi Page
   ============================================ */

.visi-content p,
.misi-content p {
  margin-bottom: 15px;
}

.misi-content ol {
  list-style-type: decimal;
  padding-left: 25px;
}

.misi-content ol li {
  display: list-item;
  padding: 8px 0;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
}

.misi-content ol li:last-child {
  border-bottom: none;
}

.misi-content--dark ol li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.visi-content ol {
  list-style-type: decimal;
  padding-left: 25px;
}

.visi-content ol li {
  display: list-item;
  padding: 8px 0;
  line-height: 1.8;
}

/* ============================================
   Page Title - Form Controls (white bg)
   ============================================ */
.page-title .form-control,
.page-title .form-control:focus,
.page-title select.form-control {
  background-color: #fff !important;
  color: #333 !important;
  border: none !important;
  box-shadow: none !important;
}

/* ============================================
   Berita Detail — Page Title Hero
   ============================================ */
.berita-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-top: 120px;
  overflow: hidden;
}

.berita-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.berita-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3px) brightness(0.45);
  transform: scale(1.05);
}

.berita-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 43, 92, 0.5) 0%,
    rgba(5, 15, 35, 0.85) 100%
  );
  z-index: 1;
}

.berita-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.berita-hero__kategori {
  display: inline-block;
  background: var(--accent-color);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 14px;
}

.berita-hero__judul {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .berita-hero__judul {
    font-size: 22px;
  }
  .berita-hero {
    min-height: 280px;
  }
}

.berita-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 18px;
}

.berita-hero__meta span i {
  margin-right: 5px;
  color: var(--accent-color);
}

.berita-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.berita-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
}

.berita-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.55);
}

.berita-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   Berita Detail — Layout & Typography Artikel
   ============================================ */
.artikel-content p {
  line-height: 1.9;
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.artikel-content h1,
.artikel-content h2,
.artikel-content h3,
.artikel-content h4 {
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.artikel-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 15px auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.artikel-content blockquote {
  border-left: 4px solid var(--primary-color);
  padding: 15px 20px;
  margin: 25px 0;
  background: #f4f7fb;
  font-style: italic;
  border-radius: 0 6px 6px 0;
  color: #555;
}

.artikel-content ul,
.artikel-content ol {
  padding-left: 24px;
  margin-bottom: 18px;
}

.artikel-content ul li,
.artikel-content ol li {
  line-height: 1.8;
  margin-bottom: 6px;
  font-size: 16px;
  color: #444;
}

.artikel-content table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  font-size: 15px;
}

.artikel-content table th,
.artikel-content table td {
  border: 1px solid #dee2e6;
  padding: 10px 14px;
  vertical-align: top;
}

.artikel-content table th {
  background: var(--primary-color);
  color: #fff;
  font-weight: 600;
}

.artikel-content table tr:nth-child(even) td {
  background: #f8f9fa;
}

/* ============================================
   Berita Detail — Gambar Utama (figure)
   ============================================ */
.artikel-hero-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.artikel-hero-img img {
  width: 100%;
  display: block;
  max-height: 480px;
  object-fit: cover;
}

.artikel-hero-img figcaption {
  background: #f8f9fa;
  font-size: 13px;
  color: #666;
  padding: 8px 16px;
  font-style: italic;
  border-top: 1px solid #eee;
}

/* ============================================
   Berita Detail — Share Bar
   ============================================ */
.share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 30px 0;
}

.share-bar > strong {
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.share-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.share-fb {
  background: #1877f2;
  color: #fff;
}
.share-tw {
  background: #1da1f2;
  color: #fff;
}
.share-wa {
  background: #25d366;
  color: #fff;
}
.share-copy {
  background: #6c757d;
  color: #fff;
}
.share-fb:hover,
.share-tw:hover,
.share-wa:hover,
.share-copy:hover {
  color: #fff;
}

/* ============================================
   Berita Detail — Navigasi Prev / Next
   ============================================ */
.artikel-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 35px 0;
  padding: 20px 0;
  border-top: 2px solid #eee;
}

.nav-artikel {
  display: flex;
  flex-direction: column;
  max-width: 48%;
  text-decoration: none;
  padding: 14px 18px;
  border: 1px solid #e0e6ef;
  border-radius: 6px;
  transition: all 0.25s;
  color: #333;
}

.nav-artikel:hover {
  border-color: var(--primary-color);
  background: #f4f7fb;
  text-decoration: none;
  color: #333;
}

.nav-artikel .nav-label {
  font-size: 12px;
  color: var(--accent-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.nav-artikel strong {
  font-size: 14px;
  line-height: 1.4;
  color: var(--primary-color);
}

.nav-next {
  text-align: right;
  margin-left: auto;
}

/* ============================================
   Berita Detail — Sidebar Kanan
   ============================================ */
.sidebar-post-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidebar-post-item img {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.sidebar-post-item .sidebar-post-content {
  flex: 1;
}

.sidebar-post-item .post-date {
  font-size: 11px;
  color: #999;
  display: block;
  margin-bottom: 4px;
}

.sidebar-post-item .sidebar-post-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.sidebar-post-item .sidebar-post-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.sidebar-post-item .sidebar-post-title a:hover {
  color: var(--primary-color);
}

/* ============================================
   Berita Detail — Section Berita Terkait Bawah
   ============================================ */
.berita-terkait-section {
  background: #f4f7fb;
  padding: 60px 0;
}

.berita-terkait-section .section-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--accent-color);
  display: inline-block;
}

.berita-terkait-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  height: 100%;
}

.berita-terkait-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.berita-terkait-card__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.berita-terkait-card__body {
  padding: 18px;
}

.berita-terkait-card__date {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
  display: block;
}

.berita-terkait-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #333;
}

.berita-terkait-card__title a {
  color: #333;
  text-decoration: none;
}

.berita-terkait-card__title a:hover {
  color: var(--primary-color);
}

/* ============================================
   Berita List — Page Hero
   ============================================ */
.berita-list-hero {
  background: linear-gradient(135deg, #5e6676 0%, #768091 60%, #8f98a8 100%);
  padding: 120px 0 50px;
  position: relative;
  overflow: hidden;
}

.berita-list-hero--compact {
  padding-top: 72px !important;
  padding-bottom: 36px !important;
}

.berita-list-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2364748b' fill-opacity='0.18'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.berita-list-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.berita-list-hero__label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.berita-list-hero__title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.berita-list-hero__sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .berita-list-hero__title {
    font-size: 24px;
  }
  .berita-list-hero__sub {
    margin-bottom: 20px;
  }
}

.berita-list-hero__search {
  display: flex;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.berita-list-hero__search .form-control {
  height: 48px;
  background: #fff !important;
  color: #1f2a37 !important;
  border: none !important;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  flex: 1;
}

.berita-list-hero__search .form-control::placeholder {
  color: #60748b;
  opacity: 1;
}

.berita-list-hero__search .form-control:focus {
  box-shadow: none !important;
}

.berita-list-hero__search button {
  height: 48px;
  width: 52px;
  background: #fdb900;
  border: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
  transition: background 0.2s;
}

.berita-list-hero__search button:hover {
  background: #e0a800;
}

/* ============================================
   Profil Pages — Modern Layout Blocks
   ============================================ */
.profil-modern-section {
  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(143, 152, 168, 0.12),
      transparent 42%
    ),
    linear-gradient(180deg, #f9fbff 0%, #f5f7fb 100%);
}

.profil-content-card {
  background: #fff;
  border: 1px solid #e5e9f1;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(31, 42, 55, 0.07);
}

.profil-content-card--frame,
.profil-content-card--table {
  padding: 18px;
}

.profil-content-card__kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b778a;
  margin-bottom: 8px;
}

.profil-content-card__title {
  font-size: 32px;
  line-height: 1.2;
  color: #273145;
  margin-bottom: 6px;
}

.profil-iframe-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dbe2ee;
  background: #fff;
}

.profil-iframe-wrap iframe {
  display: block;
  border: 0;
}

.profil-stat-card {
  background: linear-gradient(135deg, #ffffff 0%, #f2f6ff 100%);
  border: 1px solid #dce4f2;
  border-radius: 12px;
  padding: 18px 20px;
}

.profil-stat-card__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #687387;
  display: block;
  margin-bottom: 6px;
}

.profil-stat-card__value {
  margin: 0;
  font-size: 30px;
  color: #1f2a37;
  font-weight: 800;
}

.profil-table {
  border-collapse: separate;
  border-spacing: 0;
}

.profil-table thead th {
  border: none;
  background: #314157;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 14px 16px;
}

.profil-table thead th:first-child {
  border-top-left-radius: 10px;
}

.profil-table thead th:last-child {
  border-top-right-radius: 10px;
}

.profil-table tbody td {
  border-color: #e7ecf4;
  padding: 13px 16px;
  vertical-align: middle;
  color: #3c495d;
  background: #fff;
}

.profil-table tbody tr:nth-child(even) td {
  background: #f9fbff;
}

.profil-table__name {
  font-weight: 700;
  color: #1f2a37;
}

.profil-table__role {
  display: inline-block;
  background: #eef2f8;
  color: #374559;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.4;
}

.profil-side-thumb {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.profil-main-image {
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(20, 28, 40, 0.12);
}

@media (max-width: 768px) {
  .profil-content-card {
    padding: 18px;
    border-radius: 12px;
  }

  .profil-content-card__title {
    font-size: 24px;
  }

  .profil-side-thumb {
    height: 190px;
  }

  .profil-table__role {
    border-radius: 10px;
    font-size: 11px;
  }
}

/* ============================================
   Berita List — Badge Kategori
   ============================================ */
.berita-badge {
  display: inline-block;
  background: var(--accent-color);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.berita-badge--sm {
  font-size: 10px;
  padding: 3px 9px;
}

.berita-badge--img {
  position: absolute;
  top: 14px;
  left: 14px;
  margin-bottom: 0;
  z-index: 2;
}

/* ============================================
   Berita List — Featured (Artikel Utama Besar)
   ============================================ */
.berita-featured-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  height: 100%;
  min-height: 420px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.berita-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.berita-featured-card__img {
  position: absolute;
  inset: 0;
}

.berita-featured-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.berita-featured-card:hover .berita-featured-card__img img {
  transform: scale(1.04);
}

.berita-featured-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 28px 22px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(5, 15, 35, 0.92) 100%
  );
  color: #fff;
  z-index: 2;
}

.berita-featured-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 8px;
}

.berita-featured-card__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.berita-featured-card__meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.berita-featured-card__meta i {
  margin-right: 4px;
}

@media (max-width: 991px) {
  .berita-featured-card {
    min-height: 300px;
  }
  .berita-featured-card__title {
    font-size: 18px;
  }
}

/* ============================================
   Berita List — Side Card (Artikel Ke-2 & 3)
   ============================================ */
.berita-side-card {
  display: flex;
  gap: 16px;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  flex: 1;
  align-items: stretch;
}

.berita-side-card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.berita-side-card__img {
  width: 140px;
  flex-shrink: 0;
  overflow: hidden;
}

.berita-side-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}

.berita-side-card:hover .berita-side-card__img img {
  transform: scale(1.06);
}

.berita-side-card__body {
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.berita-side-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  line-height: 1.45;
  margin-bottom: 8px;
  margin-top: 6px;
}

.berita-side-card__date {
  font-size: 12px;
  color: #999;
}

.berita-side-card__date i {
  margin-right: 4px;
}

@media (max-width: 576px) {
  .berita-side-card {
    flex-direction: column;
  }
  .berita-side-card__img {
    width: 100%;
    height: 180px;
  }
  .berita-side-card__body {
    padding: 14px;
  }
}

/* ============================================
   Berita List — Grid Artikel Lainnya
   ============================================ */
.berita-grid-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.berita-grid-divider::before,
.berita-grid-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color), #e0e6ef);
}

.berita-grid-divider::before {
  flex: 0 0 40px;
  background: var(--primary-color);
}

.berita-grid-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.berita-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
}

.berita-grid-card__imgwrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.berita-grid-card__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s;
}

.berita-grid-card:hover .berita-grid-card__img {
  transform: scale(1.05);
}

.berita-grid-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.berita-grid-card__date {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.berita-grid-card__date i {
  margin-right: 4px;
}

.berita-grid-card__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  flex: 1;
}

.berita-grid-card__title a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
}

.berita-grid-card__title a:hover {
  color: var(--primary-color);
}

.berita-grid-card__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.berita-grid-card__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    gap 0.2s,
    color 0.2s;
  margin-top: auto;
}

.berita-grid-card__link:hover {
  color: var(--primary-color);
  gap: 10px;
  text-decoration: none;
}

/* ============================================
   Header Rebrand — Slate Indigo
   ============================================ */
:root {
  --header-top-bg: #f5f7fb;
  --header-menu-bg: #5e6676;
  --header-menu-bg-2: #8f98a8;
  --header-menu-hover: #737d8e;
  --header-menu-active: #d29a4a;
  --header-menu-text: #f4f6fb;
  --header-divider: rgba(255, 255, 255, 0.14);
}

.header-layout2 {
  box-shadow: 0 8px 26px rgba(20, 27, 43, 0.09);
}

.header-layout2 .header-topbar {
  background: var(--header-top-bg);
  border-bottom: 1px solid #e5eaf2;
}

.header-layout2 .header-topbar__contact li {
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
}

.header-layout2 .header-topbar__contact li i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dce4ef;
  color: #36415d;
}

.header-layout2 .header-topbar__contact li span {
  color: #6a7488;
}

.header-layout2 .header-topbar__contact li strong,
.header-layout2 .header-topbar__contact li strong a {
  color: #33415f;
}

.header-layout2 .header__btn.btn__secondary {
  background: linear-gradient(135deg, #e0ab61, #ca9045);
  border-color: transparent;
  color: #fff;
  border-radius: 18px;
  padding-left: 22px;
  padding-right: 22px;
  box-shadow: 0 8px 20px rgba(161, 112, 46, 0.23);
}

.header-layout2 .header__btn.btn__secondary:hover {
  transform: translateY(-1px);
  color: #fff;
  opacity: 0.95;
}

.header-layout2 .sticky-navbar {
  background: linear-gradient(
    120deg,
    var(--header-menu-bg) 0%,
    #768091 55%,
    var(--header-menu-bg-2) 100%
  );
}

.header-layout2 .navbar__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header-layout2 .navbar-nav {
  gap: 4px;
}

.header-layout2 .navbar-nav > .nav__item {
  display: flex;
  align-items: center;
}

.header-layout2 .navbar-nav > .nav__item > .nav__item-link {
  color: var(--header-menu-text) !important;
  font-weight: 600;
  padding: 11px 14px;
  border-radius: 6px;
  line-height: 1.25;
  position: relative;
  background: transparent;
  transition:
    background 0.2s,
    color 0.2s;
}

.header-layout2 .navbar-nav > .nav__item > .nav__item-link:hover,
.header-layout2 .navbar-nav > .nav__item:hover > .nav__item-link {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

.header-layout2 .navbar-nav > .nav__item > .nav__item-link.active {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none;
}

.header-layout2 .navbar-nav > .nav__item > .nav__item-link.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -11px;
  height: 3px;
  border-radius: 2px;
  background: var(--header-menu-active);
}

.header-layout2 .navbar-nav .with-dropdown > .dropdown-toggle::after {
  color: rgba(255, 255, 255, 0.8);
}

.header-layout2 .navbar .dropdown-menu {
  border: 1px solid #dde4f1;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(26, 36, 57, 0.15);
}

.header-layout2 .navbar .dropdown-menu .nav__item-link {
  color: #2f3f4f !important;
  border-radius: 4px;
}

.header-layout2 .navbar .dropdown-menu .nav__item-link:hover {
  background: #eef2fb;
  color: #2c3448 !important;
}

.header-layout2 .header-actions {
  border-left: 1px solid var(--header-divider);
  padding-left: 16px;
}

.header-layout2 .header-search__form {
  position: relative;
  min-width: 300px;
}

.header-layout2 .header-search__form .form-control {
  height: 44px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 24px;
  padding-left: 16px;
  padding-right: 52px;
}

.header-layout2 .header-search__form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.header-layout2 .header-search__form .form-control:focus {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.header-layout2 .header-search__btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: none;
  background: #d29a4a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.header-layout2 .header-search__btn:hover {
  background: #be853d;
}

@media (max-width: 1199px) {
  .header-layout2 .header-search__form {
    min-width: 240px;
  }
}

/* ============================================
   Header Cleanup — Kembali ke style awal (lebih tinggi)
   ============================================ */
.header-layout2 .navbar .nav__item .nav__item-link,
.header-layout2 .navbar-nav > .nav__item > .nav__item-link {
  line-height: 76px;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
}

.header-layout2 .navbar .dropdown-toggle,
.header-layout2 .navbar-nav > .nav__item.with-dropdown > .nav__item-link {
  padding-right: 22px;
}

.header-layout2 .navbar-nav > .nav__item > .nav__item-link.active::after {
  content: none;
}

.header-layout2 .navbar-nav > .nav__item > .nav__item-link:hover,
.header-layout2 .navbar-nav > .nav__item:hover > .nav__item-link,
.header-layout2 .navbar-nav > .nav__item > .nav__item-link.active {
  background: transparent !important;
  color: #fdb900 !important;
  box-shadow: none;
}

.header-layout2 .header-actions {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 14px;
}

.header-layout2 .header-search__form {
  min-width: 320px;
  border-left: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 38px;
  overflow: hidden;
}

.header-layout2 .header-search__form .form-control {
  height: 56px;
  padding: 0 64px 0 24px;
  border: 0;
  border-radius: 38px;
  background: transparent;
  color: #fff;
}

.header-layout2 .header-search__form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

.header-layout2 .header-search__form .form-control:focus {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.header-layout2 .header-search__form .header-search__btn,
.header-layout2 .header-search__btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  border: 0;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 0;
  line-height: 1;
}

.header-layout2 .header-search__form .header-search__btn:hover,
.header-layout2 .header-search__btn:hover {
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.header-layout2 .navbar__bottom.fixed-navbar,
.header-layout2 .navbar__bottom.fixed-navbar > .container,
.header-layout2 .navbar__bottom.fixed-navbar > .container-fluid {
  height: 76px;
  max-height: 76px;
}

/* ============================================
   Light Theme Test Override (#F5F7FB)
   ============================================ */
.header-layout2 .sticky-navbar {
  background: linear-gradient(
    120deg,
    #eef2f8 0%,
    #f5f7fb 55%,
    #edf2f9 100%
  ) !important;
}

.header-layout2 .navbar-nav > .nav__item > .nav__item-link {
  color: #334155 !important;
}

.header-layout2 .navbar-nav .with-dropdown > .dropdown-toggle::after {
  color: #64748b !important;
}

.header-layout2 .header-actions {
  border-left: 1px solid #d7deea !important;
}

.header-layout2 .header-search__form {
  background: #e9eef6 !important;
  border: 1px solid #d3dce9 !important;
}

.header-layout2 .header-search__form .form-control {
  color: #334155 !important;
}

.header-layout2 .header-search__form .form-control::placeholder {
  color: #64748b !important;
}

.header-layout2 .header-search__form .header-search__btn,
.header-layout2 .header-search__btn {
  background: #dbe3ef !important;
  color: #475569 !important;
}

.header-layout2 .header-search__form .header-search__btn:hover,
.header-layout2 .header-search__btn:hover {
  background: #ced8e8 !important;
  color: #334155 !important;
}

.berita-list-hero {
  background: linear-gradient(
    135deg,
    #f1f4fa 0%,
    #f5f7fb 45%,
    #e9eef7 100%
  ) !important;
}

.berita-list-hero::before {
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2364748b' fill-opacity='0.09'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.berita-list-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(233, 238, 247, 0.06) 100%
  );
}

.berita-list-hero__content,
.berita-list-hero__title,
.berita-list-hero__sub {
  color: #334155 !important;
}

.berita-list-hero__label {
  background: #e2e9f4 !important;
  border-color: #cad5e6 !important;
  color: #334155 !important;
}

.berita-list-hero .breadcrumb-item a {
  color: #475569 !important;
}

.berita-list-hero .breadcrumb-item.active,
.berita-list-hero .breadcrumb-item {
  color: #64748b !important;
}

.berita-list-hero--news {
  padding-top: 72px !important;
}

/* ============================================
   PPID List — Hero & Document Cards
   ============================================ */
.ppid-list-hero {
  padding-top: 88px !important;
}

.ppid-hero-search {
  margin-top: 8px;
}

.ppid-modern-section {
  background: #f6f8fc;
}

.ppid-filter {
  gap: 8px;
  margin-bottom: 0;
}

.ppid-filter__link {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid #d7dfeb;
  border-radius: 999px;
  background: #fff;
  color: #4a5a72;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.ppid-filter__link:hover,
.ppid-filter__link.active {
  background: #1f2a37;
  border-color: #1f2a37;
  color: #fff;
  text-decoration: none;
}

.ppid-doc-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ppid-doc-card {
  background: #fff;
  border: 1px solid #e3e8f1;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
}

.ppid-doc-card__main {
  min-width: 0;
}

.ppid-doc-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.ppid-doc-chip {
  display: inline-block;
  background: #fdb900;
  color: #1f2a37;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ppid-doc-date,
.ppid-doc-year {
  color: #6b778a;
  font-size: 12px;
  font-weight: 600;
}

.ppid-doc-card__title {
  font-size: 24px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.ppid-doc-card__title a {
  color: #1f2a37;
  text-decoration: none;
}

.ppid-doc-card__title a:hover {
  color: #0f3a7a;
}

.ppid-doc-card__desc {
  margin: 0;
  color: #5a687d;
  font-size: 14px;
  line-height: 1.7;
}

.ppid-doc-card__actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.ppid-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.ppid-btn--view {
  background: #eaf0f9;
  color: #1f2a37;
  border-color: #d3ddec;
}

.ppid-btn--view:hover {
  background: #dce7f6;
  color: #1f2a37;
  text-decoration: none;
}

.ppid-btn--download {
  background: #fdb900;
  color: #1f2a37;
}

.ppid-btn--download:hover {
  background: #e3a700;
  color: #1f2a37;
  text-decoration: none;
}

@media (max-width: 992px) {
  .ppid-doc-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .ppid-doc-card__actions {
    width: 100%;
  }
}

/* ============================================
   Kontak — Hero & Layout
   ============================================ */
.kontak-hero {
  padding-top: 84px !important;
}

.kontak-modern-section {
  background: #f6f8fc;
}

.kontak-grid-row {
  row-gap: 24px;
}

.kontak-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e9eef5;
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 12px 35px rgba(18, 38, 63, 0.08);
}

.kontak-card--map {
  padding: 18px;
  overflow: hidden;
}

.kontak-card__kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #274abb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kontak-card__title {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.3;
}

.kontak-info-box {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 12px;
  background: #f8fafc;
}

.kontak-info-box__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 46px;
}

.kontak-info-box__icon--alamat {
  background: #fdb900;
}

.kontak-info-box__icon--telepon {
  background: #274abb;
}

.kontak-info-box__icon--email {
  background: #16a34a;
}

.kontak-info-box h6 {
  font-size: 16px;
}

.kontak-info-box p {
  font-size: 14px;
  color: #667085;
}

.kontak-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kontak-meta-row i {
  color: #274abb;
}

.kontak-link-mail {
  color: #274abb;
  word-break: break-word;
}

.kontak-social-wrap {
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}

.kontak-social-list {
  gap: 10px;
}

.kontak-social-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.kontak-social-btn {
  color: #fff;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  text-decoration: none;
}

.kontak-social-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.kontak-social-btn--facebook {
  background: #3b5998;
}

.kontak-social-btn--twitter {
  background: #1da1f2;
}

.kontak-social-btn--instagram {
  background: #e4405f;
}

.kontak-map-head {
  gap: 12px;
  margin-bottom: 16px;
}

.kontak-map-head h4 {
  margin-bottom: 4px;
  font-size: 22px;
}

.kontak-map-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f8fafc;
  color: #274abb;
  font-size: 13px;
  font-weight: 600;
}

.kontak-map-frame {
  border-radius: 12px;
  overflow: hidden;
  min-height: 440px;
  background: #eef2f7;
}

.kontak-map-empty {
  min-height: 440px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef4ff 0%, #f8fafc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  color: #667085;
}

.kontak-map-empty i {
  font-size: 40px;
  color: #274abb;
  margin-bottom: 12px;
}
