﻿.events-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.events-2025 * {
    transition: all 0.3s linear;
}

.events-2025 {
    flex: 1;
}

.events-2025 {
    padding-top: 129px;
    position: relative;
}

.events-2025-main {
    background: #FAFAFA;
    padding-top: 24px;
    padding-bottom: 24px;
    height: 100%;
}

.events-2025 .events-2025-main .events-2025-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .events-2025 .events-2025-main .events-2025-header .events-2025-header-text {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .events-2025 .events-2025-main .events-2025-header .events-2025-header-text .events-2025-main-text {
            color: #333;
            /* Desktop/Heading 1 */
            font-family: "Sen-Bold";
            font-size: 48px;
            font-style: normal;
            font-weight: 800;
            line-height: 120%; /* 57.6px */
        }

    .events-2025 .events-2025-main .events-2025-header .events-2025-header-text .events-2025-main-subtext {
        color: var(--Dark, #333);
        font-family: "AnekLatin-Regular";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 23.4px */
        letter-spacing: 0.18px;
    }



    .events-2025 .dropdown-wrapper {
        position: relative;
        display: inline-block;
        min-width: 300px;
        width: 100%;
    }

        .events-2025 .dropdown-wrapper .filter-icon {
            width: 24px;
            height: 24px;
        }

.events-2025 .dropdown-toggle {
    border: 1px solid #7E7D82;
    border-radius: 4px;
    padding: 12px 12px 12px 16px;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.events-2025 .dropdown-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.events-2025 .dropdown-label {
    color: var(--Dark, #333);
    font-family: "AnekLatin-Regular";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
    letter-spacing: 0.52px;
    text-transform: uppercase;
}

.events-2025 .dropdown-selected {
    color: var(--Dark, #333);
    font-family: "AnekLatin-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

    .events-2025 .dropdown-selected #selectedOption {
        color: var(--Dark, #333);
        font-family: "AnekLatin-Regular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 100% */
    }

.events-2025 .events-2025-main .events-2025-body {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .events-2025 .events-2025-main .events-2025-body .event-card {
        border-radius: 4px;
        border: 1px solid rgba(51, 51, 51, 0.10);
        background: #FFF;
        display: flex;
        flex-direction: column;
        padding: 24px 32px;
        gap: 24px;
        opacity: 0;
        transform: translateX(50px);
    }
/*
        .events-2025 .events-2025-main .events-2025-body .event-card .new-event-card {
            opacity: 0;
            transform: translateX(50px);
        }*/


        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-main-body {
            display: flex;
            justify-content: space-between;
            gap: 24px;
        }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-image .event-image {
            width: 100%;
            object-fit: cover;
            aspect-ratio: 4 / 3;
        }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body {
            width: 70%;
        }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-image {
            width: 30%;
        }

.events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-header {
    display: flex;
    flex-direction: column;
}

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-header .event-title {
        color: #333;
        font-family: "AnekLatin-Regular";
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 33.8px */
        margin-bottom: 8px;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-header .event-subtitle {
        display: flex;
        /*align-items: center;*/
        gap: 16px;
    }

.events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-header .event-subtitle .event-date {
    color: var(--Grey, #7E7D82);
    font-family: "AnekLatin-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}

    .events-2025 .events-2025-main .events-2025-body .event-card .event-divider {
        height: auto;
        width: 1px;
        background: rgba(51, 51, 51, 0.30);
    }

.events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-header .event-subtitle .event-type {
    color: var(--Grey, #7E7D82);
    font-family: "AnekLatin-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-body {
        margin-top: 16px;
        margin-bottom: 32px;
    }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-body .event-description {
            max-height: 3.6em;
            overflow: hidden;
            position: relative;
        }

            .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-body .event-description.expanded {
                max-height: none;
            }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-body .event-description * {
        overflow: hidden;
        color: inherit;
        text-overflow: ellipsis;
        font-family: "AnekLatin-Regular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
    }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-body .toggle-description {
            margin-top: 16px;
            overflow: hidden;
            color: var(--Primary, #BE1E2D);
            text-overflow: ellipsis;
            font-family: "AnekLatin-Regular";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%; /* 20.8px */
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            cursor: pointer;
        }


            .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-body .toggle-description:hover {
                color: #72161D;
            }


.events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-body-border-line {
    background: rgba(238, 238, 238, 0.93);
    height: 1px;
    width: 100%;
}

    .events-2025 .events-2025-main .events-2025-body .event-card .event-footer {
        display: flex;
        align-items: center;
        gap: 24px;
    }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-footer .rsvp-button {
            border-radius: 2px;
            background: #F8F8F8;
            display: flex;
            padding: 16px 16px 16px 24px;
            align-items: center;
            gap: 10px;
            color: #999;
            font-family: "Sen-Regular";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 114.286% */
            letter-spacing: 0.56px;
            text-transform: uppercase;
            min-width: 155px;
        }

.upcoming-event {
    background: #BE1E2D !important;
    color: #FFF !important;
}

    .upcoming-event:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #BE1E2D !important;
    }

    .disabled-link {
        pointer-events: none;
        color: #aaa;
        text-decoration: none;
        cursor: not-allowed;
    }

.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .rsvp-button .button-icon {
    width: 24px;
    height: 24px;
}

.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .location-section {
    display: flex;
    gap: 24px;
    width: 100%;
}

.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .location-section .location-section-text .location-name,
.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .location-section .location-time-text .location-time {
    color: var(--Dark, #333);
    font-family: "AnekLatin-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
}

.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .location-section .location-section-text .location-address,
.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .location-section .location-time-text .location-timezone {
    color: var(--Grey, #7E7D82);
    font-family: "AnekLatin-Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
}

.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .footer-section-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}


.events-2025 .events-2025-main .events-2025-body .event-card .event-footer .footer-section-wrapper img {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
}

    .events-2025 .events-2025-main .events-2025-body .event-card .event-footer .footer-section-wrapper .location-section-text {
        align-self: center;
    }

.events-2025 .events-load-more {
    margin-top: 48px;
    margin-bottom: 24px;
    display: grid;
    justify-content: center;
}

    .events-2025 .events-load-more .load-button {
        display: flex;
        background: #F0F0F0;
        padding: 12px 16px;
        max-width: 170px;
        justify-content: space-between;
        justify-self: center;
        cursor: pointer;
        border: none;
    }

        .events-2025 .events-load-more .load-button:hover {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(126, 125, 130, 0.10);
        }

.events-2025 .events-load-more .load-button .load-button-text {
    color: var(--Dark, #333);
    font-family: 'Sen-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-bottom: unset;
}

.events-2025 .events-load-more .load-button .load-button-icon {
    width: 24px;
    height: 100%;
}

.filter-overlay-popup {
    background: rgba(0, 0, 0, 0.60);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    z-index: 900;
}

.filter-overlay-panel {
    background: #FAFAFA;
    display: flex;
    width: 392px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .filter-overlay-panel .overlay-header h2 {
        color: #333;
        font-family: 'Sen-Bold';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 48px */
    }

    .filter-overlay-panel .overlay-select-input {
        display: flex;
        flex-direction: column;
    }

    .filter-overlay-panel .overlay-select-input .overlay-subheader {
        color: var(--Secondary-Dark, #00447A);
        /* Desktop/Body 2 */
        font-family: "AnekLatin-Light";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        margin-bottom: 8px;
    }

        .filter-overlay-panel .overlay-select-input .status-selection {
            display: flex;
            gap: 8px;
            margin-bottom: 29.5px;
        }

            .filter-overlay-panel .overlay-select-input .status-selection button {
                border-radius: 4px;
                border: 1px solid var(--Secondary-Dark, #00447A);
                background: #FFF;
                display: flex;
                padding: 12px 16px;
                align-items: center;
                gap: 24px;
                flex: 1 0 0;
                width: 100%;
                min-width: 169px;
                cursor: pointer;
            }

        .filter-status.active {
            background: linear-gradient(0deg, rgba(0, 68, 122, 0.10) 0%, rgba(0, 68, 122, 0.10) 100%), #FFF !important;
        }

        .filter-overlay-panel .overlay-select-input .checkbox-list {
            display: flex;
            flex-direction: column;
        }

    .filter-overlay-panel .select-option {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        cursor: pointer;
        position: relative;
        font-size: 16px;
    }

        .filter-overlay-panel .select-option input[type="checkbox"] {
            display: none;
        }

    .filter-overlay-panel .custom-checkbox {
        width: 20px;
        height: 20px;
        border: 1px solid #333;
        border-radius: 4px;
        position: relative;
        box-sizing: border-box;
    }

    .filter-overlay-panel .select-option input[type="checkbox"]:checked + .custom-checkbox {
        border-color: #003366;
        background-color: #00447A1A;
    }

        .filter-overlay-panel .select-option input[type="checkbox"]:checked + .custom-checkbox::after {
            content: "";
            position: absolute;
            left: 4px;
            top: 0px;
            width: 6px;
            height: 12px;
            border: solid 1px #00447A;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    .filter-overlay-panel .custom-checkbox-text {
        color: var(--Dark, #333);
        /* Mobile/Body */
        font-family: "Sen-Regular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
    }

    .filter-overlay-panel .checkbox-border {
        background: rgba(0, 0, 0, 0.10);
        height: 1px;
        width: 100%;
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .button-selected {
        background: linear-gradient(0deg, rgba(0, 68, 122, 0.10) 0%, rgba(0, 68, 122, 0.10) 100%), #FFF;
    }


    .show {
        display: flex;
    }

.close-filter {
    cursor: pointer;
}

.close-filter img {
    width: 24px;
    height: 24px;
}

.reset-section {
    align-self: center;
}

.reset-btn {
    background: transparent;
    border: none;
    color: #c8102e; /* 빨간색 */
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

    .reset-btn img {
        width: 20px;
        height: 20px;
    }

.apply-filter {
    width: 100%;
}

.apply-btn {
    background-color: #BE1E2D; /* Reeves College Red */
    color: white;
    border: none;
    padding: 16px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-transform: uppercase;
}

    .apply-btn:hover {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #BE1E2D;
    }

@media only screen and (max-width: 991px) {
    .events-2025 .events-2025-main .events-2025-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

        .events-2025 .events-2025-main .events-2025-header .events-2025-filter  {
            width: 100%;
        }

        .events-2025 .events-2025-main .events-2025-header .events-2025-header-text .events-2025-main-text {
            font-size: 34px;
        }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-image .event-image {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body {
        width: 50%;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-image {
        width: 50%;
    }

    .events-2025 .events-2025-main .events-2025-header .events-2025-header-text .events-2025-main-subtext {
        font-size: 16px;
    }

    .events-2025 .dropdown-wrapper {
        min-width: unset !important;
    }
}


@media only screen and (max-width: 767px) {
    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-main-body {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card {
        padding: 24px 24px;
    }

    .events-2025 .events-2025-main .events-2025-body {
        gap: 8px;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-card-image {
        width: 100%;
    }
        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body .event-header .event-title {
            font-size: 20px;
        }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-card-body {
            width: 100%;
        }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-footer {
        flex-direction: column-reverse;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-divider {
        display: none;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-footer .location-section {
        flex-direction: column;
    }

    .events-2025 .events-2025-main .events-2025-body .event-card .event-footer .rsvp-button {
        width: 100%;
        justify-content: space-between;
    }

        .events-2025 .events-2025-main .events-2025-body .event-card .event-footer .footer-section-wrapper {
            width: 100%;
        }

    .filter-overlay-panel .overlay-select-input {
        width: 100%;
    }


    .filter-overlay-panel {
        width: 100%;
    }

        .filter-overlay-panel .overlay-select-input .status-selection button {
            min-width: unset !important;
        }

        .filter-overlay-panel .overlay-header h2 {
            color: #333;
            font-family: 'Sen-Bold';
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 48px */
        }

        .filter-overlay-panel .overlay-select-input .overlay-subheader {
            font-size: 14px;
        }


    .events-2025 .events-load-more {

        justify-content: unset;
        max-width: 1440px;
        padding: 0px var(--wrapper-padding);
    }

        .events-2025 .events-load-more .load-button {
            
            width: 100%; 
            max-width: none; 
            justify-content: center;
            justify-self: stretch;
        }

   

}