/* Electroadib — corrections mobile avis et tarifs */
@media (max-width: 680px) {
  .ed-client-proof {
    padding-block: 2.5rem !important;
  }

  .ed-client-proof__head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.25rem !important;
    padding-right: var(--ed-page-padding, 20px) !important;
    text-align: center !important;
  }

  .ed-client-proof__head > div:first-child,
  .ed-client-proof__head .ed-kicker {
    width: 100% !important;
    text-align: center !important;
  }

  .ed-client-proof__head .ed-title {
    width: 100% !important;
    max-width: 22rem !important;
    margin: .45rem auto 0 !important;
    font-size: clamp(2rem, 9.3vw, 2.6rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .ed-client-proof__score {
    grid-template-columns: 48px auto !important;
    grid-template-rows: auto auto auto !important;
    width: min(100%, 21rem) !important;
    max-width: 21rem !important;
    margin-inline: auto !important;
    padding: .9rem 1rem !important;
    justify-self: center !important;
    justify-content: center !important;
    column-gap: .85rem !important;
    row-gap: .1rem !important;
    text-align: left !important;
  }

  .ed-client-proof__score > span:nth-child(2) {
    align-self: end !important;
    white-space: nowrap !important;
  }

  .ed-client-proof__stars,
  .ed-client-proof__count {
    justify-self: start !important;
    margin: 0 !important;
  }

  .ed-client-proof__grid {
    margin-top: 0 !important;
  }

  .ed-review-card {
    min-height: 220px !important;
    padding: 1.25rem !important;
  }

  .ed-service-pricing {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
  }

  .ed-service-pricing__head {
    display: block !important;
    padding-right: var(--ed-page-padding, 20px) !important;
    text-align: center !important;
  }

  .ed-service-pricing__head > div,
  .ed-service-pricing__head .ed-kicker {
    width: 100% !important;
    text-align: center !important;
  }

  .ed-service-pricing__head .ed-title {
    width: 100% !important;
    max-width: 21rem !important;
    margin: .4rem auto .65rem !important;
    font-size: clamp(2rem, 9.3vw, 2.6rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .ed-service-pricing__head .ed-lead {
    max-width: 21rem !important;
    margin: 0 auto !important;
    font-size: .9rem !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .ed-service-pricing__head::after {
    justify-content: center !important;
    margin: .9rem auto 0 !important;
  }

  .ed-service-pricing__grid {
    margin-top: 1rem !important;
  }
}