.sc-evy-offer-buttons.sc-evy-offer-button-h.sc-evy-offer-button-s.button {
  height: 2.75rem;
}

.sc-evy-offer-button-h .button-label.sc-evy-offer-button {
  background-color: #fff !important;
  transition: 0.1s !important;
}

.sc-evy-offer-buttons
  .sc-evy-offer-button-h
  .sc-evy-offer-button-s
  button:hover {
  border: 2px solid #1c7ed9;
}

.sc-evy-offer-button-h
  .button-input.sc-evy-offer-button:checked
  + .button-label.sc-evy-offer-button:hover {
  border: 2px solid #1c7ed9!important;
}

.sc-evy-offer-buttons-h.sc-evy-offer-buttons-s.hydrated {
  padding: 0;
  margin: 10px 10px 0 10px;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #1c7ed923;
}

.sc-evy-offer-button-h
  .button-input.sc-evy-offer-button:checked
  + .button-label.sc-evy-offer-button {
  background-color: #f5f5f5;
  border: 2px solid #1c7ed9;
}

.sc-evy-offer-buttons-h {
  --background-hover-color: #1c7ed90b;
  --background-hover-color: #1c7ed90b;
  --button-background-hover-color: #f5f5f5;
  --icon-gradient-color: #fff;
}

.offer-price.sc-evy-offer-button {
  padding-bottom: 1px;
}
.button-label.sc-evy-offer-button {
  font-size: 12px;
}

.add-protection.sc-evy-offer-buttons {
  color: #000;
}

.modal-header.sc-evy-modal-header {
  display: none !important;
}

.modal-title.sc-evy-modal-header {
  margin-top: 25px !important;
}

.sc-evy-modal-header-h .modal-title.sc-evy-modal-header {
  margin: 3px !important;
}

.warningWarranty {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: 450;
  margin: 0 10px 10px 10px;
  padding: 0 10px 5px 10px;
  font-size: 11px;
  color: #444343;
  background-color: #1c7ed923;
  font-family: Roobert, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.information_icon {
  text-align: right;
}

.fa-solid.fa-circle-info {
  font-size: 17px !important;
  margin: 5px;
  color: #1e3c87;
  transition: 0.1s;
}

.fa-solid.fa-circle-info:hover {
  color: #1c7ed9;
}
