.login-form-container {
    min-height: 100vh;
    padding: 2rem 0;
}

.card {
    border: none;
    transition: transform 0.2s ease;
}

.card-body {
    border-radius: 0.5rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.btn-primary {
    transition: all 0.2s ease;
}

.alert {
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 0.5rem;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.calendar-container {
    position: relative;
}

.calendar-sticky {
    position: sticky;
    z-index: 2;
}

.calendar-sticky-court {
    left: 50px;
    white-space: nowrap;
    align-content: center;
}

.calendar-sticky-date {
    left: 0;
}

.related-booking {
    display: block;
    font-size: 11px;
    font-weight: 300;
    background-color: #dfdfdf;
    padding: 3px 8px;
    border-radius: 6px;
}

.time-head {
    border-left: none;
    border-right: none;
    text-align: center;
    transform: translateX(-50%);
    font-size: 15px;
}

.booking-date {
    align-content: center;
    > span {
        transform: rotate(-90deg);
        display: block;
        text-align: center;
    }
}

.booking-badge {
    width: 100%;
    text-align: left;
}

div.booking-badge {
    display: flex;
    align-items: center;
    > span {
        flex: 1;
    }
}

.recurring-form {
    position: relative;
    border: 1px solid #dfdfdf;
    padding: 8px 12px;
    border-radius: 12px;
}

.toolbar-form {
    position: absolute;
    right: 0;
    top: 0;
}

.more-recurring-container {
    display: flex;
    justify-content: end;
}

/* Legend */
.legend-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legend-item span {
    margin-left: 12px;
    font-size: 0.9rem;
    color: #555;
    font-weight: 400;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

#bookingCalendarContainer {
    height: 600px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .entry-content.wp-block-post-content,
    .ast-container, #managementContainer {
        padding-left: 0;
        padding-right: 0;
    }
}