.providers-outer{display:flex;flex-direction:column;gap:40px;margin-bottom:48px}.providers-group__label{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0e132b9e;margin-bottom:14px}.providers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.provider-card{min-height:116px;display:flex;align-items:center;justify-content:center;padding:16px 18px;background:#fff;border:1px solid rgba(14,19,43,.09);border-radius:14px;box-shadow:0 1px 2px #0e132b0a;transition:border-color var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard),transform var(--dur-base) var(--ease-out-expo)}a.provider-card:focus-visible{border-color:#0e132b1f;box-shadow:0 8px 24px -12px #0e132b29;transform:translateY(-2px)}a.provider-card:focus-visible .certified-providers-provider-logo{filter:grayscale(0%)}.certified-providers-provider-logo{filter:grayscale(100%);max-height:80px;max-width:100%;transition:filter var(--dur-base) var(--ease-standard)}@media(hover:hover)and (pointer:fine){.provider-card:hover{border-color:#0e132b1f;box-shadow:0 8px 24px -12px #0e132b29;transform:translateY(-2px)}.provider-card:hover .certified-providers-provider-logo{filter:grayscale(0%)}}@media(max-width:640px){.providers-outer{gap:32px;margin-bottom:36px}.providers-grid{grid-template-columns:repeat(2,1fr)}.provider-card{min-height:92px;padding:14px 16px}.certified-providers-provider-logo{height:var(--mobile-h, 36px)!important;max-height:56px;width:auto!important}}
