
/* Stile del pre-header */
#pre-header {
    background-color: #4a6d86;
    color: #fff;
    padding: 10px 0;
    font-size: 1rem;
}

/* Link e icone all'interno del pre-header */
#pre-header a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
}

#pre-header a:hover {
    text-decoration: underline;
}

/* Icone allineate al testo */
#pre-header i {
    margin-right: 5px;
}

/* Codice fatturazione */
#pre-header span {
    margin-right: 15px;
}

/* Pulsante "Accedi" */
.header-utils-wrapper {
    text-align: right;
}

.header-utils button {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.header-utils button .icon-wrapper {
    margin-left: 5px;
    font-size: 1.5rem;
}

/* Icona utente */
.svg-user {
    width: 24px;
    height: 24px;
    fill: #fff;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.h1 {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 2px solid #4a6f85;
}

.h1 a {
  text-decoration: none;
  color: #4a6f85;
  font-size: 24px;
}

.h1 a span {
  display: block;
  line-height: 1.2;
}

.h1 a span strong {
  font-weight: bold;
}

.h1 img {
  max-height: 100px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .h1 a span.d-none.d-lg-block {
    display: block !important;
    font-size: 20px;
    color: #4a6f85;
  }
}

/* Stile generale del footer */
footer {
  background-color: #506580;
  color: #ffffff;
  padding: 2rem 0;
  font-family: Arial, sans-serif;
}

/* Stile per le colonne del footer */
footer .footer-list h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Link generici nel footer */
footer a {
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
