body .monroe-cennik-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

body .monroe-cennik-filters {
    flex: 1 1 25%;
    min-width: 240px;
    padding-right: 30px;
    box-sizing: border-box;
}

body .monroe-cennik-results {
    flex: 1 1 75%;
    min-width: 0;
}

body .monroe-cennik-filters h3 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    color: #5d504a !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    text-align: left !important;
    text-transform: none !important;
    padding: 0 !important;
    border: none !important;
}

body .monroe-cennik-filters ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #e0d9d3;
}

body .monroe-cennik-filters li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid #e0d9d3;
}

body .monroe-cennik-filters li a {
    display: block;
    padding: 12px 10px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    color: #5d504a !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

body .monroe-cennik-filters li a:hover {
    background-color: #f7f3ef;
    color: #333 !important;
}

body .monroe-cennik-filters li a.aktywny {
    font-weight: 600 !important;
    background-color: #f7f3ef;
    box-shadow: inset 3px 0 0 #5d504a;
}

body .monroe-mobile-filter-toggle {
    display: none;
}

body .monroe-cennik-wrapper {
    width: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif !important;
    color: #5d504a;
    line-height: 1.7;
    position: relative;
    min-height: 200px;
}

body .monroe-cennik-wrapper .monroe-category-block {
    margin-bottom: 40px;
}

body .monroe-cennik-wrapper .monroe-category-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.8rem !important;
    font-weight: 400 !important;
    color: #5d504a !important;
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    border: none !important;
    padding: 0 !important;
}

body .monroe-cennik-wrapper .monroe-service-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    color: #5d504a !important;
    margin-bottom: 15px !important;
    text-align: left !important;
    text-transform: none !important;
    border: none !important;
    padding: 0 !important;
}

body .monroe-cennik-wrapper .monroe-service-variants {
    margin-top: 15px;
    padding-left: 0;
    list-style-type: none;
}

body .monroe-cennik-wrapper .monroe-service-variant {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    font-size: 1rem !important;
    border-top: 1px dotted #d3c1b6 !important;
    margin: 0 !important;
}

body .monroe-cennik-wrapper .monroe-service-variants .monroe-service-variant:first-child {
    border-top: none !important;
}

body .monroe-cennik-wrapper .monroe-service-variant .variant-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
    text-align: left;
    font-family: 'Lato', sans-serif !important;
}

body .monroe-cennik-wrapper .monroe-service-variant .variant-name {
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
    color: #5d504a !important;
    font-size: 1rem !important;
    font-style: normal !important;
}

body .monroe-cennik-wrapper .monroe-service-variant .variant-duration {
    font-family: 'Lato', sans-serif !important;
    font-size: 0.9rem !important;
    color: #8a7a70 !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

body .monroe-cennik-wrapper .monroe-service-variant .variant-price {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #5d504a !important;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 15px;
    text-align: right;
}

body .monroe-cennik-wrapper .monroe-service-variant .variant-name:empty {
    display: none;
}

body .monroe-cennik-wrapper .monroe-service-variant .variant-name:empty + .variant-duration {
    font-style: normal !important;
    font-size: 1rem !important;
    color: #5d504a !important;
    font-weight: 600 !important;
}

.monroe-search-wrapper {
    width: 100%;
    margin: 0 0 50px 0;
}

.monroe-search-form .monroe-search-label {
    display: none;
}

.monroe-search-form .monroe-search-input-group {
    display: flex;
    border: 1px solid #e0d9d3;
    border-radius: 5px;
    overflow: hidden;
}

.monroe-search-form .monroe-search-field {
    flex-grow: 1;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    color: #5d504a;
    outline: none;
    margin: 0;
    line-height: normal;
    -webkit-appearance: none;
    border-radius: 0;
}

.monroe-search-form .monroe-search-submit,
.monroe-search-form .monroe-search-clear {
    border: none;
    padding: 15px 30px;
    background-color: #5d504a;
    color: #fcfaf7;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0;
    white-space: nowrap;
    -webkit-appearance: none;
    text-decoration: none;
    line-height: normal;
    border-radius: 0 !important;
}

.monroe-search-form .monroe-search-submit:hover {
    background-color: #4a403c;
}

.monroe-search-form .monroe-search-clear {
    display: none;
    border-left: 1px solid #7a6a61;
}

.monroe-search-form .monroe-search-clear:hover {
    background-color: #8a7a70;
}

.monroe-cennik-wrapper .monroe-no-results {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    color: #5d504a;
    text-align: center;
    padding: 40px 0;
    font-style: italic;
}

.monroe-loader-wrapper {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(252, 250, 247, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    z-index: 10;
}
.monroe-loader {
    border: 5px solid #f7f3ef;
    border-top: 5px solid #5d504a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    body .monroe-cennik-container {
        flex-direction: column;
    }
    
    body .monroe-mobile-filter-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background: #f7f3ef;
        border: 1px solid #e0d9d3;
        padding: 15px;
        font-family: 'Lato', sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        color: #5d504a;
        cursor: pointer;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    
    body .monroe-mobile-filter-toggle .monroe-filter-icon {
        transition: transform 0.3s ease;
    }

    body .monroe-mobile-filter-toggle.aktywny .monroe-filter-icon {
        transform: rotate(180deg);
    }

    body .monroe-cennik-filters {
        display: none;
        width: 100%;
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    body .monroe-cennik-filters.filters-visible {
        display: block;
    }

    body .monroe-cennik-results {
        flex-basis: 100%;
    }
    
    body .monroe-cennik-wrapper .monroe-category-title {
        font-size: 2.2rem !important;
        text-align: center !important;
    }
    
    body .monroe-cennik-wrapper .monroe-service-title {
        font-size: 1.4rem !important;
        text-align: center !important;
    }
    
    body .monroe-cennik-wrapper .monroe-service-variant {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
        padding: 15px 0 !important;
    }
    
    body .monroe-cennik-wrapper .monroe-service-variant .variant-details {
        padding-right: 0;
        text-align: center;
        margin-bottom: 5px;
    }
    
    body .monroe-cennik-wrapper .monroe-service-variant .variant-price {
        padding-left: 0;
        margin-left: 0;
    }
}