/* The modal (hidden by default) */
.m741852, .m74185201 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
}

/* Modal content */
.mc7913, .mc791301 {
    background-color: #ffffff;
    margin: auto;
    padding: 24px;
    border-radius: 16px;
    width: 90%;
    max-width: 520px;
    max-height: 80vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    animation: modalPop 0.2s ease-out;
}

@keyframes modalPop {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.mc7913 h3, .mc791301 h3 {
    color: #4338ca;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: center;
    width: 100%;
}

.mc7913 a, .mc791301 a {
    text-decoration: none;
    padding: 12px 18px;
    color: #4f46e5;
    border: 1.5px solid #4f46e5;
    background-color: #eef1fb;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.mc7913 a:hover, .mc791301 a:hover {
    background-color: #4f46e5;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
}

/* Year-filtered modal body & items */
.yr-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yr-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yr-item:empty {
    display: none;
}

/* Close button */
.mc718293 {
    align-self: flex-end;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    background-color: #eeeeee;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 8px;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.mc718293:hover {
    color: #ffffff;
    background-color: #f44336;
}

/* iframe */
.ledv7496 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media(max-width:600px) {
    iframe {
        width: 516px;
        height: 300px;
    }
}

@media(max-width:557px) and (min-width:0px) {
    iframe {
        width: 360px;
        height: 208px;
    }
}

@media (max-width:500px) {
    .mc7593512345 {
        width: 250px;
    }
}

@media (max-width:400px) {
    .mc7593512345 {
        width: 200px;
    }
    iframe {
        width: 290px;
    }
}