/*
Theme Name:  Nepal Helicopters Blog
Theme URI:   https://www.nepalhelicopters.com/blog/
Description: GeneratePress child theme that wraps the blog in the nepalhelicopters.com header, menu, footer and styles.
Author:      Xenatech Nepal
Template:    generatepress
Version:     1.0.0
Text Domain: nepalhelicopters-blog
*/

/* ==========================================================================
   Step 1 — Base: match the main website shell
   Main site tokens (--brand, --accent, --font-base …) come from /css/style.css
   ========================================================================== */

body.nh-blog {
  background: var(--surface-muted, #f3f5fa);
  color: var(--neutral-800, #222);
  font-family: var(--font-base, "Mulish", system-ui, -apple-system, "Segoe UI", sans-serif);
  font-size: 16px;
  line-height: 1.65;
}

.nh-blog .site.grid-container,
.nh-blog .grid-container {
  max-width: 1200px;
}

/* --------------------------------------------------------------------------
   GeneratePress applies element-level defaults (ul margins, heading sizes,
   grey buttons) that the main site never had. Inside the shared header and
   footer, put back Bootstrap's defaults. Selectors use :where() so they only
   tie GeneratePress's element selectors — the main site's class rules still win.
   -------------------------------------------------------------------------- */
:where(.topheader, .header, .footer, .footer_last_background, .bottom-nav, .nh-chat) ul,
:where(.topheader, .header, .footer, .footer_last_background, .bottom-nav, .nh-chat) ol {
  margin: 0 0 1rem 0;
}

:where(.topheader, .header, .footer, .footer_last_background) li {
  margin-bottom: 0;
}

:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) p {
  margin: 0 0 1rem;
}

:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h1,
:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h2,
:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h3,
:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h4,
:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h5,
:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h6 {
  margin: 0 0 .5rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h2 { font-size: calc(1.325rem + .9vw); }
:where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h3 { font-size: calc(1.3rem + .6vw); }
@media (min-width: 1200px) {
  :where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h2 { font-size: 2rem; }
  :where(.topheader, .header, .footer, .footer_last_background, .nh-chat) h3 { font-size: 1.75rem; }
}

:where(.topheader, .header, .footer, .footer_last_background, .bottom-nav, .nh-chat) button {
  background-color: transparent;
  color: inherit;
  border: 0;
  padding: 0;
  font: inherit;
}

:where(.topheader, .header, .footer, .footer_last_background, .bottom-nav, .nh-chat) input,
:where(.topheader, .header, .footer, .footer_last_background, .bottom-nav, .nh-chat) textarea {
  font: inherit;
}

/* Keep the WordPress admin bar from hiding under the sticky site header */
.admin-bar .header.fixed-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .header.fixed-header { top: 46px; }
}

.nh-blog { overflow-x: clip; }
.nh-blog .container { max-width: 1200px; }

/* The website's breadcrumb draws a "›" after each item; hide Bootstrap's "/" separator */
.nh-blog .breadcrumb-list .breadcrumb-item + .breadcrumb-item { padding-left: 0; }
.nh-blog .breadcrumb-list .breadcrumb-item + .breadcrumb-item::before { content: none; padding: 0; }

/* ==========================================================================
   Step 2 — Blog layouts
   ========================================================================== */

.nh-blog {
  --nhb-brand: var(--brand, #03488d);
  --nhb-brand-deep: #022f63;
  --nhb-brand-soft: var(--dim-brand, #eef4ff);
  --nhb-accent: var(--accent-2, #fb660d);
  --nhb-accent-hover: #e2560a;
  --nhb-ink: #13202e;
  --nhb-muted: #5b6878;
  --nhb-line: #e2e8f0;
  --nhb-surface: #ffffff;
  --nhb-radius: 10px;
  --nhb-head: var(--font-head, "Poppins", system-ui, sans-serif);
}

.nhb-layout {
  padding-block: 32px 56px;
}
@media (min-width: 992px) {
  .nhb-layout { padding-block: 44px 72px; }
}

/* Eyebrow / section labels */
.nhb-eyebrow {
  margin: 0 0 8px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #ffb27a;
}
.nhb-eyebrow--dark { color: var(--nhb-accent); }

.nhb-section-title {
  font-family: var(--nhb-head);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--nhb-ink);
  margin: 0 0 18px;
}

/* Hero band ------------------------------------------------------------- */
.nhb-hero {
  background: linear-gradient(135deg, var(--nhb-brand) 0%, var(--nhb-brand-deep) 100%);
  color: #fff;
  padding-block: 40px 44px;
}
.nhb-hero__title {
  font-family: var(--nhb-head);
  font-weight: 700;
  font-size: clamp(1.9rem, 1.2rem + 2.4vw, 2.9rem);
  line-height: 1.15;
  margin: 0 0 12px;
  color: #fff;
  max-width: 22ch;
  text-wrap: balance;
}
.nhb-hero__lead {
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, .86);
}
.nhb-hero__search { max-width: 520px; margin-top: 20px; }

.nhb-topics {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
}
.nhb-topics a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
  transition: background-color .2s ease;
}
.nhb-topics a:hover,
.nhb-topics a:focus-visible { background: rgba(255, 255, 255, .2); color: #fff; }
.nhb-topics span {
  font-size: .75rem;
  font-variant-numeric: tabular-nums;
  opacity: .75;
}

/* Chips & meta ------------------------------------------------------------ */
.nhb-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; padding: 0; }
.nhb-chip {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--nhb-brand-soft);
  color: var(--nhb-brand);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  line-height: 1.5;
}
.nhb-chip:hover { background: var(--nhb-brand); color: #fff; }

.nhb-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  font-size: .82rem;
  color: var(--nhb-muted);
  margin-bottom: 10px;
}

/* Cards --------------------------------------------------------------------- */
.nhb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.nhb-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 991.98px) { .nhb-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .nhb-grid, .nhb-grid--3 { grid-template-columns: 1fr; } }

.nhb-card {
  display: flex;
  flex-direction: column;
  background: var(--nhb-surface);
  border: 1px solid var(--nhb-line);
  border-radius: var(--nhb-radius);
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.nhb-card:hover { box-shadow: 0 14px 30px rgba(3, 72, 141, .10); transform: translateY(-2px); }

.nhb-card__media { display: block; aspect-ratio: 16 / 9; background: var(--nhb-brand-soft); overflow: hidden; }
.nhb-card__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.nhb-card:hover .nhb-card__img { transform: scale(1.03); }

.nhb-card__body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.nhb-card__title {
  font-family: var(--nhb-head);
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.38;
  margin: 0 0 8px;
  text-wrap: balance;
}
.nhb-card__title a { color: var(--nhb-ink); text-decoration: none; }
.nhb-card__title a:hover { color: var(--nhb-brand); }
.nhb-card__excerpt {
  color: var(--nhb-muted);
  font-size: .95rem;
  line-height: 1.6;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nhb-readmore {
  margin-top: auto;
  font-weight: 700;
  font-size: .92rem;
  color: var(--nhb-accent);
  text-decoration: none;
}
.nhb-readmore i { transition: transform .2s ease; }
.nhb-readmore:hover { color: var(--nhb-accent-hover); }
.nhb-readmore:hover i { transform: translateX(3px); }

.nhb-card--compact .nhb-card__body { padding: 14px 16px 16px; }
.nhb-card--compact .nhb-card__title { font-size: 1rem; margin: 0; }

.nhb-card--featured { margin-bottom: 24px; }
.nhb-card--featured .nhb-card__body { padding: 22px 24px 24px; }
/* Side by side only when the main column is wide enough for a readable title */
@media (min-width: 1200px) {
  .nhb-card--featured { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .nhb-card--featured .nhb-card__media { aspect-ratio: auto; min-height: 320px; }
  .nhb-card--featured .nhb-card__body { padding: 28px 28px; justify-content: center; }
}
.nhb-card--featured .nhb-card__title { font-size: clamp(1.25rem, 1.05rem + .6vw, 1.45rem); line-height: 1.32; }
.nhb-card--featured .nhb-readmore { margin-top: 4px; }

@media (prefers-reduced-motion: reduce) {
  .nhb-card, .nhb-card__img, .nhb-readmore i, .nhb-topics a { transition: none; }
  .nhb-card:hover, .nhb-card:hover .nhb-card__img { transform: none; }
}

/* Pagination ---------------------------------------------------------------- */
.nhb-pagination { margin-top: 36px; }
.nhb-pagination ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.nhb-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--nhb-line);
  border-radius: 8px;
  background: var(--nhb-surface);
  color: var(--nhb-ink);
  font-weight: 600;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.nhb-pagination a.page-numbers:hover { border-color: var(--nhb-brand); color: var(--nhb-brand); }
.nhb-pagination .page-numbers.current { background: var(--nhb-brand); border-color: var(--nhb-brand); color: #fff; }
.nhb-pagination .page-numbers.dots { border: 0; background: none; }

.nhb-empty {
  background: var(--nhb-surface);
  border: 1px solid var(--nhb-line);
  border-radius: var(--nhb-radius);
  padding: 32px;
}

/* Sidebar ------------------------------------------------------------------- */
.nhb-sidebar { display: grid; gap: 22px; }
.nhb-widget {
  background: var(--nhb-surface);
  border: 1px solid var(--nhb-line);
  border-radius: var(--nhb-radius);
  padding: 22px;
}
.nhb-widget p { margin: 0 0 14px; color: var(--nhb-muted); font-size: .95rem; }
.nhb-widget__title {
  font-family: var(--nhb-head);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--nhb-ink);
  margin: 0 0 14px;
}
.nhb-widget--cta { background: var(--nhb-brand-soft); border-color: #cfdcf2; }
.nhb-widget--cta .nhb-widget__title { font-size: 1.2rem; color: var(--nhb-brand-deep); }
.nhb-widget__actions { display: grid; gap: 10px; }
.nhb-widget__phone { margin: 14px 0 0 !important; font-weight: 700; font-size: .95rem; color: var(--nhb-ink) !important; }
.nhb-widget__phone i { color: var(--nhb-brand); margin-right: 6px; }
.nhb-widget__phone a { color: var(--nhb-ink); text-decoration: none; }
.nhb-widget__more { display: inline-block; margin-top: 14px; font-weight: 700; font-size: .9rem; color: var(--nhb-brand); text-decoration: none; }

.nhb-tours, .nhb-latest { list-style: none; margin: 0; padding: 0; }
.nhb-tours li + li, .nhb-latest li + li { border-top: 1px solid var(--nhb-line); }
.nhb-tours a { display: block; padding: 11px 0; text-decoration: none; }
.nhb-tours__name { display: block; font-weight: 700; color: var(--nhb-ink); line-height: 1.35; }
.nhb-tours a:hover .nhb-tours__name { color: var(--nhb-brand); }
.nhb-tours__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 12px; margin-top: 3px; font-size: .84rem; color: var(--nhb-muted); }
.nhb-tours__price { font-variant-numeric: tabular-nums; }
.nhb-tours__price strong { color: var(--nhb-accent); }

.nhb-latest a { display: flex; gap: 12px; align-items: center; padding: 10px 0; text-decoration: none; }
.nhb-latest__img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.nhb-latest__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: .93rem;
  line-height: 1.4;
  color: var(--nhb-ink);
}
.nhb-latest a:hover .nhb-latest__title { color: var(--nhb-brand); }
.nhb-latest time { display: block; font-size: .78rem; color: var(--nhb-muted); margin-top: 2px; }

/* Search form (GeneratePress searchform.php markup) */
.nh-blog .search-form { display: flex; gap: 0; margin: 0; }
.nh-blog .search-form label { flex: 1; margin: 0; }
.nh-blog .search-form .search-field {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid var(--nhb-line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: var(--nhb-ink);
}
.nh-blog .search-form .search-field:focus { outline: 2px solid var(--nhb-brand); outline-offset: -1px; }
.nh-blog .search-form .search-submit {
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: var(--nhb-brand);
  color: #fff;
}
.nh-blog .search-form .search-submit:hover { background: var(--nhb-brand-deep); }

/* Buttons ------------------------------------------------------------------- */
.nhb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 2px solid transparent;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.nhb-btn--accent { background: var(--nhb-accent); color: #fff; }
.nhb-btn--accent:hover { background: var(--nhb-accent-hover); color: #fff; }
.nhb-btn--whatsapp { background: #fff; color: #128c4a; border-color: #25d366; }
.nhb-btn--whatsapp:hover { background: #25d366; color: #fff; }
.nhb-btn--light { background: #fff; color: var(--nhb-brand); }
.nhb-btn--light:hover { background: #ffb27a; color: var(--nhb-brand-deep); }
.nhb-btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .6); }
.nhb-btn--ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff; }
.nhb-btn:focus-visible,
.nhb-share__btn:focus-visible,
.nhb-pagination .page-numbers:focus-visible { outline: 3px solid #ffb27a; outline-offset: 2px; }

/* ==========================================================================
   Step 3 — Single post
   ========================================================================== */

.nhb-article {
  background: var(--nhb-surface);
  border: 1px solid var(--nhb-line);
  border-radius: var(--nhb-radius);
  padding: clamp(20px, 4vw, 44px);
}

.nhb-article__title {
  font-family: var(--nhb-head);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.1rem + 2.1vw, 2.55rem);
  line-height: 1.2;
  color: var(--nhb-ink);
  margin: 0 0 18px;
  text-wrap: balance;
}

.nhb-byline { display: flex; align-items: center; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--nhb-line); }
.nhb-byline__avatar { border-radius: 50%; }
.nhb-byline__text { display: flex; flex-direction: column; line-height: 1.35; }
.nhb-byline__author a { font-weight: 700; color: var(--nhb-ink); text-decoration: none; }
.nhb-byline__author a:hover { color: var(--nhb-brand); }
.nhb-byline__meta { font-size: .86rem; color: var(--nhb-muted); display: flex; flex-wrap: wrap; gap: 6px; }

.nhb-article__media { margin: 24px 0 0; }
.nhb-article__media img { width: 100%; height: auto; border-radius: 8px; display: block; }
.nhb-article__media figcaption { font-size: .85rem; color: var(--nhb-muted); margin-top: 8px; }

/* Readable article typography */
.nhb-content {
  margin-top: 28px;
  font-size: 1.0625rem;
  line-height: 1.78;
  color: #243142;
  overflow-wrap: break-word;
}
.nhb-content > * + * { margin-top: 0; }
.nhb-content p { margin: 0 0 1.2em; }
.nhb-content h2,
.nhb-content h3,
.nhb-content h4 {
  font-family: var(--nhb-head);
  color: var(--nhb-ink);
  line-height: 1.3;
  scroll-margin-top: 110px;
  text-wrap: balance;
}
.nhb-content h2 { font-size: clamp(1.4rem, 1.15rem + .8vw, 1.7rem); font-weight: 700; margin: 2em 0 .6em; }
.nhb-content h3 { font-size: 1.28rem; font-weight: 600; margin: 1.7em 0 .5em; }
.nhb-content h4 { font-size: 1.1rem; font-weight: 600; margin: 1.5em 0 .4em; }
.nhb-content a { color: var(--nhb-brand); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.nhb-content a:hover { color: var(--nhb-accent); }
.nhb-content ul,
.nhb-content ol { margin: 0 0 1.3em 1.3em; padding: 0; }
.nhb-content li { margin-bottom: .45em; }
.nhb-content li::marker { color: var(--nhb-brand); }
.nhb-content img { max-width: 100%; height: auto; border-radius: 8px; }
.nhb-content figure { margin: 1.6em 0; }
.nhb-content figcaption,
.nhb-content .wp-caption-text { font-size: .85rem; color: var(--nhb-muted); margin-top: 6px; }
.nhb-content blockquote {
  margin: 1.6em 0;
  padding: 16px 20px;
  border-left: 4px solid var(--nhb-accent);
  background: #fff7f1;
  border-radius: 0 8px 8px 0;
  font-style: normal;
  color: var(--nhb-ink);
}
.nhb-content blockquote p:last-child { margin-bottom: 0; }
.nhb-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
  font-size: .95rem;
  display: block;
  overflow-x: auto;
}
.nhb-content table th,
.nhb-content table td { border: 1px solid var(--nhb-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.nhb-content table th,
.nhb-content table thead td { background: var(--nhb-brand-soft); color: var(--nhb-brand-deep); font-weight: 700; }
.nhb-content table tr:nth-child(even) td { background: #fafbfd; }
@media (min-width: 768px) { .nhb-content table { display: table; } }

/* Easy Table of Contents plugin */
.nhb-content #ez-toc-container {
  width: 100%;
  background: #f7f9fc;
  border: 1px solid var(--nhb-line);
  border-radius: 8px;
  padding: 16px 20px;
  box-shadow: none;
  margin: 0 0 1.8em;
}
.nhb-content #ez-toc-container .ez-toc-title { font-family: var(--nhb-head); font-weight: 700; color: var(--nhb-ink); }
.nhb-content #ez-toc-container a { text-decoration: none; }

.nhb-article__footer { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--nhb-line); display: grid; gap: 16px; }
.nhb-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.nhb-tags a { font-size: .85rem; color: var(--nhb-muted); text-decoration: none; padding: 4px 10px; border: 1px solid var(--nhb-line); border-radius: 999px; }
.nhb-tags a:hover { color: var(--nhb-brand); border-color: var(--nhb-brand); }

.nhb-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.nhb-share__label { font-weight: 700; font-size: .92rem; color: var(--nhb-ink); margin-right: 4px; }
.nhb-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--nhb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--nhb-brand);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.nhb-share__btn:hover { background: var(--nhb-brand); border-color: var(--nhb-brand); color: #fff; }

/* Enquiry banner */
.nhb-cta-banner {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--nhb-brand) 0%, var(--nhb-brand-deep) 100%);
  color: #fff;
}
.nhb-cta-banner__text { flex: 1 1 320px; }
.nhb-cta-banner h2 { font-family: var(--nhb-head); font-weight: 700; font-size: clamp(1.3rem, 1.1rem + .7vw, 1.6rem); color: #fff; margin: 0 0 6px; }
.nhb-cta-banner p { margin: 0; color: rgba(255, 255, 255, .82); }
.nhb-cta-banner__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Author box */
.nhb-author {
  margin-top: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--nhb-surface);
  border: 1px solid var(--nhb-line);
  border-radius: var(--nhb-radius);
  padding: 22px;
}
.nhb-author img { border-radius: 50%; flex-shrink: 0; }
.nhb-author__name { font-family: var(--nhb-head); font-size: 1.15rem; font-weight: 700; margin: 0 0 6px; color: var(--nhb-ink); }
.nhb-author p:last-child { margin: 0; color: var(--nhb-muted); }

.nhb-related { margin-top: 40px; }

/* Previous / next */
.nhb-postnav { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.nhb-postnav a {
  display: block;
  padding: 16px 18px;
  background: var(--nhb-surface);
  border: 1px solid var(--nhb-line);
  border-radius: var(--nhb-radius);
  text-decoration: none;
}
.nhb-postnav a:hover { border-color: var(--nhb-brand); }
.nhb-postnav span { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--nhb-accent); }
.nhb-postnav strong { display: block; margin-top: 4px; color: var(--nhb-ink); line-height: 1.4; }
.nhb-postnav a[rel="next"] { text-align: right; grid-column: 2; }
@media (max-width: 575.98px) {
  .nhb-postnav { grid-template-columns: 1fr; }
  .nhb-postnav a[rel="next"] { grid-column: auto; text-align: left; }
}

/* Comments (GeneratePress comments.php markup) */
.nhb-comments {
  margin-top: 32px;
  background: var(--nhb-surface);
  border: 1px solid var(--nhb-line);
  border-radius: var(--nhb-radius);
  padding: clamp(20px, 4vw, 32px);
}
.nhb-comments .comments-title,
.nhb-comments .comment-reply-title { font-family: var(--nhb-head); font-weight: 700; font-size: 1.25rem; color: var(--nhb-ink); }
.nhb-comments input[type="text"],
.nhb-comments input[type="email"],
.nhb-comments input[type="url"],
.nhb-comments textarea { width: 100%; border: 1px solid var(--nhb-line); border-radius: 8px; padding: 10px 12px; }
.nhb-comments input[type="submit"] { background: var(--nhb-brand); color: #fff; border: 0; border-radius: 8px; padding: 12px 20px; font-weight: 700; }
.nhb-comments input[type="submit"]:hover { background: var(--nhb-brand-deep); }
