/*
Theme Name: DinesCo CalTrout
Theme URI: https://caltrout.org/
Author: DinesCo
Description: CalTrout block theme.
Template: twentytwentyfive
Version: 0.3.24
Text Domain: dinesco-caltrout


projects have
threats
regions
statuses
program areas
watersheds
affected species
location label
latitude, longitude
start Date
project Goal
story summary
project funders
project partners
*/
html {
    scroll-behavior: smooth;
}

a {
    text-decoration-thickness: 1px !important;
    text-underline-offset: .4em;
}

.timeline-item:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: var(--wp--preset--color--river);
    border-radius: 50%;
}

.wp-block-button.is-style-link a.wp-block-button__link {
    display: inline-block;
}

.wp-block-button.is-style-link a.wp-block-button__link::after {
    content: "→";
    display: inline-block;
    margin-inline-start: 0.3em;
    text-decoration: none;
}

a {
    /* text-decoration-thickness: 0px !important;
    text-underline-offset: .1em; */
    text-decoration-color: transparent !important;
}

@media (max-width: 781px) {
    .responsive-video-embed iframe {
        width: auto !important;
        min-width: 100% !important;
        height: 100% !important;
        aspect-ratio: 16 / 9 !important;
    }

    .wp-block-columns.reverse-on-mobile {
        flex-direction: column-reverse;
    }
}