.hio-wrap {
    font-family: 'Frutiger', sans-serif;
    padding-left: 56px;
    padding-right: 56px;
}

.hio-wrap .hio-intro {
    margin: 0 0 24px;
    font-size: 15px;
    color: #1a1a1a;
}

/* Search form */
.hio-wrap .hio-search {
    margin-bottom: 40px;
}

.hio-wrap .hio-search-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.hio-wrap input.hio-input,
.hio-wrap select.hio-input {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    height: 52px !important;
    padding-left: 30px !important;
    padding-top: 0.4rem !important;
    margin: 0;
    border: 1px solid #da0725 !important;
    border-radius: 26px !important;
    background: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-family: 'Frutiger', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #da0725 !important;
    outline: none;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.hio-wrap input.hio-input::placeholder {
    color: #da0725;
    opacity: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.hio-wrap input.hio-input:focus,
.hio-wrap select.hio-input:focus {
    border-color: #b00020 !important;
}

.hio-wrap select.hio-input {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16'%3E%3Cpath d='M6 0L0 6h12zM6 16L0 10h12z' fill='%23da0725'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    padding-right: 44px !important;
}

.hio-wrap .hio-date-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.hio-wrap .hio-date-pair input {
    border: 1px solid #da0725 !important;
    border-radius: 26px !important;
}

.hio-wrap input.hio-date-from {
    border-radius: 26px 0 0 26px !important;
}

.hio-wrap input.hio-date-to {
    border-radius: 0 26px 26px 0 !important;
}

.hio-wrap input.hio-date {
    background-image: url('https://okholeinone.catom-online.nl/app/uploads/2026/05/Calendar-icon.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 26px 26px !important;
    padding-right: 52px !important;
}

.hio-wrap input.hio-date[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hio-wrap .hio-submit,
.hio-wrap .hio-submit:hover {
    border-width: 0 !important;
    border-radius: 100px !important;
    padding-top: 0.6rem !important;
    padding-left: 52px !important;
    padding-right: 52px !important;
    font-family: 'Frutiger', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

.hio-wrap .hio-submit {
    background-color: #da0725 !important;
}

.hio-wrap .hio-submit:hover {
    background-color: #b00020 !important;
}

.hio-wrap .hio-submit::after {
    font-size: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    right: 40px !important;
    opacity: 0 !important;
    transition: all 300ms ease !important;
}

.hio-wrap .hio-submit:hover::after {
    right: 28px !important;
    opacity: 1 !important;
}

/* Flatpickr calendar theme */
.flatpickr-calendar {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    font-family: inherit;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    background: #da0725;
    color: #fff;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    fill: #fff;
    color: #fff;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: rgba(255,255,255,0.7);
}

.flatpickr-weekday {
    color: #da0725;
    font-weight: 700;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #da0725;
    border-color: #da0725;
    color: #fff;
}

.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
    background: #f9e0e4;
    border-color: #f9e0e4;
}

.flatpickr-day.today {
    border-color: #da0725;
}

.flatpickr-day.today:hover {
    background: #da0725;
    border-color: #da0725;
    color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.flatpickr-current-month .numInputWrapper:hover {
    background: rgba(255,255,255,0.1);
}

/* Table */
.hio-wrap .hio-list {
    font-family: inherit;
}

.hio-wrap .hio-table,
.hio-wrap .hio-table thead,
.hio-wrap .hio-table tbody,
.hio-wrap .hio-table tr,
.hio-wrap .hio-table th,
.hio-wrap .hio-table td {
    border: none !important;
    outline: none;
    box-shadow: none;
    background: none !important;
}

.hio-wrap .hio-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.hio-wrap .hio-table th:last-child,
.hio-wrap .hio-table td:last-child {
    width: 120px;
    padding-right: 16px !important;
}


.hio-wrap .hio-table th:first-child,
.hio-wrap .hio-table td:first-child {
    padding-left: 16px !important;
}

.hio-wrap .hio-table th {
    padding: 0 0 12px 0;
    text-align: left;
    font-size: 13px;
    font-family: 'Frutiger', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #da0725;
    border-bottom: 1px solid #da0725 !important;
}

.hio-wrap .hio-table td {
    padding: 6px 0 6px 0;
    font-size: 15px;
    font-family: 'Frutiger', sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    vertical-align: middle;
    border-bottom: 1px solid #da0725 !important;
}

/* Pagination */
.hio-wrap .hio-pagination {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.hio-wrap .hio-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ccc;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

.hio-wrap .hio-pagination .page-numbers.current {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.hio-wrap .hio-pagination .page-numbers:hover:not(.current) {
    border-color: #da0725;
    color: #da0725;
}

.hio-wrap .hio-pagination .page-numbers.dots {
    border: none;
    min-width: auto;
}
