.luxor-apartments {
    --luxor-blue: #0073CF;
    --luxor-text: #413F3D;
    --luxor-line: rgba(75, 75, 75, 0.15);
    --luxor-filter-line: rgba(75, 75, 75, 0.15);
    width: 100%;
    color: var(--luxor-text);
    font-family: "mundial";
}

.luxor-apartments *,
.luxor-apartments *:before,
.luxor-apartments *:after {
    box-sizing: border-box
}

.luxor-apartments__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px
}

.luxor-apartments__title {
    margin: 0;
    color: var(--luxor-blue);
    font-family: 'ivypresto-headline';
    font-size: clamp(36px, 3.1vw, 56px) !important;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.02em
}

.luxor-apartments__filters {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 112px;
    margin-left: auto
}

.luxor-filter-group__label {
    margin: 0 0 13px 3px;
    color: #413F3D;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .05em;
}

.luxor-filter-group__buttons {
    display: inline-flex;
    height: 47px;
    border: 1px solid #d6d1cb;
    border-radius: 24px;
    overflow: hidden;
    background: transparent
}

body[data-button-style^="rounded"] button.luxor-filter-button {
    appearance: none;
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    border: 0;
    border-right: 1px solid #d6d1cb;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    background: transparent;
    color: #4B4B4B;
    font: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.luxor-filter-button:last-child {
    border-right: 0
}

.luxor-filter-button:hover,
.luxor-filter-button:focus-visible {
    background: rgba(47, 123, 216, .08) !important;
    outline: none
}

.luxor-filter-button.is-active {
    background: var(--luxor-blue) !important;
    color: #fff !important;
}

.luxor-apartments__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.luxor-apartments__table {
    width: 100%;
    min-width: 900px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: transparent
}

.luxor-apartments__table thead th {
    height: 50px;
    padding: 0 10px !important;
    border: 0;
    background: var(--luxor-blue);
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    font-weight: 600 !important;
    text-align: center !important;
    white-space: nowrap;
}

.luxor-apartments__table thead th:first-child {
    border-radius: 25px 0 0 25px;
        width: 120px;
}

.luxor-apartments__table thead th:last-child {
    border-radius: 0 25px 25px 0
}

.luxor-apartments__table tbody td {
    height: 80px;
    border: 0;
    background: transparent;
    color: #4b4b4b;
    font-size: 15px !important;
    vertical-align: middle;
    text-align: center;
}

.luxor-apartments__table thead th:nth-child(6),
.luxor-apartments__table thead th:nth-child(7),
.luxor-apartments__table td:nth-child(6),
.luxor-apartments__table td:nth-child(7) {
    text-align: left !important;
}

.luxor-apartments__table tbody tr[hidden] {
    display: none
}

.luxor-apartments__unit a {
    color: var(--luxor-blue);
    font-family: 'ivypresto-headline';
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    transition: opacity .2s ease
}

.luxor-apartments__unit a:hover {
    opacity: .7
}

.luxor-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap
}

.luxor-status__dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--luxor-status-color, #8c8c8c)
}

.luxor-apartments__no-results {
    padding: 30px 0;
    color: var(--luxor-text);
    font-size: 15px
}

@media(max-width:1100px) {
    .luxor-apartments__top {
        flex-direction: column;
        gap: 28px
    }

    .luxor-apartments__filters {
        width: 100%;
        justify-content: flex-start;
        gap: 32px;
        margin-left: 0;
        flex-wrap: wrap
    }
}

@media(max-width:1000px) {
    .luxor-apartments__top {
        margin-bottom: 24px
    }

    .luxor-apartments__filters {
        gap: 22px
    }

    .luxor-filter-group {
        max-width: 100%
    }

    .luxor-filter-group__buttons {
        max-width: 100%;
        overflow-x: auto
    }

    .luxor-filter-button {
        width: 44px;
        min-width: 44px;
        height: 39px;
        padding: 0;
        line-height: 39px
    }

    .luxor-apartments__table {
        min-width: 720px
    }

    .luxor-apartments__table thead th {
        padding: 0 16px
    }

    .luxor-apartments__table tbody td {
        height: 60px;
        padding: 0 10px
    }

    .luxor-apartments__unit a {
        font-size: 24px
    }

    .luxor-apartments__table thead th:first-child {
    border-radius: 25px 0 0 25px;
    width: 70px;
}

.luxor-apartments__table thead th:last-child,
.luxor-apartments__table td:nth-child(7) {
    width: 140px;
}
}


/* v1.2 – transparentná tabuľka bez zvislých čiar a zebra pozadia */
.luxor-apartments__table,
.luxor-apartments__table tbody,
.luxor-apartments__table tbody tr,
.luxor-apartments__table tbody tr:nth-child(odd),
.luxor-apartments__table tbody tr:nth-child(even),
.luxor-apartments__table tbody td {
    background: transparent !important;
    background-color: transparent !important;
}

.luxor-apartments__table tbody td {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--luxor-line) !important;
}

.luxor-apartments__table tbody tr {
    border: 0 !important;
}

.luxor-apartments__table thead th {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}


/* v1.3 – celý riadok je klikateľný */
.luxor-apartments__table tbody tr[data-href] {
    cursor: pointer;
}

.luxor-apartments__table tbody tr[data-href]:focus-visible {
    outline: 1px solid var(--luxor-blue);
    outline-offset: -1px;
}

@media (hover: hover) and (pointer: fine) {
    .luxor-apartments__table tbody tr[data-href]:hover td {
        background-color: rgba(47, 123, 216, .035) !important;
    }
}