@charset "utf-8";
/* CSS Document */

/* Overlay background (darken) */
.mfp-bg.mfp-zoom {
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: 1040;
}

/* Modal container */
.mfp-wrap.mfp-zoom {
    z-index: 1050;
}

/* Event modal content box */
.mfp-content .ccm-block-calendar-event-dialog-details {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    color: #222;
    font-family: inherit;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    position: relative;
}

/* Title */
.ccm-block-calendar-event-dialog-details h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

/* Time info */
.ccm-block-calendar-dialog-event-time {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

/* Close button */
.mfp-close {
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 1060;
    opacity: 0.9;
    text-shadow: none;
}
