/* Full doctors page polish */
.ok-doctors-hero__card--stat strong{display:block;font-size:72px;line-height:1;font-weight:950;letter-spacing:-.08em;color:var(--ok-green)}.ok-doctors-hero__card--stat span{display:block;margin:8px 0 12px;font-size:24px;font-weight:950;color:var(--ok-text)}.ok-doctors-hero__card--stat p{margin:0;color:var(--ok-muted);line-height:1.55}.ok-doctors-grid--full{grid-template-columns:repeat(3,1fr);align-items:stretch}.ok-doctors-grid--full .ok-doctor-list-card{height:100%}.ok-doctors-grid--full .ok-doctor-list-card img{height:310px;aspect-ratio:auto;object-fit:cover;object-position:center top;background:#eef7f5}.ok-doctor-list-card__role{font-style:italic;color:var(--ok-green)!important;font-weight:800;margin-bottom:12px!important}.ok-doctors-grid--full .ok-doctor-list-card__body{display:flex;flex-direction:column;height:100%}.ok-doctors-grid--full .ok-doctor-list-card__body strong{margin-top:auto}@media(max-width:1100px){.ok-doctors-grid--full{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.ok-doctors-grid--full{grid-template-columns:1fr}.ok-doctors-grid--full .ok-doctor-list-card img{height:360px}.ok-doctors-hero__card--stat strong{font-size:56px}}