/* com_epafosappointments – Frontend calendar styles (UIkit aligned) */

#epafosAppointments {
    box-sizing: border-box;
}

.epafos-calendar-header {
    gap: 0.75rem;
}

.epafos-month-title {
    text-transform: capitalize;
}

.epafos-calendar-table {
    table-layout: fixed;
    min-width: 680px;
}

.epafos-calendar-table th,
.epafos-calendar-table td {
    width: 14.28%;
    text-align: center;
    vertical-align: middle;
    padding: 0.45rem;
}

.epafos-day-btn.uk-button {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    padding: 0;
    min-height: auto;
    line-height: 1;
}

.epafos-available .epafos-day-btn:hover,
.epafos-available .epafos-day-btn:focus {
    transform: scale(1.07);
}

.epafos-past {
    opacity: 0.45;
}

.epafos-legend-available {
    background-color: #32d296;
    border-radius: 3px;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

#epafos-booking-summary {
    font-weight: 600;
}

#epafosBookingModal .uk-modal-dialog {
    width: min(100%, 820px);
}

#epafosBookingModal .uk-modal-title {
    margin-right: 2rem;
}

.epafos-invalid-feedback {
    margin-top: 0.35rem;
}
