/* ==================================================
   COCKTAILS FOR CRITTERS — BEIGE BACKGROUND
   TODO: replace placeholder colour/image below with final campaign colours
================================================== */

.section__content.bg-main-beige {
    background-color: #9f6a36 !important;
    background-image: url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/Asset-1.webp") !important; 

    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}

/* Mobile sizesssss*/
@media screen and (max-width: 560px) {
    .section__content.bg-main-beige {
        background-image: url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/Gold-mobile_Light-Mobile-2-22.webp") !important;

    }
}
/* Remove theme background from inner content */

.section__content.bg-main-beige .row-content {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}
