.elementor-2786 .elementor-element.elementor-element-68244358{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-2786 .dialog-widget-content{animation-duration:1s;background-color:#F8F3EF;}#elementor-popup-modal-2786{background-color:#000000B3;justify-content:flex-end;align-items:flex-end;pointer-events:all;}#elementor-popup-modal-2786 .dialog-message{width:530px;height:auto;padding:25px 25px 25px 25px;}#elementor-popup-modal-2786 .dialog-close-button{display:flex;top:0%;font-size:15px;}body:not(.rtl) #elementor-popup-modal-2786 .dialog-close-button{right:101%;}body.rtl #elementor-popup-modal-2786 .dialog-close-button{left:101%;}#elementor-popup-modal-2786 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-2786 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1024px){#elementor-popup-modal-2786 .dialog-message{width:370px;}}@media(max-width:767px){#elementor-popup-modal-2786 .dialog-message{width:320px;}}/* Start custom CSS for wpforms, class: .elementor-element-fa5d15d *//* ===========================================================
   WPForms – Full Width + Briljant Service Brand Styling (Compact)
   Färgpalett (enligt din Briljant-sida):
   --bg:            #F1E7E2  (header/bakgrund varm beige/rosa)
   --surface:       #F4EDE6  (ljus kräm/yta)
   --surface-2:     #F3EAEA  (sekundär knapp/yta)
   --text:          #5B4A46  (brungrå text)
   --heading:       #6E4C57  (rubriker, mörk plommonrosa)
   --brand:         #B5657A  (primär accent/CTA)
   --brand-dark:    #9E4F64  (hover/active)
   --border:        rgba(91, 74, 70, 0.18)
   --ring:          rgba(181, 101, 122, 0.25)
   --success:       #6F7D5E  (dämpad olivgrön)
   =========================================================== */

:root{
  --br-bg: #F1E7E2;
  --br-surface: #F4EDE6;
  --br-surface-2: #F3EAEA;
  --br-text: #5B4A46;
  --br-heading: #6E4C57;
  --br-brand: #B5657A;
  --br-brand-dark: #9E4F64;
  --br-border: rgba(91, 74, 70, 0.18);
  --br-ring: rgba(181, 101, 122, 0.25);
  --br-success: #6F7D5E;
}

/* 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: var(--br-heading) !important;
  margin-bottom: 6px !important;
}

/* Required-asterisk */
.wpforms-required-label {
  color: var(--br-brand) !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: var(--br-surface) !important;
  border: 2px solid var(--br-border) !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  font-size: 16px !important;
  color: var(--br-text) !important;
  transition: all 0.25s ease !important;
  box-shadow: none !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: var(--br-brand) !important;
  background: var(--br-surface-2) !important;
  box-shadow: 0 0 0 3px var(--br-ring) !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: var(--br-surface) !important;
  border-radius: 14px !important;
  border: 2px solid var(--br-border) !important;
  padding: 12px 16px !important;
  min-height: 55px !important;
  font-size: 16px !important;
  color: var(--br-text) !important;
}

/* Dropdown */
.choices__list--dropdown {
  border-radius: 14px !important;
  border: 2px solid var(--br-brand) !important;
  background: var(--br-surface) !important;
  box-shadow: 0 10px 30px rgba(91, 74, 70, 0.18) !important;
}

/* Highlight */
.choices__item--selectable.is-highlighted,
.choices__list--dropdown .choices__item--choice.is-highlighted {
  background-color: var(--br-brand) !important;
  color: var(--br-surface) !important;
}

/* Hover */
.choices__item--choice:hover {
  background: var(--br-surface-2) !important;
  color: var(--br-text) !important;
}

/* Focus ring */
.choices__inner.is-focused,
.choices.is-open .choices__inner {
  border-color: var(--br-brand) !important;
  box-shadow: 0 0 0 3px var(--br-ring) !important;
}

/* ------------------------------------------------------------
   Radio & Checkbox
------------------------------------------------------------ */
.wpforms-container-full .wpforms-field input[type="radio"],
.wpforms-container-full .wpforms-field input[type="checkbox"] {
  accent-color: var(--br-brand) !important;
  width: 18px !important;
  height: 18px !important;
}

/* ------------------------------------------------------------
   Submit-knapp
------------------------------------------------------------ */
.wpforms-container-full .wpforms-form .wpforms-submit {
  width: 100% !important;
  background: var(--br-brand) !important;
  color: #FFFFFF !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 18px 22px !important;
  border-radius: 14px !important;
  cursor: pointer !important;
  transition: 0.25s ease !important;
  box-shadow: 0 10px 28px rgba(91, 74, 70, 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: var(--br-brand-dark) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 35px rgba(91, 74, 70, 0.24) !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.55 !important;
  transform: none !important;
}

/* ------------------------------------------------------------
   Felmeddelanden
------------------------------------------------------------ */
.wpforms-error {
  color: var(--br-brand-dark) !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 {
  border-color: var(--br-brand-dark) !important;
  background: var(--br-surface-2) !important;
}

/* ------------------------------------------------------------
   Lyckat tillstånd / bekräftelse
------------------------------------------------------------ */
.wpforms-confirmation-container-full,
.wpforms-confirmation-container {
  border-left: 4px solid var(--br-success) !important;
  background: var(--br-surface-2) !important;
  color: var(--br-text) !important;
  border-radius: 14px !important;
}

/* ------------------------------------------------------------
   Mobilanpassning
------------------------------------------------------------ */
@media (max-width: 768px) {
  .wpforms-field {
    margin-bottom: 12px !important;
  }
}/* End custom CSS */