.elementor-8642 .elementor-element.elementor-element-e208b3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8642 .elementor-element.elementor-element-e208b3b:not(.elementor-motion-effects-element-type-background), .elementor-8642 .elementor-element.elementor-element-e208b3b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lastminutebeauty.dk/wp-content/uploads/2025/12/zaskoncz-mnie-delikatnym-czystym-bialo-zlotym-kobiecym-tle-do-sklepu-internetowego-o-teamtyce-spa-beauty-scaled.jpg");background-position:center center;background-size:cover;}.elementor-8642 .elementor-element.elementor-element-c4a8c66{background-image:url("https://lastminutebeauty.dk/wp-content/uploads/2025/12/zaskoncz-mnie-delikatnym-czystym-bialo-zlotym-kobiecym-tle-do-sklepu-internetowego-o-teamtyce-spa-beauty-1-scaled.jpg");background-position:center center;background-size:cover;}@media(max-width:767px){.elementor-8642 .elementor-element.elementor-element-e208b3b:not(.elementor-motion-effects-element-type-background), .elementor-8642 .elementor-element.elementor-element-e208b3b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:contain;}.elementor-8642 .elementor-element.elementor-element-c4a8c66{padding:30px 30px 30px 30px;}}@media(min-width:768px){.elementor-8642 .elementor-element.elementor-element-e208b3b{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-c4a8c66 */.lmb-blur-wrap {
    font-family: 'Lora', serif;
}

/* GRID: 4 → 3 → 2 → 1 */
.lmb-booking-cards.lmb-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.lmb-card {
    text-decoration: none;
    color: #111111;
}

/* MATOWO–SZKLANY KAFEL LORA DIORA */
.lmb-blur-card {
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1.5px solid rgba(199, 156, 104, 0.40);
    border-radius: 30px;
    padding: 24px 22px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

/* HOVER – LEKKI LIFT I ZŁOTO */
.lmb-blur-card:hover {
    background: rgba(255, 255, 255, 0.70);
    border-color: rgba(199, 156, 104, 0.70);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* IKONA */
.lmb-blur-card .lmb-icon {
    font-size: 34px;
    margin-bottom: 6px;
}

/* NAGŁÓWEK + ZŁOTA LINIA */
.lmb-blur-card h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}

.lmb-blur-card h3::after {
    content: "";
    width: 72px;
    height: 2px;
    background: #c79c68;
    border-radius: 999px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px) {
    .lmb-booking-cards.lmb-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .lmb-booking-cards.lmb-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lmb-blur-card {
        padding: 22px 18px;
    }
    .lmb-blur-card h3 {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .lmb-booking-cards.lmb-cards {
        grid-template-columns: 1fr;
    }
    .lmb-blur-card h3 {
        font-size: 18px;
    }
}/* End custom CSS */