/*
 * Public-layout-specific style overrides. Loaded only from
 * app/views/layouts/public.html.erb.
 */

/*
 * Hide the SMS-shortcut card + "or" divider once the manual-entry <details>
 * below is open. The user has committed to typing it all in by hand; the
 * shortcut is noise at that point. Modern browsers only (uses :has());
 * older browsers see both, which is harmless.
 */
.sms-shortcut:has(~ details[open]) {
  display: none;
}
