.events-weekly-container {
    max-width: 1000px;
    margin: 0 auto;
}

.events-header {
    text-align: center;
    margin-bottom: 60px;
}

.events-main-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.events-date-range {
    color: #8551FF;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: Dela Gothic One, sans-serif;
    margin: 0;
}

.events-day-separator {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
    width: 100%;
}

.events-day-section {
    padding: 14px 0;
    border-top: 1px solid #000;
}

.events-day-section:last-child {
    border-bottom: 1px solid #000;
}

.events-day-title {
    color: #8551FF;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: Dela Gothic One, sans-serif;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .events-day-title {
        font-size: 27px;
    }
}

.events-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.events-card:last-child {
    border-bottom: none;
}

.events-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.events-title-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 768px) {
    .events-title-container {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .events-title-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

.events-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    margin: 0;
    font-family: Dela Gothic One, sans-serif;
    color: #000;
}

@media (max-width: 768px) {
    .events-title {
        font-size: 28px;
    }
}

.events-tag {
    color: #FD7AFE;
    font-size: 18px;
    max-width: 135px;
    rotate: -7.74deg;
    line-height: 22px;
    font-family: Homemade Apple, sans-serif;
}

.events-tag.is-mobile {
    display: none;
}

@media (max-width: 768px) {
    .events-tag {
        font-size: 16px;
        max-width: 120px;
    }

    .events-tag.is-mobile {
        display: block;
    }
    .events-tag.is-desktop {
        display: none;
    }
}

.events-time {
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    margin: 0;
    font-family: Dela Gothic One, sans-serif;
    color: #000;
}

@media (max-width: 768px) {
    .events-time {
        font-size: 24px;
    }
}
