.bap-event-popup{position:fixed;inset:0;display:none;z-index:99999}.bap-event-popup.is-open{display:block}.bap-event-popup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6)}.bap-event-popup__dialog{position:relative;max-width:720px;width:calc(100% - 32px);margin:6vh auto 0;background:#fff;border-radius:10px;box-shadow:0 20px 50px rgba(0,0,0,.3);padding:24px}.bap-event-popup__close{position:absolute;top:10px;right:10px;border:0;background:transparent;font-size:26px;line-height:1;cursor:pointer}.bap-event-popup__content{max-height:80vh;overflow-y:auto;overflow-x:hidden}.bap-event-popup--open body{overflow:hidden}

@media (max-width:800px){
    .gform-theme--foundation .gform_fields{
        row-gap: 5px !important;
    }
    .bap-event-popup__content {
        margin-top: 2em;
    }
}
button.bap-event-popup__close {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 999px;
    background: #0A3A47 !important;
    color: #fff !important;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    transition: background 0.2s ease;
}

button.bap-event-popup__close:hover {
    background: #165a96;
}