/* ============================================================
   HempAware Answers — Frontend Styles v2 (Magazine layout)
   Brand palette:
     Primary green:    #1f5f1f
     Deep green:       #143d14
     Accent pink:      #c2185b
     Orange CTA:       #f57c4d
     Sage bg:          #e8f3e8
     Light sage:       #f4f9f4
     Cream:            #fafaf6
     Text dark:        #1a1a1a
     Text mid:         #555
     Text muted:       #888
   ============================================================ */

/* ---------- HERO (top section: breadcrumb + title + meta + callout) ---------- */
.hempaware-answers-hero {
    background: linear-gradient(180deg, #f4f9f4 0%, #ffffff 100%);
    border-bottom: 1px solid #e6efe6;
    padding: 50px 24px 60px;
    margin-bottom: 50px;
}

.hempaware-answers-hero__inner {
    max-width: 760px;
    margin: 0 auto;
}

.hempaware-answers-hero__title {
    font-size: clamp(2rem, 5vw, 2.75rem) !important;
    font-weight: 800 !important;
    color: #143d14 !important;
    line-height: 1.15 !important;
    margin: 16px 0 22px !important;
    letter-spacing: -0.02em;
}

.hempaware-answers-hero__meta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding-bottom: 0;
    font-size: 0.93em;
    color: #555;
}

.hempaware-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666;
}

.hempaware-meta-item svg {
    color: #1f5f1f;
    flex-shrink: 0;
}

.hempaware-meta-item strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* ---------- Difficulty badge (force inline pill) ---------- */
.hempaware-answers-badge {
    display: inline-block !important;
    width: auto !important;
    padding: 4px 13px !important;
    border-radius: 999px !important;
    font-size: 0.72em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.7px !important;
    line-height: 1.5 !important;
    border: 1px solid transparent !important;
    vertical-align: middle;
}

.hempaware-answers-badge--beginner {
    background: #e8f3e8 !important;
    color: #1f5f1f !important;
    border-color: #c5e3c5 !important;
}

.hempaware-answers-badge--intermediate {
    background: #fff3e0 !important;
    color: #c25410 !important;
    border-color: #ffd9b3 !important;
}

.hempaware-answers-badge--advanced {
    background: #fce4ec !important;
    color: #c2185b !important;
    border-color: #f5b7c8 !important;
}

/* ---------- Callout box (premium "Quick Answer" treatment) ---------- */
.hempaware-answers-callout {
    background: #ffffff;
    border: 2px solid #1f5f1f;
    padding: 28px 32px 26px;
    margin: 28px 0 0;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 8px 24px rgba(31, 95, 31, 0.1);
}

.hempaware-answers-callout__label {
    display: inline-block;
    background: #1f5f1f;
    color: #fff;
    font-size: 0.7em;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 999px;
    text-transform: uppercase;
    position: absolute;
    top: -13px;
    left: 28px;
}

.hempaware-answers-callout__body {
    font-size: 1.18em;
    line-height: 1.7;
    color: #1a1a1a;
    font-weight: 500;
}

.hempaware-answers-callout__body p {
    margin: 0 0 14px;
}

.hempaware-answers-callout__body p:last-child {
    margin-bottom: 0;
}

/* Standalone callout (legacy, when used outside hero) */
.hempaware-answers-callout:not(.hempaware-answers-hero .hempaware-answers-callout) {
    margin: 0 0 36px;
}

/* ---------- Breadcrumb ---------- */
.hempaware-answers-breadcrumb {
    font-size: 0.88em;
    color: #888;
    margin-bottom: 0;
    line-height: 1.5;
}

.hempaware-answers-breadcrumb a {
    color: #c2185b;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s ease;
}

.hempaware-answers-breadcrumb a:hover {
    color: #8e0e3f;
    text-decoration: underline;
}

.hempaware-answers-breadcrumb .current {
    color: #555;
    font-weight: 500;
}

/* Override Rank Math breadcrumb if used inside our wrapper */
.hempaware-answers-breadcrumb .rank-math-breadcrumb {
    font-size: inherit;
}

/* ---------- Section headings with icons ---------- */
.hempaware-section-heading {
    display: flex !important;
    align-items: center;
    gap: 12px;
    color: #143d14 !important;
    font-size: 1.7em !important;
    font-weight: 800 !important;
    margin: 48px auto 20px !important;
    max-width: 760px;
    line-height: 1.25 !important;
    letter-spacing: -0.01em;
    padding: 0 24px;
}

/* On archive pages, section headings center wider to match the category/recent grids */
.post-type-archive-hemp-answers .hempaware-section-heading,
.tax-hemp-answer-category .hempaware-section-heading {
    max-width: 1140px;
    text-align: left;
}

.hempaware-section-heading__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #e8f3e8;
    color: #1f5f1f;
    border-radius: 8px;
    flex-shrink: 0;
}

.hempaware-section-heading__icon svg {
    width: 20px;
    height: 20px;
}

/* ---------- Long answer body ---------- */
.hempaware-answers-long,
.single-hemp-answers .elementor-widget-jet-engine-dynamic-field[data-id] .jet-listing-dynamic-field__content {
    color: #2a2a2a;
    line-height: 1.8;
    font-size: 1.08em;
    max-width: 760px;
    margin: 0 auto;
}

/* Catch-all: any JetEngine dynamic field rendering long_answer on a hemp-answers page */
.single-hemp-answers .elementor-widget-jet-engine-dynamic-field {
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hempaware-answers-long > p:first-of-type {
    font-size: 1.15em;
    color: #1a1a1a;
    line-height: 1.7;
    font-weight: 500;
}

.hempaware-answers-long p {
    margin: 0 0 20px;
}

.hempaware-answers-long h3 {
    color: #143d14;
    font-size: 1.45em;
    font-weight: 800;
    margin: 40px 0 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.hempaware-answers-long h4 {
    color: #1a1a1a;
    font-size: 1.18em;
    font-weight: 700;
    margin: 28px 0 12px;
}

.hempaware-answers-long ul,
.hempaware-answers-long ol {
    margin: 16px 0 24px;
    padding-left: 24px;
}

.hempaware-answers-long ul li,
.hempaware-answers-long ol li {
    margin-bottom: 10px;
    line-height: 1.7;
    padding-left: 6px;
}

.hempaware-answers-long ul li::marker {
    color: #1f5f1f;
}

.hempaware-answers-long blockquote {
    border-left: 4px solid #c2185b;
    background: #fdf4f8;
    padding: 18px 24px;
    margin: 24px 0;
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
    font-size: 1.05em;
}

.hempaware-answers-long a {
    color: #1f5f1f;
    text-decoration: underline;
    text-decoration-color: rgba(31, 95, 31, 0.4);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.15s ease;
}

.hempaware-answers-long a:hover {
    text-decoration-color: #1f5f1f;
}

.hempaware-answers-long strong {
    color: #143d14;
    font-weight: 700;
}

/* ---------- Key Takeaways card ---------- */
.hempaware-answers-takeaways {
    list-style: none !important;
    padding: 28px 32px !important;
    margin: 0 auto !important;
    max-width: 760px;
    background: linear-gradient(135deg, #f4f9f4 0%, #e8f3e8 100%);
    border-radius: 16px;
    border: 1px solid #c5e3c5;
    box-shadow: 0 4px 12px rgba(31, 95, 31, 0.05);
}

.hempaware-answers-takeaways li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 16px;
    line-height: 1.6;
    color: #143d14;
    font-size: 1.05em;
    font-weight: 500;
}

.hempaware-answers-takeaways li:last-child {
    margin-bottom: 0;
}

.hempaware-answers-takeaways li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: #1f5f1f;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    box-shadow: 0 2px 6px rgba(31, 95, 31, 0.25);
}

/* ---------- Sources (numbered, citation-style) ---------- */
.hempaware-answers-sources {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 760px;
    counter-reset: source;
}

.hempaware-answers-sources li {
    margin: 0 !important;
    padding: 16px 0 16px 44px;
    border-bottom: 1px solid #eaeaea;
    font-size: 1em;
    line-height: 1.55;
    counter-increment: source;
    position: relative;
}

.hempaware-answers-sources li:last-child {
    border-bottom: none;
}

.hempaware-answers-sources li::before {
    content: counter(source);
    position: absolute;
    left: 0;
    top: 14px;
    width: 28px;
    height: 28px;
    background: #1f5f1f;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.hempaware-answers-sources li a {
    color: #1f5f1f;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;
}

.hempaware-answers-sources li a:hover {
    border-bottom-color: #1f5f1f;
}

.hempaware-answers-sources li a::after {
    content: " ↗";
    font-size: 0.85em;
    color: #888;
    margin-left: 2px;
}

/* ---------- Related Questions grid ---------- */
.hempaware-answers-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    max-width: 1100px;
}

.hempaware-answers-related-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 24px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.hempaware-answers-related-card:hover {
    border-color: #1f5f1f;
    box-shadow: 0 8px 24px rgba(31, 95, 31, 0.12);
    transform: translateY(-3px);
}

.hempaware-answers-related-card a {
    color: #143d14;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.35;
    display: block;
    margin-bottom: 10px;
}

.hempaware-answers-related-card:hover a {
    color: #1f5f1f;
}

.hempaware-answers-related-card p {
    color: #666;
    font-size: 0.9em;
    line-height: 1.55;
    margin: 0;
    font-weight: 400;
}

/* ---------- Explore More section (bottom CTA) ---------- */
.hempaware-answers-explore {
    background: #143d14;
    color: #fff;
    padding: 48px 32px;
    border-radius: 20px;
    margin: 60px auto 20px;
    max-width: 1100px;
}

.hempaware-answers-explore__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hempaware-answers-explore__title {
    color: #fff !important;
    font-size: 1.6em !important;
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1.2;
}

.hempaware-answers-explore__link {
    color: #c5e3c5;
    font-weight: 600;
    font-size: 0.95em;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.hempaware-answers-explore__link:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.hempaware-answers-explore__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 32px;
}

.hempaware-answers-explore__list li {
    margin: 0 !important;
    padding: 0 !important;
}

.hempaware-answers-explore__list li::before {
    display: none !important;
}

.hempaware-answers-explore__list li a {
    display: block;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.15s ease;
}

.hempaware-answers-explore__list li a:hover {
    color: #c5e3c5;
    padding-left: 6px;
}

.hempaware-answers-explore__list li a span {
    opacity: 0.5;
    margin-left: 6px;
    transition: all 0.15s ease;
}

.hempaware-answers-explore__list li a:hover span {
    opacity: 1;
    margin-left: 10px;
}

/* ============================================================
   ARCHIVE PAGE STYLES
   ============================================================ */

/* ---------- Archive Hero ---------- */
.hempaware-archive-hero {
    background: linear-gradient(180deg, #f4f9f4 0%, #e8f3e8 100%);
    border-bottom: 1px solid #d6e8d6;
    padding: 70px 24px 80px;
    margin-bottom: 60px;
    text-align: center;
}

.hempaware-archive-hero__inner {
    max-width: 820px;
    margin: 0 auto;
}

.hempaware-archive-hero__eyebrow {
    display: inline-block;
    color: #c2185b;
    font-size: 0.78em;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding: 5px 14px;
    background: rgba(194, 24, 91, 0.08);
    border-radius: 999px;
}

.hempaware-archive-hero__title {
    font-size: clamp(2.4rem, 6vw, 3.4rem) !important;
    font-weight: 900 !important;
    color: #143d14 !important;
    line-height: 1.1 !important;
    margin: 0 0 18px !important;
    letter-spacing: -0.025em;
}

.hempaware-archive-hero__subtitle {
    font-size: 1.18em;
    color: #444;
    line-height: 1.55;
    margin: 0 0 38px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.hempaware-archive-hero__stats {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 34px;
}

.hempaware-archive-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 36px;
    border-right: 1px solid rgba(31, 95, 31, 0.2);
}

.hempaware-archive-hero__stat:last-child {
    border-right: none;
}

.hempaware-archive-hero__stat strong {
    font-size: 2.2em;
    font-weight: 900;
    color: #1f5f1f;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.hempaware-archive-hero__stat span {
    font-size: 0.78em;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* ---------- Recent Questions Section ---------- */
.hempaware-recent-section {
    max-width: 1140px;
    margin: 60px auto;
    padding: 0 24px;
}

.hempaware-recent-section__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e6efe6;
}

.hempaware-recent-section__title {
    color: #143d14 !important;
    font-size: 1.9em !important;
    font-weight: 800 !important;
    margin: 0 !important;
    letter-spacing: -0.01em;
}

.hempaware-recent-section__link {
    color: #c2185b;
    font-weight: 700;
    font-size: 0.95em;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.15s ease;
}

.hempaware-recent-section__link:hover {
    border-bottom-color: #c2185b;
}

.hempaware-recent-section__link span {
    transition: margin-left 0.15s ease;
    display: inline-block;
}

.hempaware-recent-section__link:hover span {
    margin-left: 4px;
}

.hempaware-recent-grid {
    display: grid;
    gap: 22px;
}

.hempaware-recent-grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.hempaware-recent-grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.hempaware-recent-grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.hempaware-recent-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    padding: 26px 24px;
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
    position: relative;
}

.hempaware-recent-card:hover {
    border-color: #1f5f1f;
    box-shadow: 0 10px 24px rgba(31, 95, 31, 0.12);
    transform: translateY(-3px);
}

.hempaware-recent-card__cat {
    color: #c2185b;
    font-size: 0.72em;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hempaware-recent-card__title {
    color: #143d14 !important;
    font-size: 1.18em !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
}

.hempaware-recent-card:hover .hempaware-recent-card__title {
    color: #1f5f1f !important;
}

.hempaware-recent-card__excerpt {
    color: #555;
    font-size: 0.95em;
    line-height: 1.55;
    margin: 0 0 16px !important;
    flex-grow: 1;
}

.hempaware-recent-card__badge {
    margin-top: auto;
}

/* ---------- Pagination (used on category pages) ---------- */
.hempaware-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 50px auto 20px;
    flex-wrap: wrap;
}

.hempaware-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d6e8d6;
    color: #1f5f1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95em;
    transition: all 0.15s ease;
}

.hempaware-pagination .page-numbers:hover {
    background: #1f5f1f;
    color: #fff;
    border-color: #1f5f1f;
}

.hempaware-pagination .page-numbers.current {
    background: #1f5f1f;
    color: #fff;
    border-color: #1f5f1f;
}

.hempaware-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    color: #888;
}

/* ---------- Other Categories (used on category pages) ---------- */
.hempaware-other-cats {
    max-width: 1140px;
    margin: 70px auto 30px;
    padding: 50px 32px;
    background: #143d14;
    color: #fff;
    border-radius: 20px;
}

.hempaware-other-cats__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hempaware-other-cats__title {
    color: #fff !important;
    font-size: 1.6em !important;
    font-weight: 800 !important;
    margin: 0 !important;
    line-height: 1.2;
}

.hempaware-other-cats__all {
    color: #c5e3c5;
    font-weight: 600;
    font-size: 0.95em;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.hempaware-other-cats__all:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.hempaware-other-cats .hempaware-popular-cats {
    margin: 0;
    max-width: none;
    padding: 0;
    justify-content: flex-start;
}

.hempaware-other-cats .hempaware-popular-cats__item {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.hempaware-other-cats .hempaware-popular-cats__item:hover {
    background: #fff;
    color: #143d14;
    border-color: #fff;
}

.hempaware-other-cats .hempaware-popular-cats__count {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.hempaware-other-cats .hempaware-popular-cats__item:hover .hempaware-popular-cats__count {
    background: #143d14;
    color: #fff;
}

/* ---------- Popular Categories pill bar ---------- */
.hempaware-popular-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 900px;
    padding: 0 24px;
}

.hempaware-popular-cats__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #d6e8d6;
    border-radius: 999px;
    color: #1f5f1f;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 600;
    transition: all 0.15s ease;
}

.hempaware-popular-cats__item:hover {
    background: #1f5f1f;
    color: #fff;
    border-color: #1f5f1f;
}

.hempaware-popular-cats__count {
    background: #f4f9f4;
    color: #1f5f1f;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.85em;
    font-weight: 700;
    transition: all 0.15s ease;
}

.hempaware-popular-cats__item:hover .hempaware-popular-cats__count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* ---------- Categories grid (used on archive) ---------- */
.hempaware-answers-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 24px;
}

@media (max-width: 1024px) {
    .hempaware-answers-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hempaware-answers-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hempaware-answers-category-card {
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 32px 26px;
    text-align: center;
    text-decoration: none !important;
    color: inherit;
    transition: all 0.2s ease;
}

.hempaware-answers-category-card:hover {
    border-color: #1f5f1f;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.hempaware-answers-category-card h3 {
    color: #143d14 !important;
    font-size: 1.25em;
    font-weight: 800;
    margin: 0 0 12px !important;
}

.hempaware-answers-category-card p {
    color: #666;
    font-size: 0.93em;
    line-height: 1.55;
    margin: 0;
}

.hempaware-answers-category-card .count {
    display: inline-block;
    margin-top: 16px;
    padding: 4px 12px;
    background: #f4f9f4;
    color: #1f5f1f;
    border-radius: 999px;
    font-size: 0.78em;
    font-weight: 700;
}

/* ---------- Empty section auto-hide ---------- */
.elementor-widget-shortcode .elementor-widget-container:empty,
.elementor-widget-shortcode .elementor-shortcode:empty {
    display: none;
}

/* ---------- Mobile responsive ---------- */
@media (max-width: 1024px) {
    .hempaware-answers-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hempaware-answers-explore__list {
        grid-template-columns: 1fr;
    }
    .hempaware-recent-grid--cols-3,
    .hempaware-recent-grid--cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hempaware-answers-hero {
        padding: 36px 18px 44px;
        margin-bottom: 36px;
    }
    .hempaware-answers-hero__title {
        font-size: 1.8rem !important;
    }
    .hempaware-answers-callout {
        padding: 24px 22px 22px;
    }
    .hempaware-answers-callout__body {
        font-size: 1.05em;
    }
    .hempaware-section-heading {
        font-size: 1.45em !important;
    }
    .hempaware-answers-takeaways,
    .hempaware-answers-explore {
        padding: 24px 22px !important;
    }
    .hempaware-answers-related-grid,
    .hempaware-answers-category-grid,
    .hempaware-recent-grid--cols-2,
    .hempaware-recent-grid--cols-3,
    .hempaware-recent-grid--cols-4 {
        grid-template-columns: 1fr;
    }
    .hempaware-answers-explore__head {
        flex-direction: column;
        align-items: flex-start;
    }
    .hempaware-archive-hero {
        padding: 50px 18px 60px;
    }
    .hempaware-archive-hero__stats {
        gap: 0;
    }
    .hempaware-archive-hero__stat {
        padding: 0 22px;
    }
    .hempaware-archive-hero__stat strong {
        font-size: 1.7em;
    }
}

@media (max-width: 480px) {
    .hempaware-answers-hero__meta {
        gap: 12px;
        font-size: 0.88em;
    }
    .hempaware-answers-callout__label {
        left: 18px;
        font-size: 0.65em;
    }
}
