/* HopJump calendar — původní jQuery UI datepicker (trampoliny) */
.hj-cal-host,
.trampoliny__calendar {
    max-width: 300px;
    margin: 0 auto 8px;
}

.hj-cal__title {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pink, #ba157c);
    margin: 0 0 6px;
}

.hj-cal-host .ui-datepicker,
.trampoliny__calendar .ui-datepicker {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.hj-cal-host .ui-datepicker a,
.trampoliny__calendar .ui-datepicker a {
    text-decoration: none;
}

.hj-cal-host .ui-datepicker-year,
.trampoliny__calendar .ui-datepicker-year {
    display: none;
}

.hj-cal-host .ui-datepicker table,
.trampoliny__calendar .ui-datepicker table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.hj-cal-host .ui-datepicker-header,
.trampoliny__calendar .ui-datepicker-header {
    font-size: 20px;
    text-transform: uppercase;
    background: #434343;
    line-height: 52px;
    margin-bottom: 12px;
    position: relative;
    border: 0;
    color: #f3f1f1;
}

.hj-cal-host .ui-datepicker-header::after,
.trampoliny__calendar .ui-datepicker-header::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--pink, #ba157c);
    bottom: -7px;
}

.hj-cal-host .ui-datepicker-title,
.trampoliny__calendar .ui-datepicker-title {
    text-align: center;
    color: #f3f1f1;
    font-weight: 600;
    margin: 0;
    line-height: inherit;
}

.hj-cal-host .ui-datepicker-prev,
.hj-cal-host .ui-datepicker-next,
.trampoliny__calendar .ui-datepicker-prev,
.trampoliny__calendar .ui-datepicker-next {
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f3f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hj-cal-host .ui-datepicker-prev::before,
.trampoliny__calendar .ui-datepicker-prev::before {
    content: '‹';
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
}

.hj-cal-host .ui-datepicker-next::before,
.trampoliny__calendar .ui-datepicker-next::before {
    content: '›';
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
}

.hj-cal-host .ui-datepicker-prev.ui-state-disabled,
.trampoliny__calendar .ui-datepicker-prev.ui-state-disabled {
    display: none;
}

.hj-cal-host .ui-datepicker-next,
.trampoliny__calendar .ui-datepicker-next {
    right: 12px;
}

.hj-cal-host .ui-datepicker-prev,
.trampoliny__calendar .ui-datepicker-prev {
    left: 12px;
}

.hj-cal-host .ui-datepicker th,
.trampoliny__calendar .ui-datepicker th {
    text-transform: lowercase;
    padding: 10px 0 8px;
    font-weight: 300;
    font-size: 13px;
    color: #666;
    border: 0;
    background: transparent;
}

.hj-cal-host .ui-datepicker td,
.trampoliny__calendar .ui-datepicker td {
    padding: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
}

.hj-cal-host .ui-datepicker td span,
.hj-cal-host .ui-datepicker td a,
.trampoliny__calendar .ui-datepicker td span,
.trampoliny__calendar .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: inherit;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.hj-cal-host .ui-datepicker-calendar,
.trampoliny__calendar .ui-datepicker-calendar {
    background: #f3f1f1;
    border-spacing: 0;
    padding: 0 18px 14px 22px;
}

.hj-cal-host .ui-datepicker-calendar .ui-state-hover,
.hj-cal-host .ui-datepicker-calendar a.ui-state-default:hover,
.trampoliny__calendar .ui-datepicker-calendar .ui-state-hover,
.trampoliny__calendar .ui-datepicker-calendar a.ui-state-default:hover {
    background: #dce300;
    color: #000;
}

.hj-cal-host .ui-datepicker-calendar .ui-state-active,
.trampoliny__calendar .ui-datepicker-calendar .ui-state-active {
    background-color: var(--pink, #ba157c) !important;
    color: #fff !important;
    font-weight: 700;
}

.hj-cal-host .ui-datepicker-today .ui-state-default,
.trampoliny__calendar .ui-datepicker-today .ui-state-default {
    font-weight: 700;
}

.hj-cal-host .ui-datepicker-unselectable .ui-state-default,
.trampoliny__calendar .ui-datepicker-unselectable .ui-state-default {
    background: transparent;
    color: #dfdcdc;
    font-weight: 400;
}

.hj-cal-host .ui-datepicker-calendar td:first-child .ui-state-active,
.trampoliny__calendar .ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.hj-cal-host .ui-datepicker-calendar td:last-child .ui-state-active,
.trampoliny__calendar .ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.hj-cal-host .ui-datepicker-calendar tr:last-child .ui-state-active,
.trampoliny__calendar .ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.hj-cal-host .ui-icon,
.trampoliny__calendar .ui-icon {
    display: none;
}

.offline-booking-calendar.hj-cal-host {
    max-width: 300px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
