.elementor-207 .elementor-element.elementor-element-1eacb55{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}@media(max-width:767px){.elementor-207 .elementor-element.elementor-element-1eacb55{--padding-top:25px;--padding-bottom:25px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for wpforms, class: .elementor-element-93667bf *//* ===========================================================
   WPForms – Full Width + J A Ranch Brand Styling (Compact Spacing)
   Font: Inter (text), Oswald (rubriker)
   Färgpalett:
   Primary/Brand: #7A4E2D
   Secondary/Copper: #C06B2B
   Background: #FAF6EF
   Alt section: #F1E6D6
   Text dark: #1F2933
   Text muted: #5B6672
   Accent/Sage: #4F6F52
   Border: #E6D8C6
   White: #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-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #1F2933 !important;
    margin-bottom: 6px !important;
}

/* Required-asterisk */
.wpforms-required-label {
    color: #C06B2B !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 #E6D8C6 !important;
    border-radius: 14px !important;
    padding: 16px 18px !important;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 16px !important;
    color: #1F2933 !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: #5B6672 !important;
    opacity: 0.9 !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: #C06B2B !important;
    background: #FAF6EF !important;
    box-shadow: 0 0 0 3px rgba(192, 107, 43, 0.22) !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 #E6D8C6 !important;
    padding: 12px 16px !important;
    min-height: 55px !important;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 16px !important;
    color: #1F2933 !important;
}

/* Dropdown */
.choices__list--dropdown {
    border-radius: 14px !important;
    border: 2px solid #C06B2B !important;
    background: #FFFFFF !important;
    box-shadow: 0 10px 30px rgba(31, 41, 51, 0.16) !important;
}

/* Highlight */
.choices__item--selectable.is-highlighted,
.choices__list--dropdown .choices__item--choice.is-highlighted {
    background-color: #7A4E2D !important;
    color: #FFFFFF !important;
}

/* Hover */
.choices__list--dropdown .choices__item--choice:hover {
    background: #F1E6D6 !important;
    color: #1F2933 !important;
}

/* Focus ring */
.choices__inner.is-focused,
.choices.is-open .choices__inner {
    border-color: #C06B2B !important;
    box-shadow: 0 0 0 3px rgba(192, 107, 43, 0.22) !important;
}

/* ------------------------------------------------------------
   Radio & Checkbox
------------------------------------------------------------ */
.wpforms-container-full .wpforms-field input[type="radio"],
.wpforms-container-full .wpforms-field input[type="checkbox"] {
    accent-color: #7A4E2D !important;
    width: 18px !important;
    height: 18px !important;
}

/* ------------------------------------------------------------
   Submit-knapp
------------------------------------------------------------ */
.wpforms-container-full .wpforms-form .wpforms-submit {
    width: 100% !important;
    background: #7A4E2D !important;
    color: #FFFFFF !important;
    border: none !important;
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 18px 22px !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    transition: 0.25s ease !important;
    box-shadow: 0 10px 28px rgba(31, 41, 51, 0.18) !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: #5E3A22 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(31, 41, 51, 0.24) !important;
}

/* Focus (tillgänglighet) */
.wpforms-container-full .wpforms-form .wpforms-submit:focus {
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(192, 107, 43, 0.28), 0 15px 35px rgba(31, 41, 51, 0.18) !important;
}

/* Extra fix (om du har ett specifikt submit-id) */
#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.55 !important;
    transform: none !important;
    cursor: not-allowed !important;
}

/* ------------------------------------------------------------
   Felmeddelanden
------------------------------------------------------------ */
.wpforms-error {
    color: #C06B2B !important;
    font-size: 15px !important;
    margin-top: 6px !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: #C06B2B !important;
    background: #FAF6EF !important;
    box-shadow: 0 0 0 3px rgba(192, 107, 43, 0.18) !important;
}

/* ------------------------------------------------------------
   Success / Confirmation (valfritt men snyggt)
------------------------------------------------------------ */
.wpforms-confirmation-container-full,
.wpforms-confirmation-container {
    background: #F1E6D6 !important;
    border: 2px solid #E6D8C6 !important;
    border-radius: 16px !important;
    padding: 18px 18px !important;
    color: #1F2933 !important;
}

/* ------------------------------------------------------------
   Mobilanpassning
------------------------------------------------------------ */
@media (max-width: 768px) {
    .wpforms-container-full .wpforms-form .wpforms-field {
        margin-bottom: 12px !important;
    }

    .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 {
        padding: 14px 16px !important;
        font-size: 16px !important;
    }

    .wpforms-container-full .wpforms-form .wpforms-submit {
        padding: 16px 18px !important;
        font-size: 17px !important;
    }
}/* End custom CSS */