/* Mickelberry Recipes CTA — two-column layout */

.recipes-cta--mickelberry {
    background-color: #ed1b2e;
    background-image: none !important;
    padding: var(--space-3xl) 0;
}

.recipes-cta--mickelberry::before {
    display: none;
}

.recipes-cta.recipes-cta--mickelberry .recipes-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--space-3xl);
    text-align: left;
}

.recipes-cta-polaroid {
    flex: 0 0 auto;
    max-width: 420px;
}

.recipes-cta-polaroid img {
    width: 100%;
    height: auto;
    display: block;
}

.recipes-cta-content {
    flex: 0 1 420px;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.recipes-cta--mickelberry h2 {
    color: #ffffff;
    font-family: 'cooper-black-std', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.2;
    margin: 0;
}

.recipes-cta-subtitle {
    font-family: 'caveat-brush', sans-serif !important;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.recipes-cta--mickelberry .btn {
    align-self: flex-start;
    font-family: 'caveat-brush', sans-serif !important;
    font-size: 1.25rem;
    text-transform: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    padding: 0.5em 2em;
}

.recipes-cta--mickelberry .btn:hover {
    background: #ffffff;
    color: #ed1b2e;
}

@media (max-width: 768px) {
    .recipes-cta--mickelberry .recipes-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .recipes-cta--mickelberry .btn { align-self: center; }
    .recipes-cta-polaroid { max-width: 280px; }
}
