.header-container {
  background: linear-gradient(to right, #005b99, #4caf50, #fdd835);
  padding: 20px;
  color: white;
  font-family: Arial, sans-serif;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.header-logo {
  width: 80px;
  height: 80px;
  border-radius: 6px;
}

.header-text h1 {
  font-size: 20px;
  margin: 0;
}

.header-text p {
  margin: 4px 0 0;
  font-size: 14px;
}

.header-right {
  text-align: right;
  font-size: 14px;
  flex: 0 0 250px;
}

.header-right a {
  color: white;
  text-decoration: underline;
}
.custom-footer {
  background-color: #f8f9fa;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.custom-footer a {
  color: #005b99;
  text-decoration: none;
  width: 100%;
  height: auto;
  display: block;
}
.custom-footer a:hover {
  text-decoration: underline;
}
.custom-header-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.custom-header-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.footer-wrapper {
  background-color: transparent;
  padding: 15px 0; /* kurangi padding vertikal */
  font-family: Arial, sans-serif;
  color: #333;
}

.footer-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.footer-logo img {
  width: 60px; /* kecilkan logo */
  height: auto;
  border-radius: 6px;
}

.footer-info {
  flex: 1;
  font-size: 13px; /* kecilkan font */
  line-height: 1.4;
}

.footer-info p {
  margin: 2px 0; /* rapatkan antar baris */
}

.footer-info a {
  color: #005b99;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
}
.pkp_brand_footer {
  display: none;
}
