.sx-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.sx-modal-overlay.is-open {
    display: flex;
}

.sx-modal-wrap {
    position: relative;
    background: #fff;
    width: min(946px, 100%);
    max-height: 90vh;
    overflow: auto;
    padding: 60px 30px;
    border: 1px solid #bcbcbc;
}

.sx-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 32px !important;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
      color: #000 !important;
        border:0 !important;
}

body.sx-modal-open {
    overflow: hidden;
}

.speakermodal,
.synopsis {
    cursor: pointer;
}

.speakermodal {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: inherit;
}

@media (max-width: 767px) {
    .sx-modal-wrap {
        padding: 24px 20px;
        max-height: 85vh;
    }
}
