body {
  overflow-x: hidden!important;
}
a.btn-primary,
a.btn-danger {color: #fff!important;}
a.btn-light{color: #223361;}
.btn-flat-rounded {
       display: inline-block;
       padding: 8px 24px;
       background-color: #1f2937;
       color: #ffffff;
       text-decoration: none;
       border-radius: 999px;
       font-weight: 600;
       line-height: 1;
       transition: background-color 0.2s ease, transform 0.2s ease;
}
.btn-flat-rounded:focus {
       outline: 2px solid #111827;
       outline-offset: 3px;
}
.btn-flat-rounded:hover {
    background-color: rgb(220, 53, 69);
    transform: translateY(-1px);
    color: #fff;
}
.google-reviews-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.google-reviews-inline a{color: #fff;}
.google-reviews-text {
  font-weight: 400;
}

.google-reviews-logo {
  display: block;
  width: 118px;
  height: auto;
}

.google-reviews-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #f5a623;
}

.google-reviews-stars svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.google-reviews-score {
  color: #fff;
  font-size: 14px;
}

.google-reviews-score strong {
  color: #f5a623;
  font-weight: 700;
}


/* Nascosto ovunque */
.nav-item-id-601 {
  display: none;
}

/* Visibile solo su mobile */
@media (max-width: 767px) {
  .nav-item-id-601 {
    display: block;
  }
    .google-reviews-inline {
    gap: 8px 10px;
    font-size: 14px;
  }

  .google-reviews-logo {
    width: 100px;
  }

  .google-reviews-stars svg {
    width: 16px;
    height: 16px;
  }

  .google-reviews-score {
    width: 100%;
    font-size: 13px;
  }

}