.recipe-page {
    --recipe-accent: #f45108;
    --recipe-accent-dark: #d83d00;
    --recipe-accent-soft: #fff4ec;
    --recipe-border: #ffd8c2;
    background: #fffaf4;
}

.recipe-container {
    background: #fff;
    border-radius: 12px;
    max-width: 1320px;
    padding-bottom: 34px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 18px;
    overflow: hidden;
}

.recipe-breadcrumb {
    font-size: 12px;
}

.recipe-featured-image {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 18px;
}

.recipe-category-badge {
    background: var(--recipe-accent);
    border-radius: 6px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    left: 14px;
    line-height: 1;
    padding: 9px 11px;
    position: absolute;
    text-decoration: none !important;
    text-transform: uppercase;
    top: 14px;
    z-index: 3;
}

.recipe-article {
    color: #202124;
    font-size: 1.03rem;
    line-height: 1.75;
}

.recipe-article p,
.recipe-article li {
    line-height: 1.75;
}

.recipe-byline {
    align-items: center;
    background: #f7f8f9;
    border: 1px solid #eceff1;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin: 18px 0;
    padding: 12px;
}

.recipe-byline a {
    color: #111;
    font-weight: 700;
}

.recipe-byline time,
.recipe-byline span {
    display: block;
    font-size: 13px;
    line-height: 1.4;
}

.recipe-author-avatar img,
.recipe-author-box-avatar img {
    border-radius: 50%;
    display: block;
}

.recipe-title {
    color: #171717;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0;
    line-height: 1.08;
    margin-top: 8px;
}

.recipe-summary {
    border-left: 4px solid var(--recipe-accent);
    color: #3c4043;
    font-size: 1.08rem;
    margin: 16px 0 18px;
    padding-left: 14px;
}

.recipe-summary p {
    margin-bottom: 0;
}

.recipe-jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 22px;
}

.recipe-jump-links a {
    background: #fff;
    border: 1px solid #e2e5e8;
    border-radius: 999px;
    color: #202124;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    padding: 10px 13px;
    text-decoration: none;
}

.recipe-facts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 20px 0 26px;
}

.recipe-fact-card {
    background: #fff;
    border: 1px solid var(--recipe-border);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    min-height: 82px;
    padding: 14px 10px;
    text-align: center;
}

.recipe-fact-card span {
    color: var(--recipe-accent-dark);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.recipe-fact-card strong {
    color: #171717;
    display: block;
    font-size: 15px;
    line-height: 1.25;
}

.recipe-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -8px 0 24px;
}

.recipe-action-rating {
    align-items: center;
    display: inline-flex;
    flex: 1 1 280px;
    gap: 10px;
    min-height: 42px;
}

.recipe-action-rating span {
    color: #344054;
    font-size: 14px;
    line-height: 1.2;
}

.recipe-action-rating strong {
    color: #171717;
    font-weight: 900;
}

.recipe-action-rating .recipe-rating-average,
.recipe-action-rating .recipe-rating-count {
    color: inherit;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    text-transform: none;
}

.recipe-action-primary,
.recipe-action-secondary {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    gap: 7px;
    justify-content: center;
    min-height: 42px;
    padding: 12px 22px;
    text-decoration: none !important;
}

.recipe-action-primary {
    border: 0;
    background: linear-gradient(135deg, var(--recipe-accent), #ff7a00);
    color: #fff !important;
    cursor: pointer;
    min-width: 210px;
}

.recipe-action-primary[disabled] {
    cursor: wait;
    opacity: .75;
}

.recipe-favorite-button.is-saved {
    background: linear-gradient(135deg, #198754, #16a34a);
}

.recipe-action-secondary {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe3e8;
    color: #171717 !important;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-width: 160px;
}

.recipe-social-actions {
    align-items: center;
    display: flex;
    gap: 9px;
}

.recipe-social {
    align-items: center;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    text-decoration: none !important;
    width: 34px;
}

.recipe-social-whatsapp {
    background: #25d366;
}

.recipe-social-facebook {
    background: #316ff6;
}

.recipe-social-pinterest {
    background: #e60023;
}

.recipe-sidebar-thumb {
    box-shadow: none;
}

.recipe-sidebar-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.recipe-section-title {
    color: #171717;
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.18;
    margin: 0 0 14px;
    padding-top: 0;
}

.recipe-content-card {
    background: #fff;
    border: 1px solid #f0e2d8;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
    margin: 26px 0;
    padding: 22px;
}

.recipe-content-card > :last-child {
    margin-bottom: 0;
}

.recipe-content-card .recipe-section-title {
    align-items: center;
    color: var(--recipe-accent);
    display: flex;
    gap: 9px;
}

.recipe-content-card .recipe-section-title::before {
    background: var(--recipe-accent);
    border-radius: 999px;
    content: "";
    flex: 0 0 4px;
    height: 24px;
    width: 4px;
}

.recipe-article ul,
.recipe-article ol {
    padding-left: 1.25rem;
}

.recipe-article li {
    margin-bottom: 10px;
    padding-left: 3px;
}

.recipe-ingredients-card li::marker {
    color: var(--recipe-accent);
}

.recipe-article ol li::marker {
    color: var(--recipe-accent);
    font-weight: 800;
}

.recipe-affiliate-box {
    background: linear-gradient(135deg, #fff, var(--recipe-accent-soft));
    border: 1px solid var(--recipe-border);
    border-radius: 8px;
    margin: 28px 0;
    padding: 16px;
}

.recipe-sidebar-card {
    background: #fff;
    border: 1px solid #eceff1;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.04);
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.recipe-sidebar-card h3 {
    margin-bottom: 0;
}

aside .titulo-aside {
    background: #fff;
    color: #171717;
    font-size: 28px;
    letter-spacing: 0;
    margin: 10px 0 18px;
    padding: 8px 0;
}

aside .titulo-aside::after {
    background: #171717;
    height: 4px;
}

.recipe-affiliate-header {
    margin-bottom: 14px;
}

.recipe-affiliate-header strong {
    color: var(--recipe-accent);
    display: block;
    font-size: 20px;
    line-height: 1.2;
}

.recipe-affiliate-kicker {
    color: var(--recipe-accent-dark);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.recipe-affiliate-header p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
    margin: 6px 0 0;
}

.recipe-affiliate-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recipe-affiliate-product {
    background: #fff;
    border: 1px solid #ffe1d0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 12px;
}

.recipe-affiliate-media {
    align-items: center;
    aspect-ratio: 1;
    background: #fffaf4;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.recipe-affiliate-media img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.recipe-affiliate-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.recipe-affiliate-content strong {
    color: #171717;
    display: block;
    font-size: 15px;
    line-height: 1.25;
}

.recipe-affiliate-content p {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.4;
    margin: 6px 0;
}

.recipe-affiliate-price {
    color: #171717;
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin: 2px 0 10px;
}

.recipe-affiliate-button {
    background: var(--recipe-accent);
    border-radius: 7px;
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    margin-top: auto;
    padding: 12px 16px;
    text-decoration: none !important;
}

.recipe-author-box {
    align-items: center;
    background: #f7f8f9;
    border: 1px solid var(--recipe-border);
    border-radius: 8px;
    display: flex;
    gap: 14px;
    margin: 34px 0;
    padding: 16px;
}

.recipe-author-box span {
    color: #667085;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.recipe-author-box strong {
    color: #171717;
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.recipe-author-box p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
    margin: 6px 0;
}

.recipe-author-box a {
    font-size: 14px;
    font-weight: 800;
}

.recipe-rating-box {
    align-items: center;
    background: linear-gradient(135deg, #fff, #fff5ee);
    border: 1px solid var(--recipe-border);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr auto;
    margin: 34px 0;
    padding: 22px;
}

.recipe-rating-comments {
    grid-column: 1 / -1;
}

.recipe-comment-list,
.recipe-comment-form {
    background: #fff;
    border: 1px solid #ffe1d0;
    border-radius: 8px;
    margin-top: 10px;
    padding: 18px;
}

.recipe-comment-list > strong,
.recipe-comment-title {
    color: #171717;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.recipe-comment-list .comment {
    border-top: 1px solid #f1e5dd;
    padding: 14px 0;
}

.recipe-comment-list .comment:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.recipe-comment-list .comment-author {
    align-items: center;
    display: flex;
    gap: 10px;
}

.recipe-comment-list .avatar {
    border-radius: 50%;
}

.recipe-comment-list .comment-meta,
.recipe-comment-list .reply {
    font-size: 12px;
}

.recipe-comment-form .comment-form {
    margin: 0;
}

.recipe-comment-form input[type="text"],
.recipe-comment-form input[type="email"],
.recipe-comment-form input[type="url"],
.recipe-comment-form textarea {
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    max-width: 100%;
    padding: 11px 12px;
    width: 100%;
}

.recipe-comment-form input[type="submit"] {
    background: var(--recipe-accent);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    padding: 12px 18px;
}

.recipe-rating-fallback {
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
}

.recipe-rating-kicker {
    color: var(--recipe-accent-dark);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.recipe-rating-copy h2 {
    color: #171717;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.15;
    margin: 0 0 8px;
}

.recipe-rating-copy p {
    color: #4b5563;
    margin-bottom: 0;
}

.recipe-rating-widget {
    background: #fff;
    border: 1px solid #ffe1d0;
    border-radius: 8px;
    min-width: 220px;
    padding: 16px;
    text-align: center;
}

.recipe-comment-box {
    background: #fff;
    border: 1px solid #ffe1d0;
    border-radius: 8px;
    grid-column: 1 / -1;
    padding: 18px;
}

.recipe-comment-box h3 {
    color: #171717;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 6px;
}

.recipe-comment-box p {
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 14px;
}

.recipe-simple-comment-form {
    display: grid;
    gap: 12px;
}

.recipe-comment-fields {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.recipe-simple-comment-form label span {
    color: #344054;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 5px;
}

.recipe-simple-comment-form input,
.recipe-simple-comment-form textarea {
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    max-width: 100%;
    padding: 11px 12px;
    width: 100%;
}

.recipe-simple-comment-form button {
    background: var(--recipe-accent);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    justify-self: start;
    padding: 12px 18px;
}

.recipe-simple-comment-form button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.recipe-comment-feedback {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.recipe-approved-comments {
    background: #fffaf5;
    border: 1px solid #f5d7c2;
    border-radius: 12px;
    margin: 18px 0 20px;
    padding: 16px;
}

.recipe-approved-comments > strong {
    color: #111827;
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
}

.recipe-approved-comments ol {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.recipe-approved-comments li {
    background: #fff;
    border: 1px solid #eee3d9;
    border-radius: 10px;
    padding: 12px;
}

.recipe-approved-comment-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 6px;
}

.recipe-approved-comment-head span {
    color: #111827;
    font-weight: 850;
}

.recipe-approved-comment-head time {
    color: #7a6b60;
    font-size: 12px;
}

.recipe-approved-comments p {
    color: #334155;
    line-height: 1.55;
    margin: 0;
}

.recipe-rating-widget strong {
    color: #171717;
    display: block;
    font-size: 28px;
    line-height: 1;
}

.recipe-rating-widget > span {
    color: #667085;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin: 6px 0 12px;
}

.recipe-rating-stars .post-ratings {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.recipe-rating-stars {
    display: flex;
    gap: 3px;
    justify-content: center;
}

.recipe-rating-stars button {
    background: transparent;
    border: 0;
    color: #d0d5dd;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    padding: 2px;
}

.recipe-rating-stars-inline {
    flex: 0 0 auto;
    gap: 1px;
}

.recipe-rating-stars-inline button {
    color: #ffc84d;
    font-size: 25px;
    padding: 0;
}

.recipe-rating-stars button:hover,
.recipe-rating-stars button.is-active,
.recipe-rating-stars button.is-selected {
    color: #ff8a00;
}

.recipe-rating-stars.is-disabled button {
    cursor: default;
    opacity: 0.8;
}

.recipe-rating-feedback {
    color: #667085;
    font-size: 13px;
    line-height: 1.4;
    margin: 10px 0 0;
}

.recipe-ad-slot {
    margin-bottom: 32px !important;
    margin-top: 32px !important;
}

.recipe-ad-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 250px;
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
}

.recipe-ad-box ins.adsbygoogle,
.recipe-ad-box .adsbygoogle {
    display: block;
    max-width: 100%;
    min-height: 250px;
    width: 100%;
}

.recipe-ad-label {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.recipe-faq-section {
    border-top: 1px solid var(--recipe-border);
    padding-top: 24px;
}

.recipe-faq-title {
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    margin-bottom: 14px;
}

.recipe-page .container-fluid:last-of-type,
.recipe-page .container:last-of-type {
    margin-bottom: 0;
}

.recipe-page + .footer,
.recipe-page ~ .footer,
body > .footer {
    margin-top: 0;
}

@media (max-width: 768px) {
    .recipe-page {
        padding-left: 0;
        padding-right: 0;
    }

    .recipe-breadcrumb {
        margin-bottom: 14px !important;
        margin-top: 10px;
        padding-top: 10px;
    }

    .recipe-container {
        border-radius: 0;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 12px;
    }

    .recipe-featured-image {
        border-radius: 0;
        margin-left: -14px;
        margin-right: -14px;
    }

    .recipe-content-card {
        padding: 18px;
    }

    .recipe-title {
        font-size: 2rem;
    }

    .recipe-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recipe-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .recipe-action-primary,
    .recipe-action-secondary {
        width: 100%;
    }

    .recipe-social-actions {
        justify-content: center;
    }

    .recipe-action-rating {
        background: #fff;
        border: 1px solid var(--recipe-border);
        border-radius: 999px;
        justify-content: center;
        padding: 10px 12px;
        width: 100%;
    }

    .recipe-action-rating span {
        font-size: 13px;
    }

    .recipe-rating-stars-inline button {
        font-size: 22px;
    }

    .recipe-ad-slot {
        margin-bottom: 22px !important;
        margin-top: 22px !important;
    }

    .recipe-ad-slot-ads_mobile_5 {
        margin-bottom: 10px !important;
        margin-top: 18px !important;
    }

    .recipe-ad-slot-ads_mobile_5 .recipe-ad-box {
        min-height: 0;
    }

    .recipe-fact-card {
        min-height: 78px;
    }

    .recipe-jump-links {
        flex-wrap: nowrap;
        margin-left: -14px;
        margin-right: -14px;
        overflow-x: auto;
        padding: 0 14px 4px;
        scrollbar-width: none;
    }

    .recipe-jump-links::-webkit-scrollbar {
        display: none;
    }

    .recipe-jump-links a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .recipe-affiliate-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recipe-rating-box {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .recipe-rating-widget {
        min-width: 0;
        width: 100%;
    }

    .recipe-comment-fields {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .recipe-article {
        font-size: 1rem;
        line-height: 1.72;
    }

    .recipe-byline {
        align-items: flex-start;
    }

    .recipe-affiliate-grid {
        display: flex;
        margin-left: -16px;
        margin-right: -16px;
        overflow-x: auto;
        padding: 0 16px 4px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .recipe-affiliate-grid::-webkit-scrollbar {
        display: none;
    }

    .recipe-affiliate-product {
        flex: 0 0 72%;
        scroll-snap-align: start;
    }
}
