
/* ============================================================
   BERANDA KECIL — SEO REFINEMENT / FRESHNESS V1
   Visible, data-based context. No hidden SEO content.
   ============================================================ */

.bk-freshness-line,
.bk-paito-data-context {
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:var(--muted);
}

.bk-freshness-line {
  margin:0 0 12px;
  padding:0 2px;
  font-size:14px;
  line-height:1.55;
}

.bk-freshness-dot {
  width:8px;
  height:8px;
  flex:0 0 8px;
  margin-top:.42em;
  border-radius:50%;
  background:#9cad82;
  box-shadow:0 0 0 4px rgba(156,173,130,.10);
}

.bk-paito-data-context {
  padding:0 3px;
  font-size:14px;
  line-height:1.6;
}

.bk-paito-data-context p {
  margin:0;
  font-size:inherit !important;
  line-height:inherit !important;
}

.bk-seo-context {
  margin-top:20px;
}

/* Keep contextual links visible but not visually over-optimized. */
.bk-seo-context p a,
.bk-seo-parent-link a {
  font-weight:750;
  border-bottom-color:rgba(192,168,136,.32);
}

@media(max-width:760px) {
  .bk-freshness-line,
  .bk-paito-data-context {
    font-size:15px;
    line-height:1.65;
  }
}
