/* V12 integration layer: preserves the approved V4 visual structure. */
html { scroll-behavior: smooth; }
.search-console input,
.search-dialog input,
.subscribe-zone input { min-width: 0; }
[data-v12-dynamic-link] { cursor: pointer; }
.v12-admin-access {
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 1600;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(4, 38, 75, .92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  text-decoration: none;
  font: 800 14px/1 Inter, sans-serif;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease;
}
.v12-admin-access:hover { opacity: 1; transform: translateY(-2px); }
@media (max-width: 640px) {
  .v12-admin-access { right: 10px; bottom: 82px; width: 36px; height: 36px; font-size: 12px; }
}
/* V12.4 automatic category-studio story feed */
#category-studio .category-widget .v124-auto-story{margin-top:auto;padding:10px 12px;border-top:1px solid rgba(18,45,72,.09);background:rgba(255,255,255,.93)}
#category-studio .category-widget .v124-auto-story-link{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:'Noto Sans Telugu',sans-serif;font-weight:800;font-size:12px;line-height:1.55;color:#102a43;text-decoration:none}
