
/* WayCare HomeCare Widget Pack shared alignment */
:root{
  --waycare-homecare-max: 1380px;
  --waycare-homecare-navy: #122C4A;
  --waycare-homecare-green: #2E9B6A;
  --waycare-homecare-mint: #5BE3B8;
  --waycare-homecare-border: #E2E8F0;
}

.wchc-hero-shell,
.wchs-shell,
.wchps-shell,
.wchba-shell,
.wchcta-shell{
  max-width: var(--waycare-homecare-max);
}

.wchc-hero-section,
.wchs-section,
.wchps-section,
.wchba-section,
.wchcta-section{
  font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wchc-title,
.wchs-headline,
.wchs-selector-title,
.wchps-headline,
.wchps-trust-title,
.wchba-headline,
.wchcta-headline{
  font-family: Fraunces, Georgia, serif;
}

.wchc-badge,
.wchs-label,
.wchs-selector-label,
.wchps-label,
.wchps-trust-label,
.wchba-label,
.wchcta-eyebrow{
  font-family: "Geist Mono", monospace;
}

@media (max-width: 767px){
  .wchc-hero-section,
  .wchs-section,
  .wchps-section,
  .wchba-section,
  .wchcta-section{
    padding-left: 14px;
    padding-right: 14px;
  }
}


/* Pack v1.1 — move Why Choose / process section up */
.wchps-note-wrap{
    margin-bottom: 8px !important;
}

.wchps-microcopy{
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.wchps-trust-row{
    margin-top: 16px !important;
    padding-top: 0 !important;
    align-items: center !important;
}

.wchps-trust-copy{
    padding-top: 0 !important;
    align-self: center !important;
}

.wchps-trust-title{
    transform: none !important;
}

.wchps-step{
    min-height: 150px !important;
}

@media (max-width: 767px){
    .wchps-trust-row{
        margin-top: 20px !important;
    }

    .wchps-step{
        min-height: auto !important;
    }
}
