.popUpPrezzoConsigliato .modal__container {
  max-width: 900px;
}

.popUpPrezzoConsigliato .modal__content {
  font-size: 18px;
  color: black;
}

.popUpPrezzoConsigliato .testata {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.popUpPrezzoConsigliato .testata .container-img {
  max-width: 100px;
}

.popUpPrezzoConsigliato .testata .testo {
  text-align: center;
}

.popUpPrezzoConsigliato .testata .testo strong {
  font-size: 30px;
}

.popUpPrezzoConsigliato .testata .testo span {
  font-size: 24px;
  margin-top: 6px;
  display: block;
  letter-spacing: -1px;
}

.popUpPrezzoConsigliato .modal__footer {
  padding: 20px 50px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.popUpPrezzoConsigliato .btn-add-estensione[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.popUpPrezzoConsigliato .btn-chiudi-x {
  display: none;
}

@media (max-width: 767px) {
  .popUpPrezzoConsigliato .testata {
    flex-wrap: wrap;
  }

  .popUpPrezzoConsigliato .testo {
    max-width: 100%;
  }

  .modal__overlay {
    padding: 20px;
    padding-bottom: 20px;
  }

  .modal__container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .popUpPrezzoConsigliato .btn-chiudi-x {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
  }

  .popUpPrezzoConsigliato .testata .testo strong {
    font-size: 36px;
  }

  .popUpPrezzoConsigliato .testata .testo span {
    font-size: 24px;
    margin-top: 6px;
    display: block;
    letter-spacing: -1px;
  }

  .modal__header {
    padding: 30px 5px;
  }

  .popUpPrezzoConsigliato .testata .testo strong {
    font-size: 24px;
  }

  .popUpPrezzoConsigliato .testata .testo span {
    font-size: 18px;
  }

  .modal__content {
    padding: 0 25px;
  }

  .popUpPrezzoConsigliato .testata .container-img {
    max-width: 75px;
  }
}
@media (max-width: 500px) {
  .popUpPrezzoConsigliato .modal__footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .popUpPrezzoConsigliato .modal__footer button:first-child {
    margin-bottom: 10px;
    justify-content: center;
    order: 2;
  }
}