/* ===================================================== */
/* SINGLE POST (inspira-single.css)                      */
/* ===================================================== */

.im-single-grid{ gap: 28px; }

.im-breadcrumbs{
  font-size: 12.5px;
  color: rgba(0,0,0,0.55);
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.im-breadcrumbs a{
  color: rgba(0,0,0,0.70);
  text-decoration: none !important; /* ✅ no underline */
}
.im-breadcrumbs a:hover{
  color: rgba(0,0,0,0.85);
  text-decoration: none !important; /* ✅ no underline */
}
.im-bc-sep{ opacity: .6; }

.im-single-title{
  font-size: 28px;     /* professional (tidak kebesaran) */
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 8px;
  color: #111827;
}
@media (max-width: 600px){
  .im-single-title{ font-size: 22px; line-height: 1.2; }
}

.im-single-meta{
  font-size: 12.5px;
  color: rgba(0,0,0,0.55);
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.im-single-author{
  color: rgba(0,0,0,0.70);
  font-weight: 700;
  text-decoration: none !important; /* ✅ no underline */
}
.im-single-author:hover{
  color: rgba(0,0,0,0.85);
  text-decoration: none !important; /* ✅ no underline */
}

.im-single-figure{ margin: 0 0 14px; }
.im-single-thumb{
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.06);
}
.im-single-img{ width: 100%; height: auto; display: block; }

.im-single-caption{
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0,0,0,0.50);
}

.im-single-body{
  font-size: 15.5px;
  line-height: 1.75;
  color: #111827;
}
.im-single-body p{ margin: 0 0 14px; }
.im-single-body h2, .im-single-body h3{
  line-height: 1.25;
  margin: 18px 0 10px;
}
.im-single-body img{ border-radius: 12px; }

/* ===== BACA JUGA ===== */
.im-bacajuga{
  margin: 16px 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,0.035);
  border: 1px solid rgba(0,0,0,0.06);
}
.im-bacajuga-title{
  font-size: 12px;
  letter-spacing: .02em;
  font-weight: 900;
  color: rgba(0,0,0,0.70);
  margin-bottom: 8px;
}
.im-bacajuga-list{ display: grid; gap: 8px; }
.im-bacajuga-item{
  font-size: 13.5px;
  font-weight: 700;
  color: #111827;
  text-decoration: none !important; /* ✅ no underline */
}
.im-bacajuga-item:hover{
  color: rgba(0,0,0,0.75);
  text-decoration: none !important; /* ✅ no underline */
}

/* ===== Author box (mirip screenshot) ===== */
.im-authorbox{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 14px;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
}
.im-authorbox-avatar{
  width: 64px !important;
  height: 64px !important;
  border-radius: 999px;
  border: 2px solid rgba(0,0,0,0.08);
}
.im-authorbox-name{
  font-weight: 900;
  color: #111827;
  margin-bottom: 4px;
}
.im-authorbox-bio{
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0,0,0,0.60);
}

/* ===== Section headings ===== */
.im-single-h2{
  font-size: 18px;
  font-weight: 900;
  margin: 18px 0 12px;
  color: #111827;
}

/* ===== TAGS row (di atas Berita Terkait) ===== */
.im-tags-row{
  margin: 10px 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(0,0,0,0.70);
}
.im-tags-label{
  font-weight: 900;
  color: #0b2a3a; /* ✅ biru tua */
  margin-right: 8px;
}
.im-tags-row a{
  color: rgba(0,0,0,0.72);
  font-weight: 400; /* ✅ font biasa */
  text-decoration: none !important; /* ✅ no underline */
}
.im-tags-row a:hover{
  color: rgba(0,0,0,0.90);
  text-decoration: none !important; /* ✅ no underline */
}

/* ===== Berita Terkait (2 kolom list, clean) ===== */
.im-related-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
@media (max-width: 600px){
  .im-related-grid{ grid-template-columns: 1fr; }
}
.im-related-item{
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  color: #111827;
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none !important; /* ✅ no underline */
}
.im-related-item:nth-child(odd){ padding-right: 14px; }
.im-related-item:nth-child(even){ padding-left: 14px; }
@media (max-width: 600px){
  .im-related-item:nth-child(odd),
  .im-related-item:nth-child(even){ padding-left: 0; padding-right: 0; }
}
.im-related-item:hover{
  color: rgba(0,0,0,0.72);
  text-decoration: none !important; /* ✅ no underline */
}

/* ===== Rekomendasi grid (3 kolom, 2 baris) ===== */
.im-rekomendasi-head{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.im-rekomendasi-more{
  font-size: 12.5px;
  font-weight: 800;
  color: rgba(0,0,0,0.55);
  text-decoration: none !important; /* ✅ no underline */
}
.im-rekomendasi-more:hover{
  color: rgba(0,0,0,0.80);
  text-decoration: none !important; /* ✅ no underline */
}

.im-rekom-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 991px){
  .im-rekom-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px){
  .im-rekom-grid{ grid-template-columns: 1fr; }
}

.im-rekom-card{
  display: grid;
  gap: 10px;
  color: inherit;
  text-decoration: none !important; /* ✅ no underline */
}
.im-rekom-card:hover{ text-decoration: none !important; } /* ✅ no underline */

.im-rekom-media{
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.06);
  height: 140px;
}
.im-rekom-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.im-rekom-fallback{ width: 100%; height: 100%; }

/* ✅ kategori orange kontras */
.im-rekom-cat{
  font-size: 12px;
  font-weight: 900;
  color: #f97316; /* orange kontras di background putih */
  margin-bottom: 4px;
}

.im-rekom-title{
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
}
.im-rekom-card:hover .im-rekom-title{ color: rgba(0,0,0,0.72); }

/* ===== Comments spacing ===== */
.im-comments{ margin-top: 18px; }

/* ===== ADS Single box ===== */
.im-single-ads-card{ padding: 12px; }

/* Sticky khusus sidebar single */
.im-single-sidebar{
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: start;
}

/* Pastikan parent tidak menghambat sticky */
.im-single-grid{ overflow: visible; }
.im-single-content{ overflow: visible; }
