/*
 * IslandTravelAtlas
 * Flights and Activities text-contrast foundation
 *
 * No card dimensions, grids, margins, padding, positioning,
 * or page structure are changed in this file.
 */

body.ita-page--flights main,
body.ita-page--activities-search main {
    color: #17312e;
}

body.ita-page--flights main :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    dt,
    dd,
    strong,
    b,
    em,
    small,
    span,
    label,
    legend,
    summary,
    th,
    td,
    a,
    button
),

body.ita-page--activities-search main :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    dt,
    dd,
    strong,
    b,
    em,
    small,
    span,
    label,
    legend,
    summary,
    th,
    td,
    a,
    button
) {
    opacity: 1;
    text-decoration-skip-ink: auto;
}

body.ita-page--flights main input::placeholder,
body.ita-page--flights main textarea::placeholder,
body.ita-page--activities-search main input::placeholder,
body.ita-page--activities-search main textarea::placeholder {
    color: #61756f !important;
    -webkit-text-fill-color: #61756f !important;
    opacity: 1 !important;
}

body.ita-page--flights main :where(
    a,
    button,
    input,
    select,
    textarea,
    summary
):focus-visible,

body.ita-page--activities-search main :where(
    a,
    button,
    input,
    select,
    textarea,
    summary
):focus-visible {
    outline: 3px solid #ffc857 !important;
    outline-offset: 3px !important;
}

/*
 * Preserve intentionally hidden results and interface elements.
 */

body.ita-page--flights main [hidden],
body.ita-page--activities-search main [hidden] {
    display: none !important;
}
