/* 
 * The Green Gazette - Great Southern Turf & Landscaping
 * Newsletter Styles for WordPress
 * 
 * Architecture: Full-bleed backgrounds + centered readable content (1200px)
 * Fonts: EB Garamond (headings), Lato (body)
 * Colors from PDF analysis - user confirmed
 */

/* ============================================
   Newsletter Container
   Content centered at readable max-width
   ============================================ */
.newsletter-container {
    /* PDF Colors - Exact matches */
    --gg-green-dark: #1c3d2d;
    --gg-green-medium: #2e5d42;
    --gg-gold: #c8973a;
    --gg-gold-light: #c7953a;
    --gg-gold-accent: #f5f0e4;
    --gg-gold-dark: #8b6520;
    --gg-text-dark: #3a3a3a;
    --gg-text-gray: #777777;
    --gg-cream: #f5f3ed;
    --gg-beige: #e8e4d9;
    --gg-white: #ffffff;
    --gg-black: #1a1a1a;
    --gg-content-width: 1200px;
    
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background-color: var(--gg-white);
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--gg-text-dark);
    box-sizing: border-box;
    overflow-x: hidden;
}

.newsletter-container *,
.newsletter-container *::before,
.newsletter-container *::after {
    box-sizing: border-box;
}

.newsletter-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* style-icon img sizing handled in .style-icon img block below */

.newsletter-container a {
    color: var(--gg-gold);
    text-decoration: none;
}

.newsletter-container a:hover {
    color: var(--gg-green-dark);
}

/* Headings - EB Garamond */
.newsletter-container h1,
.newsletter-container h2,
.newsletter-container h3,
.newsletter-container h4 {
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 600;
    line-height: 1.3;
    color: var(--gg-green-dark);
    margin: 0 0 1rem 0;
    padding: 0;
}

.newsletter-container p {
    margin: 0 0 0.85rem 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

/* ============================================
   Header - centered content
   ============================================ */
.newsletter-container .newsletter-header {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    align-items: center;
    max-width: var(--gg-content-width);
    margin: 0 auto;
    padding: 18px 48px;
    border-bottom: 3px solid var(--gg-green-dark);
    background-color: var(--gg-white);
    gap: 20px;
}

.newsletter-container .header-left,
.newsletter-container .header-right {
    font-size: 13px;
    color: var(--gg-text-gray);
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
}

.newsletter-container .header-left {
    text-align: left;
}

.newsletter-container .header-right {
    text-align: right;
}

.newsletter-container .header-center {
    text-align: center;
}

.newsletter-container .issue-info {
    font-weight: 700;
    color: var(--gg-text-dark);
    font-size: 12px;
    margin-bottom: 2px;
}

.newsletter-container .issue-date,
.newsletter-container .issue-price {
    margin-bottom: 2px;
}

.newsletter-container .company-name-small {
    font-size: 10px;
    letter-spacing: 0.25em;
    color: var(--gg-gold);
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.newsletter-container .masthead {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 48px;
    font-weight: 600;
    color: var(--gg-green-dark);
    margin: 0 0 10px 0;
    line-height: 1.1;
}

.newsletter-container .masthead .the-text {
    font-style: italic;
    color: var(--gg-gold);
}

.newsletter-container .tagline {
    font-family: 'EB Garamond', Georgia, serif;
    font-style: italic;
    font-size: 13px;
    color: var(--gg-green-medium);
    margin: 0;
    font-weight: 500;
}

.newsletter-container .header-right .website a {
    color: var(--gg-green-dark);
    font-weight: 600;
}

/* ============================================
   Hero Section - centered
   ============================================ */
.newsletter-container .hero-section {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0;
    background-color: var(--gg-gold-accent);
    max-width: var(--gg-content-width);
    margin: 0 auto;
    min-height: 360px;
}

.newsletter-container .hero-image {
    position: relative;
    overflow: hidden;
}

.newsletter-container .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    min-height: 360px;
    border: 3px solid var(--gg-gold);
}

.newsletter-container .hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.85) 100%);
    color: var(--gg-white);
}

.newsletter-container .feature-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    color: #f5c86b;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.newsletter-container .hero-title {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-weight: 600;
    color: var(--gg-white);
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.9);
}

.newsletter-container .hero-title em {
    color: #f5c86b;
    font-style: italic;
}

.newsletter-container .hero-content {
    padding: 30px 34px;
    background-color: var(--gg-gold-accent);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-container .hero-content .section-label {
    margin-bottom: 15px;
}

.newsletter-container .hero-content p {
    font-size: 15px;
    line-height: 1.62;
    margin-bottom: 10px;
    color: var(--gg-text-dark);
}

.newsletter-container .hero-content p em {
    font-style: italic;
}

.newsletter-container .hero-content p strong {
    font-weight: 700;
    color: var(--gg-green-dark);
}

.newsletter-container .cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gg-gold);
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

/* ============================================
   Section Labels
   ============================================ */
.newsletter-container .section-label {
    display: inline-block;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.newsletter-container .section-label.green-bg {
    background-color: var(--gg-green-dark);
    color: var(--gg-white);
}

.newsletter-container .section-label.beige-bg {
    background-color: var(--gg-beige);
    color: var(--gg-green-dark);
}

.newsletter-container .section-label.olive-bg {
    background-color: var(--gg-green-medium);
    color: var(--gg-white);
}

.newsletter-container .section-label.gold-text {
    background-color: transparent;
    color: var(--gg-gold);
    padding: 0;
}

/* ============================================
   Three Column Info Section - centered
   ============================================ */
.newsletter-container .info-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: var(--gg-content-width);
    margin: 0 auto;
    border-top: 1px solid var(--gg-beige);
}

.newsletter-container .info-column {
    padding: 24px 24px;
    border-right: 1px solid var(--gg-beige);
}

.newsletter-container .info-column:last-child {
    border-right: none;
}

/* Column heading colors */
.newsletter-container .info-column:first-child .section-label {
    background-color: var(--gg-green-dark);
    color: var(--gg-white);
}

.newsletter-container .info-column:nth-child(2) .section-label {
    background-color: var(--gg-gold);
    color: var(--gg-white);
}

.newsletter-container .info-column:nth-child(3) .section-label {
    background-color: var(--gg-green-medium);
    color: var(--gg-white);
}

.newsletter-container .info-column h3 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--gg-green-dark);
}

.newsletter-container .divider {
    display: none;
}

.newsletter-container .info-column p {
    font-size: 14px;
    line-height: 1.62;
    margin-bottom: 8px;
    color: var(--gg-text-dark);
}

.newsletter-container .info-column .question {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: var(--gg-green-dark);
    margin-bottom: 12px;
}

.newsletter-container .pro-tip,
.newsletter-container .did-you-know {
    background-color: var(--gg-cream);
    padding: 14px 16px;
    margin-top: 14px;
    border-left: 4px solid var(--gg-gold);
}

.newsletter-container .pro-tip-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gg-gold);
    margin-bottom: 8px;
    font-family: 'EB Garamond', serif;
}

.newsletter-container .pro-tip p:last-child,
.newsletter-container .did-you-know p:last-child {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--gg-text-dark);
}

/* ============================================
   Special Offer Banner - centered
   ============================================ */
.newsletter-container .special-offer {
    display: grid;
    grid-template-columns: 160px 1fr auto;
    align-items: center;
    gap: 20px;
    max-width: var(--gg-content-width);
    margin: 0 auto;
    padding: 22px 48px;
    background-color: var(--gg-green-dark);
    color: var(--gg-white);
}

.newsletter-container .offer-price {
    text-align: center;
    padding: 22px 28px;
    background-color: #c8973a;
    border-radius: 4px;
}

.newsletter-container .offer-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    color: var(--gg-green-dark);
}

.newsletter-container .offer-price .price {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 38px;
    font-weight: 600;
    color: var(--gg-green-dark);
    margin: 0;
    line-height: 1.1;
}

.newsletter-container .price-unit {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-top: 5px;
    color: var(--gg-green-dark);
}

.newsletter-container .offer-content h2 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--gg-white);
    margin-bottom: 10px;
    font-style: italic;
}

.newsletter-container .offer-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-container .offer-content a {
    color: var(--gg-gold);
}

.newsletter-container .highlight-text {
    color: var(--gg-gold);
    font-weight: 700;
}

.newsletter-container .btn-quote {
    display: inline-block;
    padding: 14px 28px;
    background-color: var(--gg-gold);
    color: var(--gg-green-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid var(--gg-gold);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
}

.newsletter-container .btn-quote:hover {
    background-color: var(--gg-white);
    border-color: var(--gg-white);
    color: var(--gg-green-dark);
}

/* ============================================
   Backyard Styles Section - full-bleed cream bg
   ============================================ */
.newsletter-container .backyard-styles {
    padding: 30px 0;
    background-color: #f5f0e4;
}

.newsletter-container .styles-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 0 48px 14px;
    max-width: var(--gg-content-width);
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #d9d4c6;
}

.newsletter-container .styles-header-left h2 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--gg-green-dark);
}

.newsletter-container .styles-header-left h2 em {
    font-style: italic;
    color: var(--gg-gold);
}

.newsletter-container .styles-header-left p {
    color: var(--gg-text-gray);
    font-size: 15px;
    margin: 0;
}

.newsletter-container .styles-header-right {
    text-align: right;
    max-width: 320px;
}

.newsletter-container .styles-header-right p {
    font-size: 14px;
    color: var(--gg-text-gray);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   Garden Style Cards
   ============================================ */
.newsletter-container .garden-style {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0;
    max-width: var(--gg-content-width);
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.newsletter-container .garden-style + .garden-style {
    border-top: 1px solid #d9d4c6;
}

/* Alternating backgrounds */
.newsletter-container .garden-style:nth-of-type(odd) {
    background-color: #f5f0e4;
}
.newsletter-container .garden-style:nth-of-type(even) {
    background-color: #ffffff;
}

/* Left border colors */
.newsletter-container .garden-style .style-border {
    width: 32px;
    min-height: 100%;
}

.newsletter-container .garden-style:nth-of-type(1) .style-border { background-color: #2e5d42; }
.newsletter-container .garden-style:nth-of-type(2) .style-border { background-color: #1c3d2d; }
.newsletter-container .garden-style:nth-of-type(3) .style-border { background-color: #2e5d42; }
.newsletter-container .garden-style:nth-of-type(4) .style-border { background-color: #1c3d2d; }
.newsletter-container .garden-style:nth-of-type(5) .style-border { background-color: #1c3d2d; }

.newsletter-container .style-content {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 16px;
}

.newsletter-container .style-number {
    display: none;
}

.newsletter-container .style-header {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 10px;
    row-gap: 4px;
    margin-bottom: 12px;
}

.newsletter-container .style-icon {
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.newsletter-container .style-icon img {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    min-width: 48px;
    min-height: 48px;
    object-fit: contain;
}

.newsletter-container .style-title-group {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding-top: 1px;
}

.newsletter-container .style-category {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gg-gold);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
}

.newsletter-container .style-name {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--gg-green-dark);
    margin: 0;
    line-height: 1.15;
}

.newsletter-container .style-tags {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-self: center;
}

.newsletter-container .tag {
    padding: 7px 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid #d9d4c6;
    color: var(--gg-green-dark);
    background: transparent;
    font-family: 'Lato', sans-serif;
}

.newsletter-container .tag.highlight {
    background-color: var(--gg-gold-dark);
    border-color: var(--gg-gold-dark);
    color: var(--gg-white);
}

.newsletter-container .style-image {
    margin-bottom: 10px;
    border-radius: 0;
    overflow: visible;
}

.newsletter-container .style-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center 40%;
    border: 3px solid var(--gg-gold);
}

.newsletter-container .style-description {
    font-size: 15px;
    line-height: 1.62;
    margin-bottom: 12px;
    color: var(--gg-text-dark);
}

.newsletter-container .style-description strong {
    color: var(--gg-text-dark);
    font-weight: 700;
}

/* THIS MONTH'S HACK */
.newsletter-container .monthly-hack {
    background-color: #c7953a;
    padding: 14px 18px;
    margin-bottom: 14px;
    margin-top: 6px;
    color: var(--gg-black);
    border-radius: 0;
}

.newsletter-container .hack-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: var(--gg-green-dark);
    font-family: 'EB Garamond', Georgia, serif;
}

.newsletter-container .monthly-hack p:last-child {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--gg-black);
}

.newsletter-container .explore-link {
    display: inline-block;
	align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 12px 24px;
    background-color: var(--gg-gold);
    color: var(--gg-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-container .explore-link:hover {
    background-color: var(--gg-gold-dark);
    color: var(--gg-white);
}

/* ============================================
   Products & Q&A Section - 2 COLUMN, centered
   ============================================ */
.newsletter-container .products-qa-section {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    max-width: var(--gg-content-width);
    margin: 0 auto;
    border-top: 1px solid var(--gg-beige);
}

/* Products Column (Left) */
.newsletter-container .products-column {
    padding: 24px 24px;
    background-color: var(--gg-white);
    border-right: 1px solid var(--gg-beige);
}

.newsletter-container .products-column .section-label {
    background-color: var(--gg-green-dark);
    color: var(--gg-white);
    margin-bottom: 25px;
}

.newsletter-container .products-column h2 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--gg-green-dark);
}

.newsletter-container .products-column .products-subtitle {
    font-size: 13px;
    color: var(--gg-text-gray);
    margin-bottom: 25px;
}

/* Product List */
.newsletter-container .product-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newsletter-container .product-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--gg-beige);
}

.newsletter-container .product-item:last-child {
    border-bottom: none;
}

.newsletter-container .product-item .product-icon,
.newsletter-container .product-item .product-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-container .product-item .product-icon img,
.newsletter-container .product-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.newsletter-container .product-item .product-details {
    flex: 1;
    min-width: 0;
}

.newsletter-container .product-item .product-details h4 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--gg-green-dark);
}

.newsletter-container .product-item .product-details p {
    font-size: 13px;
    color: var(--gg-text-gray);
    margin: 0;
    line-height: 1.6;
}

.newsletter-container .product-item .product-price-col {
    text-align: right;
    white-space: nowrap;
}

.newsletter-container .product-item .price-amount {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 17px;
    color: var(--gg-gold);
    font-weight: 600;
    display: block;
}

.newsletter-container .product-item .price-unit {
    font-size: 10px;
    color: var(--gg-text-gray);
    text-transform: none;
}

.newsletter-container .product-item .enquire-link {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 15px;
    color: var(--gg-gold);
    font-style: italic;
}

/* Q&A Column (Right) */
.newsletter-container .qa-column-new {
    padding: 24px 28px;
    background-color: var(--gg-white);
}

.newsletter-container .qa-column-new .section-label {
    background-color: var(--gg-green-dark);
    color: var(--gg-white);
    margin-bottom: 20px;
}

.newsletter-container .qa-column-new h2 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--gg-green-dark);
}

.newsletter-container .qa-column-new .qa-subtitle {
    font-size: 12px;
    color: var(--gg-text-gray);
    margin-bottom: 20px;
}

.newsletter-container .qa-item-new,
.newsletter-container .qa-item {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gg-beige);
}

.newsletter-container .qa-item-new:last-child,
.newsletter-container .qa-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.newsletter-container .qa-item-new .question,
.newsletter-container .qa-item .question {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.newsletter-container .qa-item-new .q-icon,
.newsletter-container .qa-item .q-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: var(--gg-gold);
    color: var(--gg-white);
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    font-family: 'Lato', sans-serif;
}

.newsletter-container .qa-item-new .question-text,
.newsletter-container .qa-item .question-text {
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--gg-green-dark);
    line-height: 1.4;
}

.newsletter-container .qa-item-new .answer,
.newsletter-container .qa-item .answer {
    font-size: 14px;
    line-height: 1.75;
    color: var(--gg-text-dark);
    padding-left: 34px;
    margin: 0;
}

.newsletter-container .qa-item-new .answer strong,
.newsletter-container .qa-item .answer strong {
    color: var(--gg-gold);
}

/* ============================================
   Autumn Checklist Section - centered
   ============================================ */
.newsletter-container .checklist-section {
    max-width: var(--gg-content-width);
    margin: 0 auto;
    padding: 24px 48px;
    background-color: var(--gg-cream);
}

.newsletter-container .checklist-section .section-label {
    background-color: var(--gg-gold);
    color: var(--gg-white);
    margin-bottom: 25px;
}

.newsletter-container .checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 28px;
}

.newsletter-container .checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #d9d4c6;
}

.newsletter-container .checklist li strong {
    color: var(--gg-green-dark);
    font-weight: 700;
}

.newsletter-container .check {
    color: var(--gg-gold);
    font-weight: bold;
    font-size: 14px;
    margin-top: 1px;
}

/* ============================================
   Solar Promo + Checklist Section (Two Column)
   ============================================ */
.newsletter-container .promo-checklist-section {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 0;
    max-width: var(--gg-content-width);
    margin: 0 auto;
    background-color: var(--gg-cream);
    border-top: 1px solid #e0ddd5;
    border-bottom: 1px solid #e0ddd5;
}

.newsletter-container .promo-column {
    padding: 30px 20px 30px 48px;
}

.newsletter-container .checklist-column {
    padding: 30px 48px 30px 20px;
    border-left: 1px solid #e0ddd5;
}

.newsletter-container .solar-promo-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--gg-gold);
    border-radius: 8px;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-container .solar-promo-overlay {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 40px 30px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newsletter-container .solar-promo-title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.newsletter-container .solar-promo-text {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.9;
    margin: 0 0 20px 0;
}

.newsletter-container .solar-promo-cta {
    display: inline-block;
    background-color: var(--gg-gold);
    color: #ffffff;
    padding: 12px 24px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    transition: background-color 0.2s ease;
}

.newsletter-container .solar-promo-cta:hover {
    background-color: var(--gg-gold-dark);
    color: #ffffff;
}

.newsletter-container .checklist-column .section-label {
    background-color: var(--gg-green-dark);
    color: var(--gg-white);
    margin-bottom: 20px;
}

.newsletter-container .checklist-column .checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.newsletter-container .checklist-column .checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.5;
    border-bottom: 1px dotted #d9d4c6;
}

.newsletter-container .checklist-column .checklist li:last-child {
    border-bottom: none;
}

.newsletter-container .checklist-column .check {
    color: var(--gg-green-dark);
    font-weight: bold;
    font-size: 13px;
}

/* HIDE OLD SECTIONS */
.newsletter-container .products-section,
.newsletter-container .checklist-qa-section {
    display: none;
}

/* ============================================
   News Section - full-bleed cream bg
   ============================================ */
.newsletter-container .news-section {
    padding: 28px 0;
    background-color: #f5f0e4;
}

.newsletter-container .news-section > .section-label {
    max-width: var(--gg-content-width);
    margin: 0 auto 16px;
    padding-left: 48px;
    display: block;
}

.newsletter-container .news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: var(--gg-content-width);
    margin: 0 auto;
    padding: 0 48px;
}

.newsletter-container .news-card {
    padding: 20px;
    background-color: #ffffff;
    color: var(--gg-text-dark);
    border-radius: 0;
}

.newsletter-container .news-date {
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--gg-gold);
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
}

.newsletter-container .news-card h3 {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--gg-green-dark);
    margin-bottom: 12px;
}

.newsletter-container .news-card p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 15px;
    color: var(--gg-text-dark);
}

.newsletter-container .news-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gg-gold);
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

/* ============================================
   Testimonials Section - full-bleed bg
   ============================================ */
.newsletter-container .testimonials-section {
    padding: 28px 0;
    background-color: var(--gg-cream);
}

.newsletter-container .testimonials-section > .section-label {
    max-width: var(--gg-content-width);
    margin: 0 auto 16px;
    padding-left: 48px;
    display: block;
}

.newsletter-container .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: var(--gg-content-width);
    margin: 0 auto;
    padding: 0 48px;
}

.newsletter-container .testimonial-card {
    padding: 20px;
    background-color: var(--gg-white);
    border: 1px solid var(--gg-beige);
    border-radius: 0;
}

.newsletter-container .stars {
    color: var(--gg-gold);
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    font-size: 14px;
}

.newsletter-container .testimonial-card blockquote {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 15px 0;
    padding: 0;
    color: var(--gg-text-dark);
    border: none;
}

.newsletter-container .testimonial-card cite {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--gg-green-dark);
    font-family: 'Lato', sans-serif;
}

/* ============================================
   Contact Bar & Footer - HIDDEN (site has own)
   ============================================ */
.newsletter-container .contact-bar {
    display: none;
}

.newsletter-container .newsletter-footer {
    display: none;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1000px) {
    .newsletter-container .newsletter-header {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 5px;
        padding: 10px 20px;
    }
    
    .newsletter-container .header-left,
    .newsletter-container .header-right {
        display: none;
    }
    
    .newsletter-container .masthead {
        font-size: 30px;
    }
    
    .newsletter-container .company-name-small {
        margin-bottom: 4px;
    }
    
    .newsletter-container .tagline {
        font-size: 11px;
    }
    
    .newsletter-container .hero-section {
        grid-template-columns: 1fr;
    }

    .newsletter-container .hero-image img {
        min-height: 280px;
    }
    
    .newsletter-container .info-columns {
        grid-template-columns: 1fr;
    }
    
    .newsletter-container .info-column {
        border-right: none;
        border-bottom: 1px solid var(--gg-beige);
    }
    
    .newsletter-container .special-offer {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
        padding: 30px;
    }
    
    .newsletter-container .styles-header {
        flex-direction: column;
        gap: 15px;
        padding: 0 30px 20px;
    }
    
    .newsletter-container .styles-header-right {
        text-align: left;
        max-width: 100%;
    }

    /* Tags: stack below title on tablet/mobile, no overlap */
    .newsletter-container .style-tags {
        grid-column: 1 / -1;
        grid-row: 2;
        margin-left: 0;
        margin-top: 6px;
        width: 100%;
        justify-content: flex-start;
        max-width: none;
        flex-wrap: wrap;
    }

    .newsletter-container .style-header {
        grid-template-columns: 48px minmax(0, 1fr);
        margin-bottom: 12px;
    }

    .newsletter-container .style-content {
        padding: 20px 24px 24px;
    }

    .newsletter-container .explore-link {
        margin-top: 10px;
        margin-bottom: 6px;
    }
    
    .newsletter-container .products-qa-section {
        grid-template-columns: 1fr;
    }
    
    .newsletter-container .products-column {
        border-right: none;
        border-bottom: 1px solid var(--gg-beige);
    }
    
    .newsletter-container .checklist {
        grid-template-columns: 1fr;
    }

    .newsletter-container .checklist-section {
        padding: 30px;
    }
    
    .newsletter-container .promo-checklist-section {
        grid-template-columns: 1fr;
    }
    
    .newsletter-container .promo-column {
        padding: 30px;
    }
    
    .newsletter-container .checklist-column {
        padding: 30px;
        border-left: none;
        border-top: 1px solid #e0ddd5;
    }
    
    .newsletter-container .solar-promo-card {
        min-height: 240px;
    }
    
    .newsletter-container .testimonials-grid {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }
    
    .newsletter-container .news-grid {
        grid-template-columns: 1fr;
        padding: 0 30px;
    }

    .newsletter-container .news-section > .section-label {
        padding-left: 30px;
    }

    .newsletter-container .testimonials-section > .section-label {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .newsletter-container .product-item .product-icon,
    .newsletter-container .product-item .product-image {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 600px) {
    .newsletter-container .masthead {
        font-size: 24px;
    }
    
    .newsletter-container .newsletter-header {
        padding: 8px 15px;
        gap: 2px;
    }
    
    .newsletter-container .company-name-small {
        font-size: 8px;
        margin-bottom: 2px;
    }
    
    .newsletter-container .tagline {
        font-size: 10px;
    }
    
    .newsletter-container .product-item {
        flex-wrap: wrap;
    }
    
    .newsletter-container .product-item .product-icon,
    .newsletter-container .product-item .product-image {
        width: 75px;
        height: 75px;
    }

    .newsletter-container .hero-section {
        min-height: auto;
    }

    .newsletter-container .hero-image img {
        min-height: 220px;
    }

    .newsletter-container .hero-content {
        padding: 16px 16px;
    }

    .newsletter-container .hero-title {
        font-size: 26px;
    }
    
    .newsletter-container .solar-promo-title {
        font-size: 22px;
    }
    
    .newsletter-container .promo-column,
    .newsletter-container .checklist-column {
        padding: 20px 16px;
    }
    
    .newsletter-container .style-content {
        padding: 16px 16px 20px;
    }
    
    .newsletter-container .style-header {
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: 10px;
        margin-bottom: 10px;
    }
    
    .newsletter-container .style-tags {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 6px;
    }
    
    .newsletter-container .style-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        max-width: 36px;
        min-height: 36px;
        max-height: 36px;
        padding: 0;
    }
    
    .newsletter-container .style-name {
        font-size: 20px;
    }
    
    .newsletter-container .style-image img {
        height: 200px;
    }

    .newsletter-container .style-category {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .newsletter-container .style-description {
        font-size: 14px;
    }

    .newsletter-container .explore-link {
        display: block;
        text-align: center;
        padding: 14px 20px;
        margin-top: 12px;
    }

    .newsletter-container .monthly-hack {
        padding: 12px 14px;
    }

    .newsletter-container .garden-style {
        grid-template-columns: 8px 1fr;
    }

    .newsletter-container .garden-style .style-border {
        width: 8px;
    }

    .newsletter-container .backyard-styles {
        padding: 20px 0;
    }

    .newsletter-container .styles-header {
        padding: 0 16px 16px;
        gap: 10px;
    }
    
    .newsletter-container .info-column {
        padding: 20px 18px;
    }
    
    .newsletter-container .special-offer {
        padding: 20px 18px;
    }
    
    .newsletter-container .products-column,
    .newsletter-container .qa-column-new {
        padding: 20px 18px;
    }

    .newsletter-container .testimonials-grid,
    .newsletter-container .news-grid {
        padding: 0 16px;
    }

    .newsletter-container .news-section > .section-label,
    .newsletter-container .testimonials-section > .section-label {
        padding-left: 16px;
    }
}

/* ========================================
   GREEN GAZETTE – BREAKDANCE SPACING FIX
   PAGE-SPECIFIC (ID: 1722)
   ======================================== */

/* Control overall section spacing */
.page-id-1722.breakdance .bde-section .section-container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Fix excessive space above Gazette header */
.page-id-1722.breakdance .bde-section:first-of-type .section-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Remove any weird margin stacking */
.page-id-1722.breakdance .bde-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Kill inner wrapper spacing if Breakdance adds it */
.page-id-1722.breakdance .bde-section .section-container > div {
    margin-top: 0 !important;
}