.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
[hidden] { display: none !important; }
body.menu-open, body.search-open { overflow: hidden; }
.mobile-menu-layer { position: fixed; inset: 0; z-index: 130; }
.mobile-menu-layer[hidden] { display: none; }
.comment-count { display: inline-flex; align-items: center; gap: 3px; }
.comment-icon { width: 14px; height: 14px; display: inline-block; fill: currentColor; }
.single-sidebar-meta .listing-details { margin: 0; justify-content: flex-start; font-size: inherit; }
.archive-pagination a { min-width: 120px; padding: 12px 16px; background: var(--red); color: var(--white); font-size: 11px; font-weight: 900; text-align: center; text-transform: uppercase; }
.archive-pagination a:last-child { justify-self: end; }
.archive-pagination strong { grid-column: 2; grid-row: 1; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.loading.modern-loader { min-height: 58vh; display: grid; place-content: center; justify-items: center; gap: 12px; color: var(--red-dark); }
.loading-dots, .button-dots { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.loading-dots i, .button-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--red); animation: bc-loader-dot 1.05s infinite ease-in-out; }
.loading-dots i:nth-child(2), .button-dots i:nth-child(2) { animation-delay: .14s; }
.loading-dots i:nth-child(3), .button-dots i:nth-child(3) { animation-delay: .28s; }
.comments-section { margin-top: 48px; padding-top: 20px; border-top: 4px solid var(--ink); }
.comment-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.comment-actions > button { min-height: 42px; padding: 10px 16px; border: 0; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.comment-actions > button:hover, .comment-actions > button[aria-expanded="true"] { background: var(--red); }
.comment-actions > button:disabled { opacity: .5; cursor: not-allowed; }
.comments-panel, .comment-form-panel { margin-top: 20px; }
.comments-list { display: grid; }
.comment { padding: 20px 0; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 15px; border-bottom: 1px solid var(--line); }
.comment > img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.comment-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.comment-head time { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.comment-text { margin-top: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.55; }
.comment-votes { margin-top: 10px; display: flex; gap: 7px; }
.comment-vote { padding: 6px 10px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.comment-vote.selected { border-color: var(--red); color: var(--red); }
.comment-form-panel .comment-form { margin-top: 0; }
.comment-hp { position: absolute !important; left: -10000px !important; }
.comment-status { margin-top: 12px; font-weight: 700; }
.comment-status.success { color: #1d7137; }
.comment-status.error { color: var(--red); }
.info-page { max-width: 940px; margin: 40px auto; }
.info-page-content { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; }
.info-page-content img { max-width: 100%; height: auto; }
.single-preview-notice { margin-bottom: 18px; padding: 12px 15px; border-left: 5px solid var(--red); background: #fff0d8; font-weight: 900; }
.desktop-header-search { flex: 0 0 auto; }

@media (max-width: 760px) {
  .nav-row { display: none; }
  .mobile-menu-layer { display: block; }
  .archive-pagination a { min-width: 0; padding-right: 10px; padding-left: 10px; }
  .comment { grid-template-columns: 42px minmax(0,1fr); }
  .comment > img { width: 42px; height: 42px; }
}
