/*
CTC Separate Stylesheet
Updated: 2025-06-17 01:47:44
*/
/* Container for the calendar iframe */
.google-calendar-wrapper {
    max-width: 100%;
    margin: 20px auto;
    border: 2px solid #2c3e50;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Optional: Adjust iframe itself */
.google-calendar-wrapper iframe {
    width: 100%;
    height: 800px; /* You can adjust height */
    border: none;
    background-color: #f8f9fa;
    filter: contrast(1.05) brightness(1.05);
    border-radius: 0 0 12px 12px;
}


