.elementor-9268 .elementor-element.elementor-element-5b4309a{--display:flex;}.elementor-9268 .elementor-element.elementor-element-5b4309a:not(.elementor-motion-effects-element-type-background), .elementor-9268 .elementor-element.elementor-element-5b4309a > .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;}/* Start custom CSS for html, class: .elementor-element-c3af377 *//* KONTENER FORMULARZA */
.lmb-form-wrapper {
    max-width: 760px;
    margin: 40px auto;
    padding: 34px;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(199,156,104,0.45);
    box-shadow: 0 10px 26px rgba(0,0,0,0.15);
    font-family: 'Lora', serif;
}

/* NAPRAWIAMY TYPOGRAFIĘ WPForms */
.lmb-form-wrapper .wpforms-field-label {
    font-family: 'Lora', serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #000;
    margin-bottom: 6px !important;
}

.lmb-form-wrapper .wpforms-required-label {
    color: #c79c68 !important;
}

/* POLA FORMULARZA */
.lmb-form-wrapper input[type="text"],
.lmb-form-wrapper input[type="email"],
.lmb-form-wrapper input[type="tel"],
.lmb-form-wrapper textarea,
.lmb-form-wrapper select {
    width: 100% !important;
    padding: 13px 15px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0,0,0,0.22) !important;
    background: #fafafa !important;
    font-size: 16px !important;
    font-family: 'Lora', serif !important;
    transition: 0.25s ease !important;
    color: #000 !important;
}

.lmb-form-wrapper input:focus,
.lmb-form-wrapper textarea:focus,
.lmb-form-wrapper select:focus {
    border-color: #c79c68 !important;
    background: #fff !important;
    outline: none !important;
}

/* TEXTAREA */
.lmb-form-wrapper textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

/* PRZYCISK WYŚLIJ */
.lmb-form-wrapper .wpforms-submit {
    background: transparent !important;
    color: #c79c68 !important;
    border: 1px solid #c79c68 !important;
    border-radius: 999px !important;
    padding: 12px 26px !important;
    font-size: 18px !important;
    font-family: 'Lora', serif !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
    width: 100% !important;
    text-align: center !important;
}

.lmb-form-wrapper .wpforms-submit:hover {
    background: #c79c68 !important;
    color: #000 !important;
    transform: translateY(-2px) !important;
}

/* KOMUNIKAT POWIADOMIENIA (sukces) */
.lmb-form-wrapper .wpforms-confirmation-container-full {
    background: #f9f4ec !important;
    border-left: 4px solid #c79c68 !important;
    padding: 20px !important;
    border-radius: 14px !important;
    font-family: 'Lora', serif !important;
    color: #000 !important;
    font-size: 17px !important;
}

/* MOBILE */
@media (max-width: 600px) {
    .lmb-form-wrapper {
        padding: 24px;
    }
    .lmb-form-wrapper .wpforms-submit {
        font-size: 16px !important;
        padding: 12px 20px !important;
    }
}/* End custom CSS */