/* ==================================================
   COCKTAILS FOR CRITTERS — BUTTON
================================================== */

body .btn--orange.btn--right-arrow {
    color: #ffffff !important;

    background-color: #c58a4d !important;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.08)
        ),
        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: 250% auto !important;

    text-shadow:
        0 1px 3px rgba(70, 35, 10, 0.5);

    filter: drop-shadow(
        0 3px 0.5px rgba(70, 35, 10, 0.75)
    );
}

body .btn--orange.btn--right-arrow:hover,
body .btn--orange.btn--right-arrow:focus {
    color: #ffffff !important;

    background-color: #c58a4d !important;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.17)
        ),
        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: 500% auto !important;

    text-decoration: none !important;
    transform: none !important;
}

body .btn--orange.btn--right-arrow:active {
    color: #ffffff !important;

    background-color: #c58a4d !important;
    background-image:
        linear-gradient(
            rgba(70, 35, 10, 0.08),
            rgba(70, 35, 10, 0.08)
        ),
        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: 250% auto !important;

    text-decoration: none !important;
    transform: none !important;
}
