/*
Theme Name: Nonce Media
Theme URI: https://www.noncemedia.com
Description: Nonce Media child theme. Editorial masthead for crypto news.
Author: Nonce Media
Version: 1.0.4
Template: kadence
Text Domain: nonce-child
*/

:root {
  --nonce-red: #B8242B;
  --nonce-ink: #0A0A0A;
  --nonce-cream: #FAFAF7;
  --nonce-mute: #6B6B68;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.entry-title, h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* === MASTHEAD: tighter, editorial scale === */
.site-branding img.custom-logo,
.site-header-item-site-branding img,
.site-logo-img img,
header img.custom-logo {
  max-height: 100px !important;
  height: auto !important;
  max-width: 360px !important;
  width: auto !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Keep header rows tight */
.site-header-main-section-center,
.site-header-main .site-header-row-container-inner {
  padding: 8px 0 !important;
  min-height: auto !important;
}

.site-header-row-container.site-header-row-tablet-layout-default-row,
.site-header-row-container.site-header-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-header,
.site-header-wrap {
  padding: 0 !important;
}

/* Site title fully hidden */
.site-title,
.site-description,
.site-header-item-site-title,
.site-header-item-site-description {
  display: none !important;
}

/* Category accents */
.cat-links a, .entry-meta .cat-links a {
  color: var(--nonce-red);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.08em;
}

/* Make sure /prices page sits right below header without massive gap */
.nonce-prices-main {
  padding-top: 24px !important;
}

