.unisenai-mit-depoimentos__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.unisenai-mit-depoimentos__modal.is-open {
    display: flex;
}

.unisenai-mit-depoimentos__modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.unisenai-mit-depoimentos__modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    z-index: 1;
}

.unisenai-mit-depoimentos__modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: transform 0.2s;
}

.unisenai-mit-depoimentos__modal-close:hover {
    transform: scale(1.1);
}

.unisenai-mit-depoimentos__modal-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    background: #000;
}

.unisenai-mit-depoimentos__modal-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.unisenai-mit-depoimentos__card {
    cursor: pointer;
}





