/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@supports selector(:has(*)) {

    .ab-parent:has(input:autofill) .form-control-label,
    .ab-parent:has(input:-webkit-autofill) .form-control-label,
    .ab-parent:has(input:-internal-autofill-selected) .form-control-label {
        top: 0;
        left: 18px;
        font-size: 14px;
        font-weight: 700;
        opacity: 1;
    }
}

/* 2025-11-02 4ec newletter */
.blocknewsletter__form {
  flex:0 0 100% !important;
  max-width:100% !important;
}

.blocknewsletter__container {
  background-color:#105559;
  /*! border-radius:15px; */padding:0px 10px;
}

