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

.section__content.bg-main-light {
    background-color: white !important;

    background-image: url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/White-speckle-15-scaled.webp") !important;

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

/* Mobile crop */
@media screen and (max-width: 560px) {
    .section__content.bg-main-light {
        background-image: url("https://www.calgaryhumane.ca/wp-content/uploads/2026/07/Cocktails-for-Critters-2026-Assets_Light-Mobile-2.webp") !important;
        background-size: 100% 100% !important;
    }
}

/* Remove theme background from inner content */

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