/* ================================
   Footer Custom Block (Jurnal + Maps)
   ================================ */

.footer-custom-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* biar sejajar dengan logo PKP */
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  background-color: #70a9b7;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 40px;
  font-family: Arial, sans-serif;
}

/* Blok kolom alamat & maps */
.footer-custom-block .footer-column {
  flex: 1;
  min-width: 300px;
  background-color: #a9c4cb;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

/* Judul dalam footer */
.footer-custom-block h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid #004b5f;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* Teks alamat */
.footer-custom-block p {
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}

/* Maps iframe */
.footer-custom-block iframe {
  width: 100%;
  height: 150px;
  border: 0;
  border-radius: 8px;
}
