/* Home Customer Voices responsive layout only. */
@media (max-width: 1100px) {
  .elementor-widget-austone-home-customer .cv-home-showcase {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .elementor-widget-austone-home-customer .cv-home-showcase > *,
  .elementor-widget-austone-home-customer .cv-home-stack,
  .elementor-widget-austone-home-customer .cv-mini-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .elementor-widget-austone-home-customer .cv-home-showcase h2,
  .elementor-widget-austone-home-customer .cv-home-showcase h3,
  .elementor-widget-austone-home-customer .cv-home-showcase p,
  .elementor-widget-austone-home-customer .cv-home-showcase a {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 760px) {
  .elementor-widget-austone-home-customer .cv-home-showcase {
    gap: 18px !important;
    padding: 22px 18px !important;
    border-radius: 24px !important;
  }
  .elementor-widget-austone-home-customer .cv-home-lead { padding: 2px !important; }
  .elementor-widget-austone-home-customer .cv-home-lead .h2 {
    font-size: clamp(1.9rem, 9vw, 2.35rem) !important;
    line-height: 1.12 !important;
  }
  .elementor-widget-austone-home-customer .cv-home-quote {
    padding: 22px 18px !important;
    border-radius: 22px !important;
  }
  .elementor-widget-austone-home-customer .cv-mini-card { padding: 20px 18px !important; }
}
/* AUSTONE_CUSTOM_PROOF_RESPONSIVE_FIX_20260729
   Elementor preview does not expose page-id-78. */
@media (max-width: 900px) {
  .elementor-widget-austone-custom-proof .proof-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .elementor-widget-austone-custom-proof .proof-grid > *,
  .elementor-widget-austone-custom-proof .proof-links,
  .elementor-widget-austone-custom-proof .proof-feature,
  .elementor-widget-austone-custom-proof .proof-link-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 768px) {
  .elementor-widget-austone-custom-proof .proof-links {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .elementor-widget-austone-custom-proof .proof-shell {
    padding: 22px 18px !important;
  }
}