/* Gaya heading untuk semua bagian */
h1, h2, h3, h4, h5,
.title,
.page-title,
.article-title,
.module-title,
.items-leading .leading-0 .page-header h2 {
  color: #8B0000 !important;
  font-family: 'Segoe UI', sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 6px;
}

/* Garis emas di bawah */
h1::after, h2::after, h3::after, h4::after, h5::after,
.title::after,
.page-title::after,
.article-title::after,
.module-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #FFD700 !important;
  border-radius: 2px;
}
.card-pegawai {
  background: linear-gradient(to bottom right, #ffffff, #fff6d6); /* putih ke emas muda */
  border: 2px solid #800000;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center; /* pusatkan isi horizontal */
  justify-content: center; /* optional: rata tengah vertikal */
  text-align: center;
  transition: transform 0.3s ease;
}

.foto-pegawai {
  width: 500px;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
  filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.2));
  display: block;
}
