/* ==========================================================
   GUIDE IRLANDE — BOUTONS UNIVERSELS
   ========================================================== */

.gi-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    padding: 10px 16px;
    color: #fff !important;
    font-size: .88rem;
    font-weight: 900;
    text-decoration: none !important;
    background: #0B493E;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(11, 73, 62, .16);
    cursor: pointer;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}

.gi-cta:hover,
.gi-cta:focus-visible {
    color: #fff !important;
    background: #B9975B;
}

.gi-cta--light {
    color: #0B493E !important;
    background: #fff;
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    .gi-cta {
        transition: none;
    }
}
