.weekly-schedule {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 2rem !important;
    border-radius: 0px !important;
    background-color: #d6bca3;
    color: #75553a;
    font-size: 16px !important;
    line-height: 1.5 !important;
	font-family: 'Brandon';
}

.weekly-schedule h1, h2 {
	font-family:'Brandon';
	text-align:left !important;
	text-transform:uppercase;
}

.day-box {
    background-color: #e9e3da;
    border-radius: 0px !important;
    padding: 2.5rem !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0) !important;
}

.day-box h6 {
    margin: 0 0 10px !important;
    font-size: 1.5rem !important;
    color: #000 !important;
    text-transform: uppercase !important;
	font-family:'Brandon' !important;
}

.weekly-schedule-details {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #75553a;
}

.weekly-schedule-details:last-child {
    border-bottom: none !important;
}

.weekly-schedule-time {
    flex: 1 !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
}

.weekly-schedule-program {
    flex: 3 !important;
    font-weight: 600 !important;
    text-align: left !important;
	font-size: 1.25rem !important;
}

.weekly-schedule-location {
    flex: 1 !important;
    text-align: left !important;
    color: #75553a;
    font-size: 1rem !important;
}

.footer p {
    text-align: center !important;
    font-size: 1rem !important;
    color: #75553a;
    margin-bottom: 15px !important;
}

.buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.weekly-schedule-button {
    display: inline-block !important;
    padding: 10px 20px !important;
    background-color: #75553a !important;
    color: #e9e3da !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    border-radius: 0px !important;
    transition: background-color 0.3s ease !important;
	text-transform:uppercase !important;
}

.weekly-schedule-button:hover {
    background-color: #603e28 !important;
}

@media (max-width: 768px) {
    .weekly-schedule-details {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .weekly-schedule-time,
    .weekly-schedule-program,
    .weekly-schedule-location {
        flex: unset !important;
        text-align: left !important;
        margin-bottom: 5px !important;
    }

    .weekly-schedule-location {
        margin-bottom: 0 !important;
    }
}
