/*
 * Keep the full original banner ratio (2133x566) with a real image.
 * Click zones are absolute overlays aligned to the printed Insta/FB buttons.
 */
.cf-slider-outer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f2a3d;
    flex-shrink: 0;
    min-width: 0;
}

.cf-slider-container {
    position: relative;
    width: 100%;
    line-height: 0;
    background-color: #1f2a3d;
}

.cf-banner-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.cf-social-links {
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
}

.cf-social-btn {
    position: absolute;
    display: block;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 8px;
    outline: none;
    transition: box-shadow 0.15s ease, background-color 0.15s ease;
}

/* Precise clickable hitboxes for this 2133x566 artwork */
.cf-social-btn--insta {
    left: 31.0%;
    top: 72.0%;
    width: 12.9%;
    height: 15.8%;
}

.cf-social-btn--fb {
    left: calc(56.0% - 2cm);
    top: 72.0%;
    width: 12.9%;
    height: 15.8%;
}

/* No visual hover effect: keep artwork untouched */
.cf-social-btn:hover,
.cf-social-btn:focus-visible {
    box-shadow: none;
    background-color: transparent;
}

