/**
* Theme Name: Luxtower Child
* Description: This is a child theme of Luxtower, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes Team</a>
* Template: luxtower
* Version: 1.0.5
*/

/* Dodatkowe style dla rozszerzonej tabeli Property Variation */
.luxtower-property-variation table {
    width: 100%;
    table-layout: auto;
}

.luxtower-property-variation table th,
.luxtower-property-variation table td {
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
}

/* Responsive dla rozszerzonej tabeli */
@media (max-width: 1200px) {
    .luxtower-property-variation table {
        font-size: 14px;
    }
    
    .luxtower-property-variation table th,
    .luxtower-property-variation table td {
        padding: 6px 8px;
    }
}

@media (max-width: 768px) {
    .luxtower-property-variation table {
        font-size: 12px;
    }
    
    .luxtower-property-variation table th,
    .luxtower-property-variation table td {
        padding: 4px 6px;
    }
}