.gradient-events-left-border {
    position: relative;
    padding-left: 20px;
}

.gradient-events-left-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100vh;
    background: #F9F9F9;
    border-radius: 2px;
}

.event-card {
    display: flex;
    gap: 36px;
    align-items: flex-start;
    border-radius: 4px;
    margin-bottom: 40px;
}

.event-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.load-more-btn {
    background: transparent;
    border: 1px solid #F9F9F9;
    color: #F9F9F9;
    padding: 12px 40px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hidden-events {
    display: none;
}

.hidden-events.show {
    display: grid;
}

.event-card1 {
    display: flex;
    gap: 30px;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 36px;
}

#detailDate .daymonth {
    display: inline-block;
    white-space: nowrap;
}

#detailDate .year {
    display: block;
    margin-top: 0.25rem;
}

#detailContent {
    margin-top: 40px;
}

#detailContent ul {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

#detailContent ul li {
    margin-bottom: 15px;
    display: list-item;
    color: #F9F9F9;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#detailContent p {
    margin-top: 16px;
    color: #F9F9F9;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#detailContent p strong {
    font-weight: 500;
}

#detailContent p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

#detailContent div {
    color: #F9F9F9;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

#detailContent div:first-of-type {
    margin-top: 16px;
}

#detailContent div:last-child {
    margin-bottom: 40px;
}

#detailContent p:first-of-type {
    margin-top: 40px;
}

#detailContent p:last-child {
    margin-bottom: 40px;
}

@media(max-width: 1200px) and (min-width: 961px) {
    .event-card {
        flex-direction: column;
    }
}

.event-date {
    border: 1px solid #B8B8B7;
    padding: 12px 2px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #f9f9f9;
    font-weight: 300;
    min-width: 72px;
    min-height: 72px;
}

.global-press .transparent-btn {
    padding: 10.5px 50px;
    height: 50px;
}

.global-press-arrow {
    width: 20px;
}

.event-details {
    flex: 1;
}

.event-details h2 {
    margin: 0;
    font-size: 30px;
    color: #f9f9f9;
    font-weight: 700;
    /* white-space: nowrap; */
}

.event-details p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #F9F9F9;
    font-weight: 300;
}

.event-details ul {
    margin-top: 20px;
    font-size: 20px;
    padding-left: 25px;
    list-style-type: disc;
}

@media(max-width: 1200px) {
    .event-details ul {
        font-size: 16px;
    }

    .event-details h2 {
        font-size: 16px;
    }
}

.event-details ul li {
    color: #F9F9F9;
    font-weight: 300;
}

.event-details a {
    text-decoration: underline;
    font-size: 20px;
    color: #7DABFF;
}

.meco-news-section {
    margin-left: auto;
    margin-right: auto;
    color: #f9f9f9;
    box-sizing: border-box;
}

.meco-news-container {
    max-width: var(--meco-container-1220);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;

    .upcoming & {
        border-bottom: 1px solid #455785 !important;
    }
}

.meco-news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;

    @media (max-width: 1079px) {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

.meco-section-global-title {
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;

    @media (max-width: 1279px) {
        font-size: 32px;
    }
}

.meco-section-global-description {
    margin-top: 20px;
    color: #f9f9f9;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;

    @media (max-width: 1079px) {
        font-size: 20px;
    }
}

.meco-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 40px;
    row-gap: 80px;
}

.meco-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;

    @media (max-width: 12079px) {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.meco-news-card>div:last-child {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.meco-card-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #1e293b;
}

.meco-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.meco-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4%;
    color: #b8b8b7;
    margin-bottom: 20px;
    font-weight: 300;
}

.meco-category {
    font-weight: 300;
}

.meco-date {
    font-weight: 300;
}

.meco-card-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 12px 0;
    color: #f9f9f9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

    @media (max-width: 1079px) {
        font-size: 20px;
        line-height: 24px;
    }
}

.meco-card-excerpt {
    font-size: 14px;
    line-height: 20px;
    color: #f9f9f9;
    margin: 0 0 20px 0;
    font-weight: 300;
    letter-spacing: 4%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.meco-card-button {
    width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    border: 1px solid #f9f9f9;
    color: #f9f9f9;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    border-radius: 4px;
    transition: background 0.3s ease, color 0.3s ease;

    @media (max-width: 1079px) {
        font-size: 18px;
        line-height: 20px;
        padding: 8px 24px;
    }
}

.meco-card-button:hover {
    border: 1px solid #2673ff;
    color: #2673ff;
}

@media (max-width: 1079px) {
    .meco-news-grid {
        grid-template-columns: repeat(1, minmax(280px, 1fr));
    }

    .meco-news-container {
        padding: 80px 20px;
    }

    .meco-news-header {
        display: block;
    }

    .meco-news-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

.white-space {
    white-space: nowrap;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-16 {
    padding-left: 10.6rem;
    padding-right: 10.6rem;
}

.py-3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*------ press releases ------- */
.max-w-2xl {
    max-width: 46rem;
}

.max-width {
    max-width: 50rem;
}

/* .text-\[50px\] {
    font-size: 50px;
} */

.event {
    padding-top: 20px;
}

.tabs h1 {
    font-size: 3.125rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #f9f9f9;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 5.3px 20px;
    border: 1px solid #71716F;
    background-color: transparent;
    color: #71716F;
    font-size: 25px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
}

.filter-btn.active {
    background-color: white;
    color: black;
    border-color: white;
}

.filter-btn:hover {
    border-color: white;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 40px 0;
}

.pagination button {
    background: transparent;
    color: #f9f9f9;
    border: 2px solid #3D4447;
    padding: 12px;
    cursor: pointer;
    min-width: 50px;
}

.pagination button.active {
    background: #fff;
    color: #000;
    font-weight: bold;
}

.pagination button.disabled {
    opacity: 0.3;
    pointer-events: none;
}

#prevBtn {
    margin-right: 50px;
}

#nextBtn {
    margin-left: 50px;
}

@media (max-width: 600px) {
    .event-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 826px) {
    .white-space {
        white-space: normal;
    }

    .event-card1 {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1100px) {
    /* .carouselSlide-container-dup {
        padding: 2rem 0;
    } */

    /* .pl-56 {
        padding-left: 2rem !important;
    } */
    .container-event {
        width: unset;
        /* margin: 0 2rem; */
    }
}

@media (max-width: 667px) {

    /* .text-\[50px\] {
        font-size: 40px;
    } */
    /* .text-\[25px\] {
        font-size: 20px;
    } */
    /* .text-\[70px\] {
        font-size: 50px;
    } */
    .pl-8 {
        padding-left: 0;
    }

    .px-16 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .Newsletter-link {
        padding: 10px 20px !important;
    }

    .white-space {
        white-space: unset;
    }

    .carouselSlide-item-title {
        font-size: 30px;
    }

    .event-details h2 {
        font-size: 25px;
    }

    .event-details p {
        font-size: 15px;
    }

    .pagination button {
        padding: 6px 12px;
        min-width: 20px;
    }

    #prevBtn {
        margin-right: 0;
    }

    #nextBtn {
        margin-left: 0;
    }
}

@media (max-width: 1000px) {

    .container-press {
        width: unset !important;
        margin: 0 32px !important;
    }

    .container-press>.max-w-2xl,
    .container-event>.max-w-2xl {
        max-width: 100% !important;
    }

    .right-events>.max-w-2xl {
        max-width: 100% !important;
    }

    .event-details h2 {
        font-size: 22px;
        white-space: unset;
    }
}

@media (max-width: 767px) {
    .gradient-events-left-border::before {
        display: none;
    }

    .gradient-events-left-border {
        padding-left: 0;
    }
}

.meco-card-separator {
    border: 0;
    border-bottom: 1px solid #F9F9F933;
    margin: 40px 0;
    margin-top: auto;

    @media (max-width: 1079px) {
        margin: 24px 0;
        margin-top: auto;
    }
}

.meco-card-event-date {
    font-size: 20px;
    line-height: 28px;
    color: #f9f9f9;
    font-weight: 300;
    margin: 0 0 12px 0;
}

.meco-card-location {
    font-size: 14px;
    line-height: 20px;
    color: #f9f9f9;
    font-weight: 300;
    margin: 0 0 36px 0;

    @media (max-width: 1079px) {
        margin: 0 0 24px 0;
    }
}