:root {
  --navy: #0b1f33;
  --navy-2: #102a44;
  --blue: #1467d8;
  --blue-dark: #0f55b5;
  --blue-soft: #eaf3ff;
  --ink: #14263a;
  --muted: #64758a;
  --line: #dfe6ee;
  --line-soft: #edf1f5;
  --surface: #ffffff;
  --background: #f5f7fa;
  --green: #16835b;
  --green-soft: #e9f7f1;
  --red: #cb3f4d;
  --shadow: 0 12px 34px rgba(19, 38, 58, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--background); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.app-shell { min-height: 100vh; }
.header-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 19px; font-weight: 720; letter-spacing: -.3px; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; color: #fff; background: #2183ed; border-radius: 10px; }
.brand-mark svg { width: 21px; stroke-width: 2; }
.page { min-height: 100vh; display: flex; flex-direction: column; }
.topbar { height: 74px; flex: none; display: flex; align-items: center; padding: 0 42px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.profile-wrap { position: relative; margin-left: auto; }
.profile { display: flex; gap: 10px; align-items: center; text-align: left; color: var(--ink); border: 0; background: transparent; padding: 7px; border-radius: 10px; cursor: pointer; }
.profile:hover, .profile[aria-expanded="true"] { background: #f1f5f8; }
.avatar { width: 36px; height: 36px; display: grid; place-items: center; background: #dcecff; color: #1259a8; border-radius: 50%; font-size: 12px; font-weight: 750; }
.profile-copy { display: grid; gap: 2px; min-width: 145px; }
.profile-copy strong { font-size: 12.5px; }
.profile-copy small { color: var(--muted); font-size: 10.5px; }
.profile-chevron { width: 16px; color: #8290a0; transition: transform .18s; }
.profile[aria-expanded="true"] .profile-chevron { transform: rotate(180deg); }
.profile-menu { position: absolute; display: none; right: 0; top: 57px; width: 288px; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 42px rgba(19,38,58,.14); }
.profile-menu.open { display: block; }
.profile-menu-user { display: grid; gap: 3px; padding: 10px 11px 13px; border-bottom: 1px solid var(--line-soft); }
.profile-menu-user strong { font-size: 12px; }
.profile-menu-user span { color: var(--muted); font-size: 10px; }
.profile-menu > button { width: 100%; display: flex; align-items: center; gap: 11px; border: 0; background: transparent; padding: 11px; margin-top: 5px; color: var(--ink); text-align: left; border-radius: 8px; cursor: pointer; }
.profile-menu > button:hover { background: #f3f7fa; }
.profile-menu > button > svg { width: 18px; color: var(--blue); }
.profile-menu > button > span { display: grid; gap: 3px; }
.profile-menu > button strong { font-size: 11.5px; }
.profile-menu > button small { color: var(--muted); font-size: 9.5px; }

main { width: min(1050px, calc(100% - 64px)); margin: 0 auto; padding: 44px 0 58px; }
.hero-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 28px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; color: var(--green); background: var(--green-soft); border: 1px solid #caeadc; border-radius: 999px; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .75px; padding: 6px 10px; margin-bottom: 12px; }
.status-pill span { width: 6px; height: 6px; background: #26a774; border-radius: 50%; box-shadow: 0 0 0 3px rgba(38,167,116,.12); }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(27px, 3vw, 35px); letter-spacing: -1.1px; line-height: 1.13; margin-bottom: 8px; }
.hero-row > div:first-child > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.caller-id-card { display: flex; align-items: center; gap: 11px; min-width: 316px; padding: 14px 15px; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 4px 14px rgba(19,38,58,.035); }
.caller-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: var(--blue-soft); color: var(--blue); }
.caller-icon svg { width: 18px; }
.caller-id-card div { display: grid; gap: 2px; }
.caller-id-card small { color: var(--muted); font-size: 10px; }
.caller-id-card strong { font-size: 13px; }
.verified { display: inline-flex; align-items: center; gap: 3px; color: var(--green); font-size: 9.5px; font-weight: 750; margin-left: auto; }
.verified svg { width: 13px; stroke-width: 2.4; }

.call-card, .history-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.call-card { padding: 28px 32px 25px; }
.card-heading, .section-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.card-heading { padding-bottom: 21px; border-bottom: 1px solid var(--line-soft); margin-bottom: 22px; }
.card-heading h2, .section-heading h2 { font-size: 17px; letter-spacing: -.25px; margin-bottom: 5px; }
.card-heading p, .section-heading p { margin: 0; color: var(--muted); font-size: 11.5px; }
.domestic-only { display: inline-flex; align-items: center; gap: 5px; color: #68778a; background: #f4f6f8; padding: 6px 9px; border-radius: 6px; font-size: 9.5px; font-weight: 650; }
.domestic-only svg { width: 13px; }
form { max-width: 570px; margin: 0 auto; }
form > label { display: block; font-size: 11px; font-weight: 700; margin-bottom: 8px; }
.phone-field { height: 56px; display: flex; align-items: center; border: 1.5px solid #cbd5e0; border-radius: 9px; background: #fff; transition: border-color .18s, box-shadow .18s; }
.phone-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,103,216,.11); }
.phone-field.invalid { border-color: var(--red); box-shadow: 0 0 0 3px rgba(203,63,77,.08); }
.country-code { display: flex; align-items: center; gap: 8px; color: #34475b; font-size: 14px; padding-left: 16px; }
.flag { font-size: 17px; line-height: 1; }
.field-divider { width: 1px; height: 25px; background: var(--line); margin-left: 6px; }
.phone-field input { width: 100%; height: 100%; border: 0; outline: 0; padding: 0 13px; font-size: 17px; letter-spacing: .15px; color: var(--ink); background: transparent; }
.phone-field input::placeholder { color: #a9b4c0; }
.clear-number { opacity: 0; pointer-events: none; width: 29px; height: 29px; display: grid; place-items: center; padding: 0 0 2px; margin-right: 12px; background: #edf1f5; color: #6e7c8c; border: 0; border-radius: 50%; font-size: 20px; cursor: pointer; transition: opacity .15s; }
.clear-number.visible { opacity: 1; pointer-events: auto; }
.field-meta { height: 29px; padding: 6px 2px 0; }
.field-meta small { color: #8794a3; font-size: 10px; }
.field-meta .error { display: none; color: var(--red); }
.phone-field.invalid + .field-meta #phoneHint { display: none; }
.phone-field.invalid + .field-meta .error { display: block; }
.callback-picker { position: relative; margin: 5px 0 18px; }
.callback-panel { width: 100%; display: flex; align-items: center; gap: 12px; padding: 14px 15px; color: var(--ink); text-align: left; background: #f7f9fb; border: 1px solid #e7ecf1; border-radius: 9px; cursor: pointer; transition: border-color .15s, background .15s; }
.callback-panel:hover, .callback-panel[aria-expanded="true"] { border-color: #b8cde5; background: #f3f8fd; }
.callback-symbol { display: grid; place-items: center; width: 34px; height: 34px; color: #597084; background: #e7edf3; border-radius: 50%; }
.callback-symbol svg { width: 16px; }
.callback-copy { display: grid; gap: 3px; }
.callback-panel small { color: var(--muted); font-size: 9.5px; }
.callback-panel strong { font-size: 12.5px; }
.approved { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: var(--green); background: var(--green-soft); border-radius: 999px; padding: 5px 8px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .35px; }
.approved span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.callback-chevron { width: 16px; color: #8290a0; transition: transform .15s; }
.callback-panel[aria-expanded="true"] .callback-chevron { transform: rotate(180deg); }
.callback-options { position: absolute; z-index: 8; display: none; top: calc(100% + 6px); left: 0; right: 0; padding: 7px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 14px 34px rgba(19,38,58,.15); }
.callback-options.open { display: grid; }
.callback-options button { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 10px 11px; color: var(--ink); text-align: left; background: transparent; border: 0; border-radius: 7px; cursor: pointer; }
.callback-options button:hover, .callback-options button[aria-selected="true"] { background: #f1f7fd; }
.callback-options button > span { display: grid; gap: 3px; }
.callback-options strong { font-size: 11px; }
.callback-options small { color: var(--muted); font-size: 9.5px; }
.callback-options i { color: var(--blue); font-style: normal; font-weight: 800; }
.callback-options button[aria-selected="false"] i { visibility: hidden; }
.primary-button { width: 100%; height: 51px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--blue); border: 0; border-radius: 9px; font-size: 13px; font-weight: 700; box-shadow: 0 7px 17px rgba(20,103,216,.18); cursor: pointer; transition: .18s ease; }
.primary-button:not(:disabled):hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 9px 20px rgba(20,103,216,.23); }
.primary-button:disabled { color: #91a1b2; background: #dfe5eb; box-shadow: none; cursor: not-allowed; }
.primary-button svg { width: 17px; }
.consent { display: flex; align-items: center; justify-content: center; gap: 6px; color: #8794a3; font-size: 9.5px; margin: 13px 0 0; }
.consent svg { width: 13px; }

.history-section { margin-top: 38px; }
.section-heading { align-items: flex-end; margin-bottom: 14px; padding: 0 2px; }
.text-button { border: 0; background: transparent; color: var(--blue); font-size: 11px; font-weight: 700; cursor: pointer; padding: 6px; }
.text-button span { font-size: 15px; margin-left: 3px; transition: margin .15s; }
.text-button:hover span { margin-left: 6px; }
.history-card { overflow: hidden; box-shadow: 0 7px 25px rgba(19,38,58,.055); }
.table-row { display: grid; grid-template-columns: minmax(235px, 1.65fr) 1.2fr .7fr .75fr 32px; gap: 18px; align-items: center; min-height: 70px; padding: 10px 21px; border-top: 1px solid var(--line-soft); font-size: 11px; color: #526377; }
.table-head { min-height: 39px; background: #f8fafb; border-top: 0; color: #8290a0; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .55px; }
.destination-cell { display: flex; align-items: center; gap: 11px; }
.destination-cell > div { display: grid; gap: 4px; }
.destination-cell strong { color: var(--ink); font-size: 11.5px; }
.destination-cell small { color: #8895a4; font-size: 9.5px; }
.call-type { display: grid; place-items: center; width: 34px; height: 34px; flex: none; color: var(--blue); background: var(--blue-soft); border-radius: 9px; }
.call-type svg { width: 16px; }
.call-type.missed { color: #7a8795; background: #eef1f4; }
.call-status { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 5px 8px; border-radius: 999px; font-size: 9px; font-weight: 750; }
.call-status i { width: 5px; height: 5px; border-radius: 50%; }
.call-status.completed { color: var(--green); background: var(--green-soft); }
.call-status.completed i { background: var(--green); }
.call-status.no-answer { color: #9a6b16; background: #fff5df; }
.call-status.no-answer i { background: #d49320; }
.row-action { border: 0; background: transparent; color: #8090a1; cursor: pointer; font-size: 16px; border-radius: 6px; padding: 5px; }
.row-action:hover { background: var(--blue-soft); color: var(--blue); }
.extra-row { display: none; }
.history-card.show-all .extra-row { display: grid; }

.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4,18,31,.64); opacity: 0; visibility: hidden; transition: .2s; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.call-modal { position: relative; width: min(470px, 100%); text-align: center; background: #fff; border-radius: 17px; padding: 39px 38px 31px; box-shadow: 0 25px 70px rgba(0,0,0,.25); transform: translateY(12px) scale(.98); transition: .25s ease; }
.modal-backdrop.open .call-modal, .modal-backdrop.open .numbers-modal { transform: none; }
.modal-close { position: absolute; right: 16px; top: 14px; width: 30px; height: 30px; border: 0; border-radius: 50%; background: #f1f4f6; color: #6f7f8f; font-size: 20px; cursor: pointer; }
.call-animation { position: relative; width: 80px; height: 80px; margin: 4px auto 18px; display: grid; place-items: center; }
.call-animation span { position: absolute; inset: 0; border: 1.5px solid #a9d0ff; border-radius: 50%; animation: pulse 1.6s infinite; }
.call-animation div { position: relative; width: 60px; height: 60px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; box-shadow: 0 8px 24px rgba(20,103,216,.27); }
.call-animation svg { width: 25px; }
@keyframes pulse { 0% { transform: scale(.65); opacity: .9; } 100% { transform: scale(1.25); opacity: 0; } }
.modal-kicker { display: block; color: var(--blue); font-size: 10px; text-transform: uppercase; font-weight: 750; letter-spacing: .8px; margin-bottom: 7px; }
.call-modal h2 { margin-bottom: 9px; font-size: 23px; }
.call-modal > p { color: var(--muted); font-size: 12px; line-height: 1.55; margin-bottom: 26px; }
.call-progress { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr; align-items: start; margin: 0 -5px 26px; }
.call-progress > b { height: 1px; background: #d8e0e8; margin-top: 13px; }
.progress-step { display: grid; justify-items: center; gap: 7px; color: #9aa6b2; font-size: 9px; }
.progress-step i { display: grid; place-items: center; width: 26px; height: 26px; font-style: normal; background: #edf1f4; border-radius: 50%; font-size: 9px; font-weight: 700; }
.progress-step.active { color: var(--blue); font-weight: 700; }
.progress-step.active i { color: #fff; background: var(--blue); }
.danger-button { width: 100%; height: 44px; color: var(--red); background: #fff; border: 1px solid #e7b9bf; border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.danger-button:hover { background: #fff5f6; }
.numbers-modal { position: relative; width: min(610px, 100%); max-height: min(760px, calc(100vh - 36px)); overflow-y: auto; background: #fff; border-radius: 17px; box-shadow: 0 25px 70px rgba(0,0,0,.25); transform: translateY(12px) scale(.98); transition: .25s ease; }
.numbers-header { display: flex; justify-content: space-between; gap: 25px; padding: 28px 30px 23px; border-bottom: 1px solid var(--line-soft); }
.numbers-header h2 { font-size: 21px; margin: 0 0 5px; }
.numbers-header p { color: var(--muted); font-size: 11px; margin: 0; }
.numbers-header .modal-kicker { margin-bottom: 5px; }
.numbers-header .modal-close { position: static; flex: none; }
.numbers-view { padding: 25px 30px 28px; }
.numbers-view.hidden { display: none; }
.numbers-list { display: grid; gap: 10px; margin-bottom: 17px; }
.trusted-number { display: grid; grid-template-columns: 42px 1fr auto 30px; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; }
.number-icon { width: 40px; height: 40px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 10px; }
.number-icon svg { width: 18px; }
.number-copy { display: grid; gap: 3px; }
.number-copy strong { font-size: 12px; }
.number-copy > span { color: var(--muted); font-size: 11px; }
.number-copy small { display: flex; align-items: center; gap: 5px; color: var(--green); font-size: 9px; font-weight: 700; }
.number-copy small i { width: 5px; height: 5px; background: var(--green); border-radius: 50%; }
.default-badge { color: #0d5cae; background: var(--blue-soft); border-radius: 999px; padding: 5px 8px; font-size: 8.5px; font-weight: 750; text-transform: uppercase; letter-spacing: .4px; }
.set-default-button { color: var(--blue); background: transparent; border: 0; font-size: 9.5px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.delete-number-button { width: 29px; height: 29px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #8b98a5; cursor: pointer; }
.delete-number-button:hover:not(:disabled) { color: var(--red); background: #fff0f2; }
.delete-number-button:disabled { opacity: .28; cursor: not-allowed; }
.delete-number-button svg { width: 15px; }
.numbers-info { display: flex; gap: 9px; align-items: flex-start; padding: 12px 13px; margin-bottom: 20px; color: #607387; background: #f5f8fb; border-radius: 8px; font-size: 9.5px; line-height: 1.5; }
.numbers-info svg { width: 15px; flex: none; color: var(--blue); }
.button-plus { font-size: 19px; font-weight: 400; line-height: 1; }
.back-button { border: 0; background: transparent; color: var(--blue); padding: 0; font-size: 10.5px; font-weight: 700; cursor: pointer; }
.step-indicator { width: 210px; display: grid; grid-template-columns: 24px 1fr 24px 1fr 24px; align-items: center; margin: 24px auto 26px; }
.step-indicator span { width: 24px; height: 24px; display: grid; place-items: center; color: #8d9aa7; background: #edf1f4; border-radius: 50%; font-size: 9px; font-weight: 750; }
.step-indicator span.active, .step-indicator span.complete { color: #fff; background: var(--blue); }
.step-indicator b { height: 1px; background: #dce3ea; }
.step-indicator b.active { background: var(--blue); }
.form-intro { margin-bottom: 21px; text-align: center; }
.form-intro h3, .success-view h3 { font-size: 18px; margin: 0 0 6px; }
.form-intro p, .success-view > p { color: var(--muted); font-size: 10.5px; line-height: 1.5; margin: 0; }
.numbers-view > label:not(.default-check), .verification-methods legend { display: block; color: var(--ink); font-size: 10.5px; font-weight: 700; margin-bottom: 7px; }
.text-input { width: 100%; height: 47px; padding: 0 13px; margin-bottom: 16px; color: var(--ink); background: #fff; border: 1.5px solid #cbd5e0; border-radius: 8px; outline: 0; font-size: 13px; }
.text-input:focus, .code-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,103,216,.11); }
.inline-error { display: block; min-height: 18px; padding: 5px 2px 0; color: var(--red); font-size: 9.5px; }
.verification-methods { border: 0; padding: 0; margin: 7px 0 16px; }
.verification-methods legend { margin-bottom: 8px; }
.method-card { position: relative; display: grid; grid-template-columns: 35px 1fr 16px; align-items: center; gap: 10px; padding: 11px 12px; margin-bottom: 7px; border: 1.5px solid var(--line); border-radius: 8px; cursor: pointer; }
.method-card.selected { border-color: var(--blue); background: #f8fbff; }
.method-card input { position: absolute; opacity: 0; }
.method-icon { width: 33px; height: 33px; display: grid; place-items: center; color: #667b8f; background: #eef2f5; border-radius: 8px; }
.method-card.selected .method-icon { color: var(--blue); background: var(--blue-soft); }
.method-icon svg { width: 16px; }
.method-card > span:nth-of-type(2) { display: grid; gap: 3px; }
.method-card strong, .default-check strong { font-size: 10.5px; }
.method-card small, .default-check small { color: var(--muted); font-size: 9px; }
.method-card > i { width: 14px; height: 14px; border: 1.5px solid #bdc7d1; border-radius: 50%; }
.method-card.selected > i { border: 4px solid var(--blue); }
.default-check { display: flex; align-items: flex-start; gap: 9px; margin: 2px 0 19px; cursor: pointer; }
.default-check input { position: absolute; opacity: 0; }
.default-check > span { width: 16px; height: 16px; flex: none; border: 1.5px solid #b8c3ce; border-radius: 4px; }
.default-check input:checked + span { background: var(--blue); border-color: var(--blue); box-shadow: inset 0 0 0 3px #fff; }
.default-check > div { display: grid; gap: 3px; }
.verification-view { text-align: center; }
.verification-view .back-button { display: block; }
.verification-symbol, .success-symbol { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 14px; color: var(--blue); background: var(--blue-soft); border-radius: 50%; }
.verification-symbol svg, .success-symbol svg { width: 22px; }
.code-input { width: 100%; height: 58px; padding: 0 20px; color: var(--ink); border: 1.5px solid #cbd5e0; border-radius: 9px; outline: 0; text-align: center; font-size: 24px; font-weight: 650; letter-spacing: 12px; }
.resend-copy { color: var(--muted); font-size: 9.5px; margin: 13px 0 0; }
.resend-copy button { padding: 0; border: 0; color: var(--blue); background: transparent; font-size: inherit; font-weight: 700; cursor: pointer; }
.success-view { padding-top: 35px; text-align: center; }
.success-symbol { width: 64px; height: 64px; color: var(--green); background: var(--green-soft); }
.success-symbol svg { width: 29px; stroke-width: 2.4; }
.success-view > p { margin-bottom: 25px; }
.success-view > p strong { color: var(--ink); }
.toast { position: fixed; z-index: 70; bottom: 25px; right: 25px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: #fff; background: #173b32; border-radius: 9px; box-shadow: var(--shadow); font-size: 12px; transform: translateY(30px); opacity: 0; transition: .25s; }
.toast.show { transform: none; opacity: 1; }
.toast span:first-child { display: grid; place-items: center; width: 18px; height: 18px; color: #173b32; background: #6be0b2; border-radius: 50%; font-size: 10px; font-weight: 800; }

@media (max-width: 900px) {
  .hero-row { align-items: stretch; flex-direction: column; gap: 20px; }
  .caller-id-card { min-width: 0; width: min(340px, 100%); }
}

@media (max-width: 680px) {
  .topbar { height: 65px; padding: 0 17px; }
  .profile-copy, .profile-chevron { display: none; }
  .profile-menu { right: -2px; width: min(288px, calc(100vw - 28px)); }
  main { width: calc(100% - 28px); padding: 29px 0 44px; }
  .hero-row { margin-bottom: 20px; }
  h1 { font-size: 27px; }
  .call-card { padding: 22px 17px; }
  .card-heading { display: block; }
  .domestic-only { margin-top: 13px; }
  .callback-panel { align-items: flex-start; }
  .approved { padding: 4px 6px; }
  .table-head { display: none; }
  .table-row { grid-template-columns: 1fr auto; gap: 10px; padding: 15px; }
  .table-row > span[data-label] { font-size: 10px; }
  .table-row > span[data-label="Date"] { grid-column: 1; }
  .table-row > span[data-label="Duration"] { grid-column: 2; grid-row: 2; }
  .table-row > span:not([data-label]) { grid-column: 1; }
  .row-action { grid-column: 2; grid-row: 1; }
  .call-modal { padding: 35px 21px 25px; }
  .numbers-modal { max-height: calc(100vh - 20px); }
  .numbers-header, .numbers-view { padding-left: 19px; padding-right: 19px; }
  .trusted-number { grid-template-columns: 38px 1fr auto; gap: 9px; }
  .trusted-number .delete-number-button { grid-column: 3; grid-row: 2; justify-self: end; }
  .default-badge, .set-default-button { grid-column: 3; grid-row: 1; }
}
