@media screen and (max-width: 980px) {
    #page-container h1,
    #page-container h2,
    #page-container h3 {
        font-size: 28px !important;
    }
    footer .et_pb_menu .et_pb_menu__menu {
        display: flex !important;
    }
    footer .mobile_nav {
        display: none !important;
    }
}

#page-container .et_pb_button {
    padding: 8px 32px 8px 16px !important;
}

footer .et_pb_menu ul li {
    width: 100%;
}

.table-builds {
    text-align: center !important;
}

.table-builds img {
    vertical-align: middle;
}

.table-builds__mob {
    font-weight: 700;
    display: block;
}

sup {
    font-size: 0.6em;
}

.table-builds__hidden-list,
.td-hidden {
    display: none !important;
}

.table-builds th,
.table-builds td {
    padding: 6px 6px !important;
    border: 1px #eee solid;
}

.r-notes .et_pb_blurb {
    min-height: 270px;
}

.m-tabs-aparts .et_pb_tab_content {
    overflow-x: scroll;
}

[data-state="Wolne"] {
    color: green !important;
}
/* [data-state="Sprzedane"] {
    color: #ff0000 !important;
} */
[data-state="Rezerwacja"] {
    color: orange !important;
}

td[data-build_field="Układ"] > span:not(.table-builds__mob) {
    text-transform: uppercase;
}

.sortable thead th {
    text-align: center !important;
    white-space: wrap !important;
}

@media screen and (max-width: 1399px) {
    .table-builds th,
    .table-builds td {
        padding: 6px 6px !important;
    }
}

@media screen and (min-width: 981px) {
    .table-builds__mob {
        display: none !important;
    }
    .et_pb_tab {
        padding: 24px 12px;
    }
}

@media screen and (max-width: 980px) {
    .table-builds thead {
        display: none !important;
    }
    /* .table-builds tr {
        display: grid;
        border: 1px solid #000000;
        margin-bottom: 15px;
    } */
} 