/* ════════════════════════════════════════════════════════════════════════════
   PhonePill — generalized top-hat emergency pill + phone.
   Extracted from header-v1.css (.ann-pill / .ann-phone); values preserved
   verbatim. Element-qualified roots for load-order-safe specificity.
   ════════════════════════════════════════════════════════════════════════════ */

/* lime EMERGENCY pill */
span.phone-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.444rem 0.889rem;   /* 8px 16px */
    border-radius: 1.333rem;       /* 24px pill */
    background-color: var(--accent);
    color: var(--text);            /* near-black ink on lime */
    white-space: nowrap;
}

a.phone-pill-num {
    text-decoration: none;
    opacity: 1;
    white-space: nowrap;
}
