/* assets/css/sukaevent-artikel-detail.css */

.se-detail-back{
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-weight: 700;
}
.se-detail-back:hover{ text-decoration: underline; }

.se-detail-title{
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

.se-detail-meta{
  color: rgba(255,255,255,.72);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.se-detail-meta .dot{
  opacity: .6;
}

.se-detail-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Body artikel */
.se-detail-body{
  color: rgba(255,255,255,.88);
  line-height: 1.75;
}
.se-detail-body img{
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.se-detail-body iframe{
  width: 100%;
  border: 0;
  border-radius: 14px;
}

/* panel di sidebar */
.se-kv{
  display:flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.se-kv:last-child{ border-bottom: 0; }
.se-kv .k{ color: rgba(255,255,255,.65); }
.se-kv .v{ color: rgba(255,255,255,.90); font-weight: 800; }

/* ===== FORCE LIGHT BACKGROUND (khusus artikel detail) ===== */
body.se-body{
  background: #ffffff !important;
  color: #111827 !important;
}

.se-panel{
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 8px 24px rgba(17,24,39,.08) !important;
}

.se-detail-meta,
.se-detail-body{
  color: rgba(17,24,39,.80) !important;
}

.se-detail-back{
  color: #111827 !important;
}