/* HEADER UMUM */
.header-top {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

/* Container Header */
.header-container {
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 0 20px;
}

/* Logo */
.logo-kab,
.logo-masero {
  height: 50px;
  width: auto;
}

/* Teks Pemerintah Kab */
.header-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.header-text .title {
  font-weight: 580;
  font-size: 15.4px;
  color: #080808;
}

.header-text .subtitle {
  font-size: 28.3px;
  font-weight: bold;
  text-transform: uppercase;
  color: #080808;
}

/* RESPONSIVE untuk Mobile */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-kab,
  .logo-masero {
    height: 35px;
  }

  .header-text .subtitle {
    font-size: 18.1px;
  }

  .header-text .title {
    font-size: 10px;
  }
}
