.elementor-1970 .elementor-element.elementor-element-494a222{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1970 .elementor-element.elementor-element-a5d2167 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1970 .elementor-element.elementor-element-a5d2167 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:2rem;font-weight:400;color:var( --e-global-color-a84b017 );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}#elementor-popup-modal-1970 .dialog-widget-content{background-color:#FEEBD7;background-image:url("https://norrlandskustensparla.se/wp-content/uploads/2024/06/bg-1.svg");background-position:center center;background-size:cover;border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1970{background-color:#1A406CBF;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1970 .dialog-message{width:640px;height:auto;padding:30px 30px 30px 30px;}#elementor-popup-modal-1970 .dialog-close-button{display:flex;top:10%;font-size:20px;}body:not(.rtl) #elementor-popup-modal-1970 .dialog-close-button{right:5%;}body.rtl #elementor-popup-modal-1970 .dialog-close-button{left:5%;}#elementor-popup-modal-1970 .dialog-close-button i{color:var( --e-global-color-a84b017 );}#elementor-popup-modal-1970 .dialog-close-button svg{fill:var( --e-global-color-a84b017 );}@media(max-width:1024px){.elementor-1970 .elementor-element.elementor-element-a5d2167 .elementor-heading-title{font-size:1.8rem;}}@media(max-width:767px){.elementor-1970 .elementor-element.elementor-element-a5d2167 .elementor-heading-title{font-size:1.2rem;}#elementor-popup-modal-1970 .dialog-message{width:350px;padding:15px 15px 15px 15px;}#elementor-popup-modal-1970{justify-content:center;align-items:center;}#elementor-popup-modal-1970 .dialog-close-button{top:2%;}#elementor-popup-modal-1970 .dialog-widget-content{margin:0px 0px 0px 0px;}}/* Start custom CSS for heading, class: .elementor-element-a5d2167 */h2 {
  display: inline-block;
  position: relative;
}

h2:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #1A406C;
  border-radius: 1px;
  position: absolute;
  bottom: -5px; /* Justera denna för avstånd från texten */
  left: 0;
  animation: expandWidth 1s forwards;
}

@keyframes expandWidth {
  to {
    width: 100%;
  }
}/* End custom CSS */