/* =====================================
   DETAIL ADUAN
===================================== */

/* =====================================
   GARIS BAWAH JUDUL CARD
===================================== */

.card-divider {
  margin: 15px 0 25px;
  border: 0;
  border-top: 1px solid #e5e7eb;
  opacity: 1;
}

body {
  background: #f6f7fb;
  font-family: "Segoe UI", sans-serif;
}

/* CARD UTAMA */
.detail-card {
  border-radius: 18px;
  border: none;
  overflow: hidden;
  margin-top: 10px;
}

.detail-card .card-body {
  padding: 30px;
}

/* JUDUL */
.detail-title {
  font-size: 26px;
  font-weight: 700;
  color: #d80c0c;
  margin-bottom: 10px;
}

/* =====================================
   FOTO ADUAN
===================================== */

.carousel {
  border-radius: 15px;
  overflow: hidden;
}

.aduan-photo {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 15px;
  background: #eee;
}

/* tombol carousel */
.carousel-control-prev,
.carousel-control-next {
  width: 45px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
}

/* =====================================
   STATUS
===================================== */

.nomor-item {
  display: flex;
  align-items: center;
}

.nomor-content {
  flex: 1;
}

.status-area {
  margin-left: auto;
}

.status-area .badge {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
}

/* =====================================
   INFO ITEM
===================================== */

.info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.info-item .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;

  background: #eef3ff;
  color: #3b82f6;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-size: 20px;
  font-weight: bold;
}

.info-item label {
  font-size: 13px;
  color: #777;
  font-weight: 600;
}

.info-item p {
  margin: 3px 0 0;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.info-item .isi {
  max-width: 600px;
}

/* =====================================
   ISI ADUAN BAWAH
===================================== */

.card.shadow-sm {
  border-radius: 15px;
  border: none;
}

.card h5 {
  font-weight: 700;
  color: #333;
}

/* =====================================
   CARD TIMELINE & PETA
===================================== */

.custom-card {
  border: none;
  border-radius: 18px;
}

/* =====================================
   PETA
===================================== */

#map {
  width: 100%;
  height: 430px;
  border-radius: 12px;
}

/* =====================================
   TIMELINE STYLE LAPOR BUPATI
===================================== */

.simple-timeline {
  position: relative;
  padding-left: 28px;
}

.timeline-item {
  position: relative;
  padding-bottom: 22px;
}

.timeline-marker {
  position: absolute;
  left: -28px;
  top: 6px;

  width: 12px;
  height: 12px;
  border-radius: 50%;

  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #ddd;
  z-index: 2;
}

.timeline-line {
  position: absolute;
  left: -23px;
  top: 18px;

  width: 2px;
  height: calc(100% + 6px);

  background: #d1d5db;
}

.timeline-content {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.timeline-content strong {
  display: block;
  font-size: 14px;
  color: #374151;
  margin-bottom: 4px;
}

.timeline-content span {
  display: block;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 4px;
  line-height: 1.5;
}

.timeline-content small {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
