/* --- Styl dla frontendu --- */

.mrep-tabs-frontend { display: flex; gap: 10px; margin-bottom: 20px; }

.mrep-tabs-frontend .tab-link { padding: 10px 15px; background-color: var(--mrep-table-bg-color); border: 1px solid #ccc; text-decoration: none; color: var(--mrep-main-color); border-radius: 5px; transition: background-color 0.3s; }

.mrep-tabs-frontend .tab-link:hover { background-color: var(--mrep-accent-color); color: #fff; }

.mrep-tabs-frontend .tab-link.active { background-color: var(--mrep-accent-color); color: #fff; border-bottom-color: var(--mrep-accent-color); }



#mrep-filter-form { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; align-items: flex-end; }

.mrep-filter-group { display: flex; flex-direction: column; width: 100%; max-width: 250px; }

.mrep-filter-group input, .mrep-filter-group select { padding: 8px; border: 1px solid #ccc; border-radius: 4px; }

.mrep-filter-group.slider-filter .slider { margin-top: 10px; }

.mrep-filter-group.slider-filter .slider-labels { display: flex; justify-content: space-between; margin-top: 5px; }



.mrep-apartment-table { width: 100%; border-collapse: collapse; margin-top: 20px; }

.mrep-apartment-table th, .mrep-apartment-table td { border: 1px solid #ccc; padding: 10px; text-align: left; }

.mrep-apartment-table img { max-width: 100px; height: auto; display: block; }

.mrep-apartment-table .status-Wolne { background-color: transparent !importnat; }

.mrep-apartment-table .status-Zarezerwowane { background-color: #fff8eb; }

.mrep-apartment-table .status-Sprzedane { background-color: #f7eaea; }

.mrep-apartment-table a img { width: 24px; height: 24px; }



/* Kolumna z historią ceny */

.mrep-apartment-table .history-button { background: none; border: none; cursor: pointer; }

.mrep-apartment-table .history-button img { width: 16px; height: 16px; }



/* Responsive table */

.table-responsive { overflow-x: auto; }

@media (max-width: 768px) {

    .mrep-apartment-table thead { display: none; }

    .mrep-apartment-table tr { border: 1px solid #ccc; margin-bottom: 10px; display: block; }

    .mrep-apartment-table td { display: block; border: none; position: relative; padding-left: 0% !important; text-align: right; }

    .mrep-apartment-table td::before { content: attr(data-label); position: absolute; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; }

}



.mrep-apartment-table th { cursor: pointer; position: relative; }

.mrep-apartment-table th .sort-icon { position: absolute; right: 5px; top: 50%; transform: translateY(-50%) rotate(0deg); transition: transform 0.2s ease-in-out; }

.mrep-apartment-table th.sorted-asc .sort-icon { transform: translateY(-50%) rotate(180deg); }

.mrep-apartment-table th.sorted-desc .sort-icon { transform: translateY(-50%) rotate(0deg); }





/* --- Style dla popupów (Formularz, Historia) --- */

.mrep-modal { position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.6); display: none; }

.mrep-modal-content { background-color: #fff; margin: 10% auto; padding: 25px; border-radius: 8px; position: relative; width: 90%; max-width: 600px; }

.mrep-close-btn { color: #aaa; float: right; font-size: 30px; font-weight: bold; cursor: pointer; }

#mrep-popup-content h3 { border-bottom: 1px solid #ccc; padding-bottom: 10px; }



/* --- Style dla panelu administracyjnego --- */

.mrep-columns-list tr td:first-child { cursor: grab; }

#mrep-tabs-container { border: 1px solid #ccc; padding: 20px; }

.mrep-tabs-list { list-style: none; margin: 0; padding: 0; display: flex; border-bottom: 1px solid #ccc; }

.mrep-tabs-list li { padding: 10px 15px; cursor: pointer; background: #f1f1f1; border: 1px solid #ccc; border-bottom: none; border-radius: 5px 5px 0 0; margin-right: 5px; position: relative; }

.mrep-tabs-list li.active { background: #fff; border-bottom-color: #fff; z-index: 1; }

.mrep-tabs-list li .remove-tab { position: absolute; right: 5px; top: 5px; background: transparent; border: none; font-size: 16px; cursor: pointer; line-height: 1; }

.mrep-tabs-list #add-new-tab-btn { background-color: #e9e9e9; border: 1px solid #ccc; border-radius: 5px; padding: 10px; cursor: pointer; }

.mrep-tabs-content .tab-pane { display: none; padding-top: 20px; }

.mrep-tabs-content .tab-pane.active { display: block; }

.mrep-columns-repeater, .mrep-apartments-repeater { margin-top: 20px; }

.mrep-columns-repeater input, .mrep-apartments-repeater input, .mrep-apartments-repeater select { width: 100%; box-sizing: border-box; }

.mrep-apartments-repeater button { margin-left: 5px; }

.mrep-columns-repeater table td, .mrep-apartments-repeater table td { vertical-align: middle; }

#mrep-colors-section label { display: block; margin-bottom: 10px; }

#mrep-colors-section label input { margin-left: 5px; }

.input-with-button { display: flex; }

.input-with-button input { flex-grow: 1; }

.input-with-button button { width: auto; margin-left: 5px; }



.mrep-table-wrapper {

    background-color: transparent;

    margin-top: 1vw;

    margin-bottom: 1vw;

    padding-left: 3vw;

    padding-right: 3vw;

    padding-bottom: 2vw;

    padding-top: 2vw;

}



.mrep-tabs-frontend {

    display: flex

;

    gap: 1vw;

    margin-bottom: 2vw;

    align-items: center;

    justify-content: center;

    align-content: center;

}



#mrep-filter-form {

    display: flex

;

    flex-wrap: wrap;

    gap: 2vw;

    margin-bottom: 1vw;

    align-items: center;

    justify-content: center;

    align-content: center;

    border: 1px solid black;

    padding: 1vw;

}



.mrep-filter-group

{

    border-right: 1px solid #ccc; /* линия справа */

}



.mrep-filter-group:last-child {

  border-right: none;

}



.mrep-filter-group {

    border-right: 1px solid #cccccc7a;

    padding-right: 2vw;

}



.button_wraf {

    background-color: black !important;

    width: 6vw !important;

    height: 2.4vw !important;

    border: 0px !important;

    color: white !important;

    border-radius: 0.3vw !important;

}



#mrep-filter-form {

    display: flex

;

    flex-wrap: wrap;

    gap: 2vw;

    margin-bottom: 1vw;

    align-items: center;

    justify-content: center;

    align-content: center;

    border: 1px solid #00000017;

    padding: 1vw;

}



.mrep-apartment-table th, .mrep-apartment-table td {

    border: 1px solid #ccc;

    padding: 0.6vw;

    text-align: left;

    color: black;

    font-size: 0.85vw;

}



.historu

{

    width:1vw;

}



.mrep-history-btn

{

    border:0px !important;

}







/* Медиа-запрос для экранов от 991px, все значения в vw */

@media (min-width: 991px) {

    .mrep-table-wrapper {

        margin-top: 0.52vw; /* 10px / 19.2 */

        margin-bottom: 0.52vw; /* 10px / 19.2 */

        padding-left: 1.56vw; /* 30px / 19.2 */

        padding-right: 1.56vw; /* 30px / 19.2 */

        padding-bottom: 1.04vw; /* 20px / 19.2 */

        padding-top: 1.04vw; /* 20px / 19.2 */

    }



    .mrep-tabs-frontend {

        gap: 0.52vw; /* 10px / 19.2 */

        margin-bottom: 1.04vw; /* 20px / 19.2 */

    }



    .mrep-tabs-frontend .tab-link {

        padding: 0.52vw 0.78vw; /* 10px 15px / 19.2 */

        border: 0.052vw solid #ccc; /* 1px / 19.2 */

        border-radius: 0.26vw; /* 5px / 19.2 */

    }

    

    #mrep-filter-form {

        gap: 1.04vw; /* 20px / 19.2 */

        margin-bottom: 1.04vw; /* 20px / 19.2 */

    }



    .mrep-filter-group {

        max-width: 13.02vw; /* 250px / 19.2 */

    }



    .mrep-filter-group input,

    .mrep-filter-group select {

        padding: 0.42vw; /* 8px / 19.2 */

        border: 0.052vw solid #ccc; /* 1px / 19.2 */

        border-radius: 0.21vw; /* 4px / 19.2 */

    }

    

    .mrep-filter-group.slider-filter .slider {

        margin-top: 0.52vw; /* 10px / 19.2 */

    }

    

    .mrep-filter-group.slider-filter .slider-labels {

        margin-top: 0.26vw; /* 5px / 19.2 */

    }



    .mrep-apartment-table {

        margin-top: 1.04vw; /* 20px / 19.2 */

    }



    .mrep-apartment-table th,

    .mrep-apartment-table td {

        border: 0.052vw solid #ccc; /* 1px / 19.2 */

        padding: 0.52vw; /* 10px / 19.2 */

    }

    

    .mrep-apartment-table img {

        max-width: 5.21vw; /* 100px / 19.2 */

    }

    

    .mrep-apartment-table a img {

        width: 1.25vw; /* 24px / 19.2 */

        height: 1.25vw; /* 24px / 19.2 */

    }



    .mrep-apartment-table .history-button img {

        width: 0.83vw; /* 16px / 19.2 */

        height: 0.83vw; /* 16px / 19.2 */

    }

    

    .mrep-apartment-table th .sort-icon {

        right: 0.26vw; /* 5px / 19.2 */

    }



    /* --- Style dla popupów (Formularz, Historia) --- */

    .mrep-modal-content {

        padding: 1.3vw; /* 25px / 19.2 */

        border-radius: 0.42vw; /* 8px / 19.2 */

        max-width: 31.25vw; /* 600px / 19.2 */

    }

    

    .mrep-close-btn {

        font-size: 1.56vw; /* 30px / 19.2 */

    }

    

    #mrep-popup-content h3 {

        border-bottom: 0.052vw solid #ccc; /* 1px / 19.2 */

        padding-bottom: 0.52vw; /* 10px / 19.2 */

    }



    /* --- Style dla panelu administracyjnego --- */

    #mrep-tabs-container {

        border: 0.052vw solid #ccc; /* 1px / 19.2 */

        padding: 1.04vw; /* 20px / 19.2 */

    }

    

    .mrep-tabs-list {

        border-bottom: 0.052vw solid #ccc; /* 1px / 19.2 */

    }

    

    .mrep-tabs-list li {

        padding: 0.52vw 0.78vw; /* 10px 15px / 19.2 */

        border: 0.052vw solid #ccc; /* 1px / 19.2 */

        border-radius: 0.26vw 0.26vw 0 0; /* 5px 5px 0 0 / 19.2 */

        margin-right: 0.26vw; /* 5px / 19.2 */

    }

    

    .mrep-tabs-list li .remove-tab {

        right: 0.26vw; /* 5px / 19.2 */

        top: 0.26vw; /* 5px / 19.2 */

        font-size: 0.83vw; /* 16px / 19.2 */

    }



    .mrep-tabs-list #add-new-tab-btn {

        border: 0.052vw solid #ccc; /* 1px / 19.2 */

        border-radius: 0.26vw; /* 5px / 19.2 */

        padding: 0.52vw; /* 10px / 19.2 */

    }

    

    .mrep-tabs-content .tab-pane {

        padding-top: 1.04vw; /* 20px / 19.2 */

    }

    

    .mrep-columns-repeater, .mrep-apartments-repeater {

        margin-top: 1.04vw; /* 20px / 19.2 */

    }

    

    .mrep-apartments-repeater button {

        margin-left: 0.26vw; /* 5px / 19.2 */

    }



    #mrep-colors-section label {

        margin-bottom: 0.52vw; /* 10px / 19.2 */

    }

    

    #mrep-colors-section label input {

        margin-left: 0.26vw; /* 5px / 19.2 */

    }

    

    .input-with-button button {

        margin-left: 0.26vw; /* 5px / 19.2 */

    }

    

    /* Стили из второго скрипта, переведенные в vw */

    .mrep-table-wrapper {

        padding-left: 1.56vw;

        padding-right: 1.56vw;

        padding-bottom: 1.04vw;

        padding-top: 1.04vw;

    }

    

    .mrep-tabs-frontend {

        gap: 0.52vw;

        margin-bottom: 1.04vw;

    }

    

    #mrep-filter-form {

        gap: 1.04vw;

        margin-bottom: 0.52vw;

        border: 0.052vw solid #00000017;

        padding: 0.52vw;

    }

    

    .mrep-filter-group {

        border-right: 0.052vw solid #cccccc7a;

        padding-right: 1.04vw;

    }

    

    .button_wraf {

        width: 3.125vw !important; /* 60px / 19.2 */

        height: 1.25vw !important; /* 24px / 19.2 */

        border-radius: 0.156vw !important; /* 3px / 19.2 */

    }



    .mrep-apartment-table th, .mrep-apartment-table td {

        padding: 0.3125vw; /* 6px / 19.2 */

        font-size: 0.442vw; /* 8.5px / 19.2 */

    }



        .mrep-apartment-table th, .mrep-apartment-table td {

        padding: 0.3125vw;

        font-size: 0.8vw;

    }

    

    .button_wraf {

        width: 4.125vw !important;

        height: 2.25vw !important;

        border-radius: 0.156vw !important;

        margin-top: 1vw;

    }



    .mrep-offer-btn

    {

     border: 0px;

    font-weight: 500;

    background-color: #BD9A72 !important;

    color: white;

    padding: 0.3vw 1vw;

    border-radius: 0.2vw;   

    }



}



.status-Wolne .flexx

{

    color:green;

}



.status-Wolne .flexx

{

    color:green;

}



.status-Zarezerwowane .flexx 

{

    color:orange;

}



.status-Sprzedane .flexx 

{

    color:red;

}





#mrep-contact-form input[type=checkbox] {

    height: 1vw;

}



.cjk

{

     display: grid

;

    grid-template-columns: 1vw 1fr;

    gap: 0.5vw;

    align-content: center;

    justify-content: start;

    align-items: center;

    justify-items: start;

    margin-bottom: 1vw;

    color: black;   

}



#mrep-popup-content p 

{

    margin-bottom:0px !important;

}



#mrep-contact-form input {

    height: 1.3vw !important;

    border: 0.05vw solid #00000052;

    padding: 0 1.04vw !important;

    border-radius: 0;

    border: 0px !important;

    border-bottom: 1px solid #0000003d !important;

    margin-bottom: 0.5vw !important;

    color: black !important;

}



#mrep-contact-form

{
margin-bottom: 2vw;

  margin-top: 1vw;

    color: black;

    font-weight: 500;  

}



.wyjjj

{
margin-top: 20px;
 width: 10vw !important;

    border: 0px !important;

    background-color: #bd9a72 !important;

    color: white !important;


    font-size: 0.9vw !important;   

}



#mrep-table-container

{

 max-height: 35vw;

    overflow-y: auto;   

}



@media (max-width:991px)

{

    .mrep-filter-group {

    border-right: 0px solid #cccccc7a;

    padding-right: 0vw;

}



.mrep-tabs-frontend {

    display: flex

;

    gap: 17px;

    margin-bottom: 20px;

    align-items: center;

    justify-content: center;

    align-content: center;

    margin-top: 20px;

}



#mrep-filter-form {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 1vw;

    align-items: center;

    justify-content: center;

    align-content: center;

    border: 1px solid #00000017;

    padding: 0;

    padding-left: 0px;

    padding-right: 0px;

    width: 100%;
    
    padding-bottom: 30px;
    
    padding-top: 30px;

}



.mrep-filter-group {

    display: flex

;

    flex-direction: column;

    width: 100%;

    max-width: 90%;

    margin-top: 6px;

}



.button_wraf {

    background-color: black !important;

    width: 70% !important;

    height: 50px !important;

    border: 0px !important;

    color: white !important;

    border-radius: 5px !important;

    margin-bottom: 16px;

}



.mrep-apartment-table th, .mrep-apartment-table td {

    border: 1px solid #ccc;

    padding: 7px;

    text-align: left;

    color: black;

    font-size: 14px;

}



#mrep-table-container {

    max-height: 100% !important;

    overflow-y: auto;

}



.mrep-apartment-table th, .mrep-apartment-table td {

        border: 1px solid #ccc;

        padding: 2px;

        text-align: left;

        color: black;

        font-size: 15px;

        padding-right: 14px;

    }



    .mrep-apartment-table tr {

        border: 1px solid #ccc;

        margin-bottom: 10px;

        display: block;

        padding: 4px;

    }



.cell-content

{

  text-align: right;

    display: flex

;

    justify-content: flex-end;

    align-content: center;

    align-items: center;  

}





#mrep-contact-form input[type=checkbox] {

    height: 30px !important;

    border: 0.05vw solid #00000052;

    padding: 0 1.04vw !important;

    border-radius: 0;

    border: 0px !important;

    border-bottom: 1px solid #0000003d !important;

    margin-bottom: 0.5vw !important;

    color: black !important;

    width: 30px !important;

}



.cjk {

    display: grid

;

    grid-template-columns: 37px 1fr;

    gap: 10px;

    align-content: center;

    justify-content: start;

    align-items: center;

    justify-items: start;

    margin-bottom: 10px;

    color: black;

    margin-bottom: 20px;

    line-height: 1.2;

}



#mrep-contact-form {

    margin-top: 20px;

    color: black;

    font-weight: 500;

}



.wyjjj {

    width: 90% !important;

    border: 0px !important;

    background-color: #BD9A72 !important;

    color: white !important;

    height: 50px !important;

    font-size: 17px !important;

}



.mrep-offer-btn

{

border: 0px;

    background-color: #bd9a72 !important;

    color: white;    

}



.historu {

    width: 26px;

    margin-right: -12px;

}



.table-responsive {

    overflow-x: auto;

    height: 500px;

}

}





@media (min-width:991px)

{

    .image-popup-link img 

    {

        width:10vw !important;

        height:auto !important;

    }

}



.mrep-offer-btn

{

    cursor:pointer;

}



@media (max-width:991px)

{

    .mrep-apartment-table th, .mrep-apartment-table td {

        border: 1px solid #ccc;

        padding: 4px;

        text-align: left;

        color: black;

        font-size: 17px;

        padding-right: 14px;

    }

        .mrep-offer-btn {

        border: 0px;

        background-color: #bd9a72 !important;

        color: white;

        width: 100px;

        height: 38px;

        border-radius: 5px;

    }

    #mrep-contact-form input {

    height: 45px !important;

    border: 0.05vw solid #00000052;

    padding: 0 10px !important;

    border-radius: 0;

    border: 0px !important;

    border-bottom: 1px solid #0000003d !important;

    margin-bottom: 10px !important;

    color: black !important;

}



.ned

{

      display: flex

;

    flex-direction: column;

    margin: 0px;  

}

#mrep-contact-form input {

    height: 33px !important;

}



.mrep-filter-group input, .mrep-filter-group select {

    padding: 8px;

    border: 1px solid #ccc;

    border-radius: 4px;

    background-color: white !important;

    color: black !important;

    height: 42px;

    margin-top: 10px !important;

}

}



.mrep-consent-toggle

{

  display: flex

;

    justify-content: flex-start;

    align-items: center;

    align-content: center;

    background-color: #00000017;

    margin-bottom: 1vw;

    margin-top: 1vw;  

}



#mrep-contact-form input {

    height: 1.3vw !important;

    border: 0.05vw solid #00000052;

    padding: 0 1.04vw !important;

    border-radius: 0;

    border: 0px !important;

    border-bottom: 1px solid #0000003d !important;

    margin-bottom: 0 !important;

    color: black !important;

    margin: 0px;

}



.mrep-consent-toggle

{

     display: flex

;

    justify-content: flex-start;

    align-items: center;

    align-content: center;

    background-color: #00000017;

    margin-bottom: 1vw;

    margin-top: 1vw;

    padding-left: 0.4vw;

    gap: 0.4vw;

    padding: 0.4vw;

    position: relative;   

}



.akc

{

      display: flex

;

    position: absolute;

    right: 1vw;  

}



.akceptuje_d

{

 display: flex; 

 cursor: pointer;  

}



.rotates

{

   transform: rotate(180deg); 

}



.akc {

    display: flex

;

    position: absolute;

    right: 1vw;

    gap: 0.3vw;

    cursor: pointer;

}



@media (max-width:991px)

{

    .mrep-modal-content {

    background-color: #fff;

    margin: 10% auto;

    padding: 25px;

    border-radius: 8px;

    position: relative;

    width: 78%;

    max-width: 600px;

}

    #mrep-contact-form input[type=checkbox] {

        height: 20px !important;

        border: 0.05vw solid #00000052;

        padding: 0 1.04vw !important;

        border-radius: 0;

        border: 0px !important;

        border-bottom: 1px solid #0000003d !important;

        margin-bottom: 0.5vw !important;

        color: black !important;

        width: 30px !important;

    }



    .mrep-consent-toggle {

    display: flex

;

    justify-content: flex-start;

    align-items: center;

    align-content: center;

    background-color: #00000017;

    margin-bottom: 17px;

    margin-top: 17px;

    padding-left: 0.4vw;

    gap: 0.4vw;

    padding: 0.4vw;

    position: relative;

}



.mrep-consent-toggle {

    display: flex

;

    justify-content: flex-start;

    align-items: center;

    align-content: center;

    background-color: #00000017;

    margin-bottom: 17px;

    margin-top: 17px;

    padding-left: 0.4vw;

    gap: 0.4vw;

    padding: 7px;

    position: relative;

}



    .ned {

        display: flex

;

        flex-direction: column;

        margin: 0px;

        height: 42px;

    }



    #mrep-popup-content h3 {

    border-bottom: 1px solid #ccc;

    padding-bottom: 10px;

    margin-top: 5px;

}

}



{

    background-color: #BD9A72;

    padding: 3px 6px;

    color: white;

    border-radius: 6px;

}



.mrep-history-btn {

    background-color: #BD9A72;

    padding: 6px 6px;

    color: white;

    border-radius: 6px;

    cursor: pointer;

}







    













.cell-content {

        gap: 5px;

    }





.mrep-history-btn {
    background-color: #d9a72 !important;
    padding: 6px 6px !important;
    color: white !important;
    border-radius: 0.2vw !important;
    cursor: pointer !important;
    font-size: 14px !important;
}


    .mrep-offer-btn {
        border: 0px;
        font-weight: 500;
        background-color: #d9a72 !important;
        color: white !important;
        padding: 6px 6px !important;
        border-radius: 0.2vw !important;
        font-size: 13px;
    }

    .button_wraf {
        width: 7.125vw !important;
        height: 2vw !important;
        border-radius: 0.156vw !important;
        margin-top: 1vw;
        font-size: 17px;
        padding: 0px;
    }


@media (max-width:991px)
{
    .button_wraf {
    width: 200px !important;
    height: 39px !important;
    border-radius: 6px !important;
    margin-top: 1vw;
    font-size: 17px;
    padding: 0px;
}
}

/* Ukrycie kolumny ID w tabeli mieszkań */
.mrep-apartment-table th[data-sort-key="id"],
.mrep-apartment-table td:nth-child(1) {
    display: none !important;
}



/* Mobile: etykiety w flow, nie absolute */
@media (max-width: 768px) {

  /* każda komórka ma stać się wierszem flex z etykietą po lewej i wartością po prawej */
  .mrep-apartment-table td {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    float: none !important;            /* gdyby coś używało float */
  }

  /* etykiety generowane z data-label nie są pozycjonowane absolutnie */
  .mrep-apartment-table td::before {
    position: static !important;       /* kluczowa zmiana */
    display: inline-block !important;
    content: attr(data-label);
    font-weight: 600;
    white-space: normal;
    text-align: left;
    min-width: 44%;
    padding: 0;
    margin: 0;
  }

  /* wiersz jako zamknięta karta – nic nie wycieknie */
  .mrep-apartment-table tr {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5ddd1;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 16px;
    background: #fff;
  }

  /* ostatnia komórka ("Karta mieszkania") też w środku karty */
  .mrep-apartment-table td:last-child {
    border-top: 1px solid #eee;
    margin-top: 8px !important;
    padding-top: 8px !important;
  }

  /* link/ikona PDF po prawej, w jednej linii */
  .mrep-apartment-table td:last-child a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .mrep-apartment-table td:last-child img,
  .mrep-apartment-table td:last-child svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}