.elementor-255 .elementor-element.elementor-element-a276e23{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-255 .elementor-element.elementor-element-b9f7451{--display:flex;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-255 .elementor-element.elementor-element-b9f7451:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-b9f7451 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1cb9808 );}.elementor-255 .elementor-element.elementor-element-a3f59c6 > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-255 .elementor-element.elementor-element-a3f59c6 .elementor-icon-box-wrapper{text-align:start;}.elementor-255 .elementor-element.elementor-element-de3430f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-255 .elementor-element.elementor-element-de3430f:not(.elementor-motion-effects-element-type-background), .elementor-255 .elementor-element.elementor-element-de3430f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#454642;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for wpforms, class: .elementor-element-f9f41eb *//* ===========================================================
   WPForms – Full Width + Malin Selberg Brand Styling
   Färgpalett: #d68484, #e9bdbd, #454642, #f7f4f4, #f2e4e4, #FFFFFF
   =========================================================== */

/* Ta bort maxbredd */
.wpforms-container-full .wpforms-form,
.wpforms-form {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Fältcontainer */
.wpforms-field-container {
    width: 100% !important;
}

/* Mindre glapp mellan fälten */
.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 14px !important;
}

/* Labels */
.wpforms-container-full .wpforms-form .wpforms-field-label,
.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
.wpforms-container-full .wpforms-form .wpforms-field legend {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #454642 !important;
    margin-bottom: 6px !important;
    font-family: 'Quicksand', Arial, sans-serif !important;
}

/* Required-asterisk */
.wpforms-required-label {
    color: #d68484 !important;
}

/* Inputs */
.wpforms-container-full .wpforms-form input[type="text"],
.wpforms-container-full .wpforms-form input[type="email"],
.wpforms-container-full .wpforms-form input[type="tel"],
.wpforms-container-full .wpforms-form input[type="number"],
.wpforms-container-full .wpforms-form textarea,
.wpforms-container-full .wpforms-form select {
    width: 100% !important;
    background: #FFFFFF !important;
    border: 2px solid #e9bdbd !important;
    border-radius: 14px !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
    color: #454642 !important;
    font-family: 'Source Serif Pro', Georgia, serif !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

/* Placeholder */
.wpforms-container-full .wpforms-form input::placeholder,
.wpforms-container-full .wpforms-form textarea::placeholder {
    color: #7a7b77 !important;
    opacity: 1 !important;
}

/* Fokus */
.wpforms-container-full .wpforms-form input:focus,
.wpforms-container-full .wpforms-form textarea:focus,
.wpforms-container-full .wpforms-form select:focus {
    border-color: #d68484 !important;
    background: #f7f4f4 !important;
    box-shadow: 0 0 0 3px rgba(214, 132, 132, 0.18) !important;
    outline: none !important;
}

/* Textarea */
.wpforms-container-full .wpforms-form textarea {
    min-height: 140px !important;
    resize: vertical !important;
}

/* ------------------------------------------------------------
   Choices.js Styling
------------------------------------------------------------ */

/* Rutan */
.choices__inner {
    background: #FFFFFF !important;
    border-radius: 14px !important;
    border: 2px solid #e9bdbd !important;
    padding: 12px 16px !important;
    min-height: 55px !important;
    font-size: 16px !important;
    color: #454642 !important;
    font-family: 'Source Serif Pro', Georgia, serif !important;
}

/* Dropdown */
.choices__list--dropdown {
    border-radius: 14px !important;
    border: 2px solid #d68484 !important;
    box-shadow: 0 10px 30px rgba(69, 70, 66, 0.12) !important;
    background: #FFFFFF !important;
}

/* Highlight */
.choices__item--selectable.is-highlighted,
.choices__list--dropdown .choices__item--choice.is-highlighted {
    background-color: #d68484 !important;
    color: #FFFFFF !important;
}

/* Hover */
.choices__item--choice:hover {
    background: #f2e4e4 !important;
    color: #454642 !important;
}

/* Focus ring */
.choices__inner.is-focused,
.choices.is-open .choices__inner {
    border-color: #d68484 !important;
    box-shadow: 0 0 0 3px rgba(214, 132, 132, 0.18) !important;
}

/* ------------------------------------------------------------
   Radio & Checkbox
------------------------------------------------------------ */
.wpforms-container-full .wpforms-field input[type="radio"],
.wpforms-container-full .wpforms-field input[type="checkbox"] {
    accent-color: #d68484 !important;
    width: 18px !important;
    height: 18px !important;
}

/* ------------------------------------------------------------
   Submit-knapp
------------------------------------------------------------ */
.wpforms-container-full .wpforms-form .wpforms-submit {
    width: 100% !important;
    background: #d68484 !important;
    color: #FFFFFF !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Quicksand', Arial, sans-serif !important;
    padding: 18px 22px !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    transition: 0.25s ease !important;
    box-shadow: 0 10px 28px rgba(69, 70, 66, 0.14) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

/* Hover */
.wpforms-container-full .wpforms-form .wpforms-submit:hover {
    background: #c36d6d !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(69, 70, 66, 0.18) !important;
}

/* Extra fix */
#wpforms-submit-2104 {
    line-height: 1 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

/* Disabled */
.wpforms-container-full .wpforms-form .wpforms-submit:disabled {
    opacity: 0.5 !important;
    transform: none !important;
}

/* ------------------------------------------------------------
   Felmeddelanden
------------------------------------------------------------ */
.wpforms-error {
    color: #d68484 !important;
    font-size: 15px !important;
    margin-top: 6px !important;
    font-family: 'Quicksand', Arial, sans-serif !important;
}

.wpforms-container-full .wpforms-form input.wpforms-error,
.wpforms-container-full .wpforms-form textarea.wpforms-error,
.wpforms-container-full .wpforms-form select.wpforms-error {
    border-color: #d68484 !important;
    background: #f7f4f4 !important;
}

/* Bekräftelsemeddelande */
.wpforms-confirmation-container-full,
.wpforms-confirmation-container {
    background: #f7f4f4 !important;
    border: 1px solid #e9bdbd !important;
    color: #454642 !important;
    padding: 18px 20px !important;
    border-radius: 14px !important;
    font-family: 'Source Serif Pro', Georgia, serif !important;
}

/* ------------------------------------------------------------
   Mobilanpassning
------------------------------------------------------------ */
@media (max-width: 768px) {
    .wpforms-field {
        margin-bottom: 12px !important;
    }

    .wpforms-container-full .wpforms-form .wpforms-submit {
        font-size: 17px !important;
        padding: 16px 20px !important;
    }
}/* End custom CSS */