/* * For multi-card carousel */
.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    opacity: 1;
    transform: translateY(-50%);
}

/* * For lightbox spotlight.bundle.js which contains js & css styling
 * Ensure custom.css loads last */
.spl-footer {
    padding-top: 16px;
    padding-bottom: 19px;
}

.spl-title {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 1.2em;
}

.spl-description {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    margin-bottom: 0px;
}

.spl-prev {
    background-color: rgb(14, 14, 14);
    opacity: 0.9;
    margin-bottom: 1px;
}

.spl-next {
    background-color: rgb(14, 14, 14);
    opacity: 0.9;
    margin-bottom: 1px;
}

#spotlight.white .spl-header {
    background-color: white;
    opacity: 1;
}

#spotlight.white .spl-footer {
    background-color: white;
    opacity: 1;
}

#spotlight.white .spl-title {
    color: #434343;
}

#spotlight.white .spl-description {
    color: #8d8d8d;
}

/* * For css-only Awesome modal */
dialog::backdrop {
    background: rgba(225, 224, 224, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

html:has(dialog[open]) {
    overflow: hidden;
}
