.banner__trigger {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.bmwp-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bmwp-popup[hidden] {
    display: none;
}
.bmwp-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.bmwp-popup__content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    z-index: 1;
}

.bmwp-popup__content img {
    max-width: 100%;
    max-height: 90vh;
    display: block;
}

.bmwp-popup .close {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.bmwp-popup .CloseButton-icon {
    width: 0.75rem;
    height: 0.75rem;
    fill: #000;
}
