
/* KinoVio Recommendations v1.0.0 */
.kvrec-section{border-top:1px solid rgba(255,255,255,.04)}
.kvrec-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.kvrec-heading-copy{min-width:0}
.kvrec-heading .site-title{margin-bottom:0}
.kvrec-sub{display:block;margin-top:5px;color:#84919d;font-size:13px}
.kvrec-badge{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 9px;border-radius:999px;
  border:1px solid rgba(16,185,129,.18);
  background:rgba(16,185,129,.08);
  color:#6ee7b7;font-size:11px;font-weight:800;white-space:nowrap
}
.kvrec-badge::before{content:"✦";font-size:10px}
.kvrec-movie-section{margin-top:28px}
.kvrec-movie-section[hidden]{display:none!important}
.kvrec-movie-section .kv-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px
}
.kvrec-note{color:#7f8a94;font-size:12px}
.kvrec-card-personal{
  position:absolute;z-index:4;left:8px;bottom:8px;
  display:inline-flex;align-items:center;min-height:24px;
  padding:4px 7px;border-radius:8px;
  background:rgba(16,185,129,.93);color:#06110d!important;
  font-size:10px;font-weight:900;line-height:1;
  box-shadow:0 4px 14px rgba(0,0,0,.18);
  pointer-events:none
}
@media(max-width:767px){
  .kvrec-heading{align-items:flex-start;flex-direction:column}
  .kvrec-badge{display:none}
  .kvrec-sub{font-size:12px}
}
