body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  padding: 0px;
  color: #333;
}

h1, h2, h3 {
  color: #005580;
  font-size:12px;
}

.album-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.album-item {
  background: #fff;
  padding: 15px;
  border-left: 5px solid #005580;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.album-item a {
  color: #005580;
  text-decoration: none;
}

.album-item a:hover {
  text-decoration: underline;
}


.grid-galeri {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}

 

.foto-item img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
  border-radius: 5px;
  display: block;
 }

.foto-item p {
  font-size: 14px;
  color: #555;
}


.galeri-style {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.galeri-style:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
}


.form-foto {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

/* Container informasi album */
.info-album {
  margin-bottom: 20px;
   padding: 15px;
   border-radius: 4px;
}

/* Judul utama album */
.judul-album {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #003d5c;
  text-transform:normal;  
 
 }

.deskripsi-foto {
  font-size: 13px;
  line-height: 1.4;
  color: #555;
  margin-top: 8px;
  text-align: center;
}


 .meta-album {
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.2;
}

.meta-album .tanggal,
.meta-album .fotografer {
  font-size: 13px;
  display: inline-block;
}


/* Artikel singkat atau deskripsi album */
.artikel-singkat {
  font-size: 15px;
  line-height: 1.2;
  color: #444;
}



.sidebar-index {
  margin-top: 20px;
}

.index-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.index-thumb {
  width: 40%;
  height: auto;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  flex-shrink: 0;
}

.index-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.index-title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  margin-bottom: 2px;
}

.index-title:hover {
  text-decoration: none;
   color: #005580;
}

.index-date {
  font-size: 11px;
  color: #777;
}


button {
  padding: 5px 10px;
  background-color: #005580;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #003d5c;
}


input[type="text"], input[type="file"], textarea {
  width: 100%;
  padding: 5px;
   border: 1px solid #ccc;
  border-radius: 4px;
  margin:0 auto;
  background-color: #fafafa;
  margin-bottom:15px;
}

.input_data { width: 40%; margin:auto;
    border:1px solid #ccc;
    padding:4px;
    border-radius:6px;
    font-weight:600;
}

.tgl { padding:4px;
    border:3px solid #fdfdf;
    background:#f00;
     width: 100%;
     color:#fafafa;
      font-weight:600;
}

.tgl:hover { padding:4px;
    border:3px solid #fdfdf;
    background:#334552;
     width: 100%;
     color:#fafafa;
      font-weight:600;
}

.kirim { padding:4px;
    border:3px solid #fdfdf;
    background:#f00;
     width: 49%;
     color:#fafafa;
      font-weight:600;
}
.kirim:hover { padding:4px;
    border:3px solid #fdfdf;
    background:#334552;
     width: 49%;
     color:#fafafa;
      font-weight:600;
}

.upload {font-weight:600; font-size:11px;}

@media (max-width: 600px) {
  .grid-galeri {
    grid-template-columns: 1fr;
  }

  .foto-item img {
    height: auto !important;
    max-height: 300px;
    width: 100%;
    object-fit: contain;
  }

  .judul-album {
    font-size: 22px;
  }

  .artikel-singkat,
  .meta-album {
    font-size: 14px;
  }

  input[type="text"], input[type="file"], textarea {
    width: 100%;
  }

  .index-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .index-thumb {
    width: 100%;
    margin-bottom: 10px;
  }

  .index-info {
    align-items: center;
  }

  button {
    width: 100%;
    font-size: 16px;
  }
  .input_data { width: 100%;}
  *,
*::before,
*::after {
  box-sizing: border-box;
}
  .kirim { padding:4px;
    border:3px solid #fdfdf;
    background:#f00;
     width: 100%;
     color:#fafafa;
      font-weight:600;
}
.kirim:hover { padding:4px;
    border:3px solid #fdfdf;
    background:#334552;
     width: 100%;
     color:#fafafa;
      font-weight:600;
}

}
