.modal-content .modal-body:has(.hollydays-banner) {
    display: flex;
    align-items: center;
}
.modal-content:has(.hollydays-banner) {
    background-color: #000000d1;
}
.modal-content:has(.hollydays-banner) .btn-close {
    background-color: white;
}