.doctor-media-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.doctor-media-overlay-panel {
    position: relative;
    background: #fff;
    max-width: 640px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    padding: 24px 20px 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.doctor-media-overlay-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

.doctor-media-modal-inner {
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.5;
}

.doctor-media-warning-text {
    margin-bottom: 20px;
}

.doctor-media-actions {
    margin: 0;
    text-align: center;
}

.doctor-media-btn {
    display: inline-block;
    margin: 5px 8px;
    padding: 10px 18px;
    border: 0;
    background: #0054a6;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.doctor-media-btn:hover {
    background: #003d7a;
}

.doctor-media-btn-cancel {
    background: #777;
}

.doctor-media-btn-cancel:hover {
    background: #555;
}

.doctor-media-video-wrap {
    background: #000;
    line-height: 0;
}

.doctor-media-overlay-content .doctor-media-overlay-panel,
.doctor-media-overlay-content .doctor-media-video-wrap {
    max-width: 960px;
}
