.elementor-kit-6{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#004B87;--e-global-color-text:#333333;--e-global-color-accent:#5170FF;--e-global-color-background:#004B87;--e-global-color-backgroundAccent:#F5F5F5;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Gör så att item alltid har samma padding/border-radius */
.faq-accordion .elementor-widget-n-accordion details.e-n-accordion-item {
  margin: 12px 0;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;            /* behåll rundade hörn hela tiden */
  background: #0e67a3;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease, background .25s ease;
}

/* När öppen: istället för border-left (som gör att den hoppar), 
   använder vi en “inset box-shadow” på vänster sida */
.faq-accordion .elementor-widget-n-accordion details[open] > summary.e-n-accordion-item-title {
  background: rgba(0,0,0,.15);
  border-radius: 12px 12px 0 0;
  box-shadow: inset 4px 0 0 #f2c14e;  /* guldmarkerad kant, men utan att layouten flyttar sig */
}

/* Content-panelen håller samma radius + border så den “sitter ihop” */
.faq-accordion .elementor-widget-n-accordion details.e-n-accordion-item > div[role="region"] {
  border-radius: 0 0 12px 12px;
  border-top: 1px solid rgba(255,255,255,.2);
}


/* Direkt id på själva inputen */
#form-field-regnr {
  padding-left: 45px !important;
  background: url('https://autobuy.se/wp-content/uploads/2025/10/Swedish-euroband-scaled.png') no-repeat 8px center !important;
  background-size: 24px 70% !important;
  height: 56px !important;
  background-color: #fff !important;
  border: 2px solid #003399 !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Fallback om id:t inte renderas – OBS: korrekt klassnamn */
.elementor-widget-form .elementor-field-group-regnr input.elementor-field {
  padding-left: 45px !important;
  background: url('https://autobuy.se/wp-content/uploads/2025/10/Swedish-euroband-scaled.png') no-repeat 8px center !important;
  background-size: 24px 70% !important;
  height: 56px !important;
  background-color: #fff !important;
  border: 2px solid #003399 !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}/* End custom CSS */