#main-content {
    min-height: 90vh;
}

/* .footer {
    height: 60px;
    margin-top: -60px;
} */

.fc td, .fc th {
    border: solid 1px #ddd !important;
}

.video-embed {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.video-embed iframe {
    width: 85%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.video-fullwidth {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    margin-bottom: 2rem;
    border-radius: 8px;
}