/* SPOR3.13.4 — isolated zero-result recovery cards. Does not modify app.css. */
.recovery-choice-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;border:1px solid #d7e4dc;border-radius:16px;background:#fff;text-decoration:none!important;color:#123b31!important;box-shadow:0 5px 18px rgba(18,59,49,.06);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.recovery-choice-card:hover{transform:translateY(-1px);border-color:#177a60;box-shadow:0 8px 22px rgba(18,59,49,.1)}
.recovery-choice-card__icon{display:block;width:48px;height:48px;object-fit:contain}
.recovery-choice-card__copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.recovery-choice-card__copy strong{font-size:16px;line-height:1.25}
.recovery-choice-card__copy small{font-size:13px;line-height:1.35;color:#64766f}
.recovery-choice-card__result{white-space:nowrap;font-size:15px;color:#177a60}
@media(max-width:700px){.recovery-suggestion-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.recovery-choice-card{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px;border-radius:14px}.recovery-choice-card__icon{width:42px;height:42px}.recovery-choice-card__result{grid-column:2;white-space:normal;font-size:15px;margin-top:2px}.recovery-choice-card__copy strong{font-size:15px}.recovery-choice-card__copy small{font-size:12px}}
