.elementor-2028 .elementor-element.elementor-element-54faad6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7ecfde9 */.gd-meal-plan-guide {
    font-family: var(--font-body);
    background-color: var(--hb-cream);
    color: var(--hb-charcoal);
    line-height: 1.8;
    font-size: 1.1rem;
    max-width: 850px;
    margin: 0 auto;
    padding: var(--space-md);
    -webkit-font-smoothing: antialiased;
}

.gd-meal-plan-guide * {
    box-sizing: border-box;
}


.gd-meal-plan-guide h1 {
    font-size: 2.8rem;
    color: var(--hb-terracotta);
    margin-top: 10px;
    border-bottom: 3px solid var(--hb-sage);
    padding-bottom: var(--space-sm);
}

.gd-meal-plan-guide h2 {
    font-size: 2rem;
    color: var(--hb-charcoal);
    position: relative;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}

.gd-meal-plan-guide h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: var(--hb-mustard);
    border-radius: 2px;
}

.gd-meal-plan-guide h3 {
    font-size: 1.5rem;
    color: var(--hb-terracotta);
    padding-bottom: 0.5rem;
}

.gd-meal-plan-guide h4 {
    font-size: 1.25rem;
    color: var(--hb-sage);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 0.5rem;
}

.gd-meal-plan-guide p {
    margin-bottom: 1.5rem;
}

.gd-meal-plan-guide a {
    color: var(--hb-terracotta);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.gd-meal-plan-guide a:hover {
    color: var(--hb-sage);
}

.gd-meal-plan-guide strong {
    color: #1A2022;
    font-weight: 700;
}

/* Images & Figures */
.gd-meal-plan-guide figure {
    margin: var(--space-md) 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(44, 54, 57, 0.08);
    background: #fff;
}

.gd-meal-plan-guide figure img {
    width: 100%;
    height: auto;
    display: block;
}

.gd-meal-plan-guide figcaption {
    padding: 1rem;
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    text-align: center;
    background: #FAFAFA;
    border-top: 1px dashed var(--hb-border);
}

/* Lists */
.gd-meal-plan-guide ul, .gd-meal-plan-guide ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.gd-meal-plan-guide li {
    margin-bottom: 0.75rem;
}

.gd-meal-plan-guide ul li::marker {
    color: var(--hb-sage);
    font-size: 1.2rem;
}

/* Callout Boxes (Maya's Tips) */
.maya-tip-box {
    background-color: #FFF8F0;
    border-left: 5px solid var(--hb-terracotta);
    padding: 1.5rem;
    margin: var(--space-md) 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 12px rgba(217, 108, 74, 0.05);
}

.maya-tip-box h4 {
    margin-top: 0;
    color: var(--hb-terracotta);
}

/* Meal Cards */
.meal-card {
    background: #FFFFFF;
    border: 1px solid var(--hb-border);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.meal-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 54, 57, 0.06);
}

/* Reviewed By Badge Container */
.reviewed-by-container {
    margin: 1.5rem 0 2.5rem 0;
    display: flex;
    align-items: center;
}

/* Sources & References Section */
.sources-section {
    background: #F4F1EA;
    border-radius: 12px;
    padding: 2rem;
    margin-top: var(--space-xl);
}

.sources-section h2::before {
    background-color: var(--hb-sage);
}

.sources-section ol {
    counter-reset: source-counter;
    list-style: none;
    padding-left: 0;
}

.sources-section ol li {
    counter-increment: source-counter;
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.6;
}

.sources-section ol li::before {
    content: counter(source-counter);
    position: absolute;
    left: 0;
    top: 0;
    background: var(--hb-sage);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .gd-meal-plan-guide {
        padding: 1rem;
        font-size: 1rem;
    }
    .gd-meal-plan-guide h1 {
        font-size: 2rem;
    }
    .gd-meal-plan-guide h2 {
        font-size: 1.6rem;
    }
    .reviewed-by-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}/* End custom CSS */