.help-choice-status { margin: 12px 4px 0; color: #76546a; font-size: 13px; text-align: center; }
.urgent-show-card { margin-bottom: 16px; padding: 30px 22px; border: 3px solid var(--hot); border-radius: 25px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.urgent-show-card small { display: block; color: var(--hot); font-weight: 900; letter-spacing: .05em; }
.urgent-show-card p { margin: 18px 0; color: #101f4f; font-size: 21px; line-height: 1.45; font-weight: 850; }
.urgent-show-card strong { color: var(--hot); font-size: 18px; }
.urgent-contact-card { margin-bottom: 14px; padding: 18px; border: 2px solid #fff; border-radius: 23px; background: linear-gradient(145deg,#ffe4ee,#eee7ff); box-shadow: var(--shadow); }
.urgent-contact-card > small { display: block; color: #a91b5f; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.urgent-contact-card h2 { margin: 6px 0; font-size: 22px; }
.urgent-contact-card p { margin: 0 0 12px; line-height: 1.4; }
#urgentContactActions { display: grid; grid-template-columns: 1fr 1.6fr; gap: 7px; margin-bottom: 8px; }
.urgent-contact-card a,.urgent-contact-card button { border: 1px solid #efbfd3; border-radius: 13px; background: #fff; color: #981654; padding: 11px 8px; text-align: center; text-decoration: none; font-size: 13px; font-weight: 800; }
.urgent-contact-card > button { width: 100%; margin-top: 7px; background: #fff8fb; }
.outside-support-card { border: 2px solid #fff; border-radius: 24px; background: linear-gradient(145deg,#fff,#ffe5ef); padding: 18px; box-shadow: var(--shadow); }
.outside-support-card h2 { margin: 0 0 7px; font-size: 22px; }
.outside-support-card > p { margin: 0 0 14px; line-height: 1.45; }
.outside-support-actions { display: grid; gap: 9px; }
.outside-support-actions a,.outside-support-actions button { border: 1px solid #efbfd3; border-radius: 15px; background: #fff; color: #921d56; padding: 13px 10px; text-align: center; text-decoration: none; font-weight: 850; }
.outside-support-actions a:first-child { background: var(--hot); color: #fff; border-color: var(--hot); }
.outside-support-words { margin-top: 13px; border-radius: 20px; background: linear-gradient(145deg,#fff,#eee8ff); padding: 16px; box-shadow: var(--shadow); }
.outside-support-words h2 { margin: 0 0 4px; font-size: 20px; }
.outside-support-words > p { margin: 0 0 11px; color: #77546a; }
.outside-support-choices { display: grid; gap: 8px; }
.outside-support-choices button { border: 2px solid transparent; border-radius: 14px; background: #fff; padding: 11px; text-align: left; font-weight: 800; }
.outside-support-choices button.selected { border-color: var(--hot); background: #fff3f8; }
.outside-support-preview { margin: 12px 0; border-radius: 14px; background: #fff; padding: 13px; line-height: 1.45; }
.outside-support-copy { width: 100%; border: 0; border-radius: 14px; background: #243665; color: #fff; padding: 12px; font-weight: 850; }
.outside-support-note { margin-top: 12px; color: #76586c; font-size: 13px; line-height: 1.4; }
