/* WordPress layout resilience and inline app download links. */
.treatment-grid > .treatment-card{min-width:0;width:100%;margin:0}
.treatment-card .photo > p{height:100%;margin:0}
.treatment-card .photo img{display:block;width:100%;height:100%;object-fit:cover}
.app-store-links{display:flex;flex-flow:row nowrap;align-items:center;gap:12px;margin:12px 0 24px;max-width:100%}
.contact-details .app-store-links a{display:flex;flex:0 1 auto;min-width:0;align-items:center;padding:0;background:none;border:0;text-decoration:none}
.app-store-links img{display:block;object-fit:contain;max-width:100%;margin:0}
.app-store-links .apple-badge{width:144px;height:auto}
.app-store-links .google-badge{width:186px;height:auto}
.app-store-links > br{display:none}
@media(max-width:380px){.app-store-links{gap:6px}.app-store-links .apple-badge{width:120px}.app-store-links .google-badge{width:155px}}
