/* REQ-003 Insurance UI — ported component styles from opay-insurance-demo */
.phone-stage > .insurance-debug-panel {
  flex: 0 0 auto;
  width: 320px;
  min-width: 280px;
  max-width: 360px;
  max-height: calc(100vh - 32px);
  align-self: center;
  overflow: auto;
  background: #111827;
  color: #e5e7eb;
  border: none;
  border-radius: 16px;
  padding: 16px;
  font-size: 12px;
}
.phone-stage > .insurance-debug-panel h2 { margin: 0 0 12px; font-size: 16px; color: #fff; }
.phone-stage > .insurance-debug-panel .muted { color: #9ca3af; }
.insurance-debug-panel.debug-panel {
  flex: 0 0 auto;
  min-width: 280px;
  max-width: 360px;
  max-height: calc(100vh - 32px);
}
.debug-panel {
  flex: 1;
  min-width: 320px;
  max-width: 560px;
  max-height: 850px;
  overflow: auto;
  background: #111827;
  color: #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  font-size: 12px;
}
.debug-panel h2 { margin: 0 0 12px; font-size: 16px; color: #fff; }
.debug-panel h3 { margin: 0 0 8px; font-size: 13px; color: #93c5fd; }
.debug-section { margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #374151; }
.dbg-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
.dbg-row button, .debug-section > button, .debug-section select {
  background: #1f2937; color: #fff; border: 1px solid #4b5563;
  border-radius: 8px; padding: 8px 10px; cursor: pointer;
}
.debug-section select { width: 100%; }
.dbg-pre {
  background: #0b1220; border-radius: 8px; padding: 10px;
  max-height: 240px; overflow: auto; white-space: pre-wrap; word-break: break-word;
  color: #a7f3d0; font-size: 11px; margin: 8px 0 0;
}
.dbg-switch { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  border-radius: 999px; padding: 4px 10px; font-size: 11px; font-weight: 700;
}
.pill-active { background: #22c55e; color: #fff; }
.pill-pending { background: #fef3c7; color: #92400e; }
.pill-suspended { background: #fee2e2; color: #991b1b; }
.pill-expired { background: #e5e7eb; color: #374151; }
.pill-terminated { background: #111; color: #fff; }

.enroll-banner {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.45;
}
.enroll-banner-pending {
  color: #92400e;
}
.enroll-banner-failed {
  padding: 10px 12px;
  border-radius: 10px;
  background: #fef2f2;
  color: #991b1b;
}
.enroll-banner-failed p { margin: 0 0 6px; }
.enroll-banner-failed p:last-child { margin-bottom: 0; }
.enroll-refund-note {
  color: #9a3412;
  font-weight: 600;
}
.product {
  display: grid; grid-template-columns: 56px 1fr; gap: 12px; cursor: pointer;
}
.thumb {
  width: 56px; height: 56px; border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, var(--opay-light), #fff);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.thumb .plan-cover-thumb { width: 100%; height: 100%; border-radius: 0; }
.product h3 { margin: 0 0 4px; font-size: 15px; }
.row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.promo { color: var(--opay-dark); font-size: 12px; font-weight: 700; }
.get-btn {
  background: var(--opay); color: #fff; border: 0; border-radius: 999px;
  padding: 6px 14px; font-weight: 700; font-size: 13px; cursor: pointer;
}
.mode-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 12px 0; }
.mode-tabs button {
  border: 1px solid #e5e7eb; background: #fff; border-radius: 12px; padding: 10px 6px;
  font-size: 11px; font-weight: 600; cursor: pointer;
}
.mode-tabs button.on { border-color: var(--opay); background: var(--opay-light); color: var(--opay-dark); }
.person-chip {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  border: 1px solid #e5e7eb; border-radius: 12px; margin-bottom: 8px; background: #fff;
}
.person-chip.on { border-color: var(--opay); background: var(--opay-light); }
.person-chip-body { flex: 1; cursor: pointer; min-width: 0; }
.person-edit-btn {
  border: 0; background: var(--opay-light); color: var(--opay-dark);
  border-radius: 999px; padding: 6px 12px; font-size: 11px; font-weight: 700; cursor: pointer; flex-shrink: 0;
}
.edit-delete-link {
  display: block; width: 100%; margin-top: 14px; padding: 0;
  border: 0; background: transparent; color: #b91c1c;
  font-size: 12px; font-weight: 500; text-decoration: underline;
  text-align: center; cursor: pointer;
}
.edit-delete-link:hover { color: #991b1b; }
.my-policy-compact.clickable { cursor: pointer; }
.footer-billing-label {
  display: block; width: 100%; text-align: center;
  padding: 12px 18px; font-weight: 700; font-size: 15px;
  color: var(--opay); background: #fff; border: 0; cursor: default;
}
.insured-section-head { margin-bottom: 0; }
.person-list { margin-top: 14px; }
.edit-notice {
  background: #fffbeb; border: 1px solid #fde68a; border-radius: 10px;
  padding: 10px 12px; font-size: 12px; color: #92400e; line-height: 1.45; margin-bottom: 12px;
}
#insurance-e-nin[readonly] {
  background: #f3f4f6;
  color: #6b7280;
}
.channel-footer {
  text-align: center; font-size: 11px; color: #9ca3af; line-height: 1.5;
  margin: 20px 4px 16px; padding: 0 4px 8px;
}
.payment-mode-note { margin-top: 8px; line-height: 1.45; font-size: 11px; }
.next-billing { text-align: right; font-size: 11px; line-height: 1.35; }
.next-billing strong { display: block; color: #111; font-size: 12px; margin-top: 2px; }
.terms-note {
  background: transparent; padding: 0 2px 16px; font-size: 12px; color: #9ca3af; line-height: 1.5;
  border: 0; margin: 4px 0 12px;
}
.terms-note a { color: var(--opay-dark); font-weight: 700; text-decoration: underline; }
.drawer-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,.5); z-index: 40; display: none;
}
.drawer-overlay.show { display: block; }
.drawer {
  position: absolute; left: 0; right: 0; bottom: 0; background: #fff;
  border-radius: 20px 20px 0 0; padding: 16px; z-index: 41;
  transform: translateY(110%); transition: transform .25s ease;
  max-height: 85%; overflow: auto;
}
.drawer.show { transform: translateY(0); }
.pay-modal .pay-line { display: flex; justify-content: space-between; margin: 8px 0; font-size: 14px; }
.field { margin-bottom: 10px; }
.field label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.field input, .field select {
  width: 100%; padding: 10px 12px; border-radius: 10px; border: 1px solid #e5e7eb; font-size: 14px;
}
.timeline { border-left: 2px solid var(--opay-light); margin-left: 8px; padding-left: 16px; }
.timeline .item { position: relative; margin-bottom: 16px; }
.timeline .item::before {
  content: ''; position: absolute; left: -21px; top: 4px;
  width: 10px; height: 10px; border-radius: 999px; background: var(--opay);
}
.map-box {
  height: 220px; border-radius: 16px; overflow: hidden; border: 1px solid #e5e7eb;
  background: #dbeafe; position: relative;
}
.map-box iframe { width: 100%; height: 100%; border: 0; }
.map-fallback {
  position: absolute; inset: 0; display: grid; place-items: center;
  padding: 16px; text-align: center; color: #1e3a8a; font-size: 13px;
}
.switch {
  width: 44px; height: 26px; border-radius: 999px; background: #d1d5db; position: relative; cursor: pointer; border: 0;
}
.switch.on { background: var(--opay); }
.switch span {
  position: absolute; top: 3px; left: 3px; width: 20px; height: 20px;
  border-radius: 999px; background: #fff; transition: left .2s;
}
.switch.on span { left: 21px; }
.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.summary-grid div { text-align: center; }
.summary-grid strong { display: block; font-size: 12px; }
.summary-grid span { font-size: 11px; color: var(--muted); }
.spinner {
  width: 56px; height: 56px; border-radius: 999px;
  border: 4px solid var(--opay-light); border-top-color: var(--opay);
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.svc-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px 8px; text-align: center;
}
.svc-grid button {
  border: 0; background: transparent; cursor: pointer; font-size: 11px; color: #374151;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.svc-grid .ico {
  width: 40px; height: 40px; border-radius: 999px; background: var(--opay-light);
  display: grid; place-items: center; color: var(--opay-dark); font-size: 18px;
}
.detail-kv { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f3f4f6; font-size: 14px; }
.detail-kv:last-child { border-bottom: 0; }
.detail-kv .k { color: var(--muted); }
.covers-list { list-style: none; padding: 0; margin: 8px 0 0; }
.covers-list li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; font-size: 13px; border-bottom: 1px solid #f3f4f6;
}
.covers-list li:last-child { border-bottom: 0; }
.covers-list .dot {
  width: 8px; height: 8px; border-radius: 999px; background: var(--opay);
  display: inline-block; margin-right: 8px; flex-shrink: 0; margin-top: 5px;
}
.covers-list .left { display: flex; align-items: flex-start; }
.covers-list .right { color: #111; font-weight: 600; white-space: nowrap; }
.policy-head h2 { margin: 0; font-size: 18px; }
.policy-head .sub { margin-top: 8px; font-size: 13px; color: #4b5563; }
.policy-head .sub strong { color: #111; }
.copy-row { display: flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 13px; }
.disclaimer { font-size: 11px; color: #9ca3af; line-height: 1.45; margin: 12px 0 20px; padding: 0 2px; }
.policy-tag {
  display: inline-flex; align-items: center; font-size: 10px; font-weight: 700;
  background: var(--opay-light); color: var(--opay-dark); border-radius: 999px; padding: 2px 8px;
  flex-shrink: 0;
}
.product-title-row {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.product-title-row h3 { margin: 0 0 4px; font-size: 15px; }
.section-title { margin: 20px 0 10px; padding: 0 2px; }
.summary-card .active-count {
  font-size: 28px; font-weight: 700; color: var(--opay); margin: 8px 0 4px;
}
.summary-link {
  border: 0; background: transparent; padding: 0; margin-top: 8px;
  color: var(--opay-dark); font-size: 13px; font-weight: 600; text-align: left; cursor: pointer;
}
.summary-link:hover { text-decoration: underline; }
.plan-hero {
  position: relative; overflow: hidden; min-height: 108px;
}
.plan-hero-content { position: relative; z-index: 1; }
.plan-hero-watermark {
  position: absolute; right: -6px; bottom: -18px; font-size: 108px; line-height: 1;
  opacity: 0.08; pointer-events: none; user-select: none; z-index: 0;
}
.card-compact { padding: 12px 14px; }
.card-compact .compact-title { display: block; font-size: 13px; margin-bottom: 8px; }
.my-policy-compact {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 0; border-bottom: 1px solid #f3f4f6;
}
.my-policy-compact:last-child { border-bottom: 0; padding-bottom: 0; }
.my-policy-compact .name { font-size: 13px; font-weight: 700; }
.my-policy-compact .meta {
  display: flex; align-items: center; flex-wrap: wrap; gap: 4px;
  font-size: 11px; color: var(--muted); margin-top: 3px;
}
.my-policy-compact .meta .pill { font-size: 10px; padding: 2px 8px; }
.btn-sm { padding: 8px 12px; font-size: 12px; border-radius: 999px; }
.my-policy-compact-action { flex-shrink: 0; }
.detail-kv-stack { align-items: flex-start; }
.detail-kv-stack .v-stack {
  display: flex; flex-direction: column; align-items: flex-end; gap: 2px; text-align: right;
}
.stay-note { color: var(--danger); font-size: 11px; font-weight: 600; }
.svc-grid-4 { grid-template-columns: repeat(4, 1fr); }
.svc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.plan-cover-thumb {
  width: 56px; height: 56px; border-radius: 12px; object-fit: cover;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}
.plan-hero-with-cover { padding: 0; }
.plan-hero-cover-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.12; pointer-events: none;
}
.plan-hero-top {
  display: flex; align-items: center; gap: 12px; margin-bottom: 4px;
}
.plan-hero-cover {
  width: 48px; height: 48px; border-radius: 10px; object-fit: cover; flex-shrink: 0;
}
.plan-hero-with-cover .plan-hero-content { padding: 16px; }
.timeline-card {
  margin-top: 14px; padding-top: 12px; border-top: 1px solid #f3f4f6;
}
.timeline-card strong { display: block; margin-bottom: 8px; font-size: 13px; }
.timeline-inline-item {
  padding: 8px 0; border-bottom: 1px solid #f3f4f6; font-size: 12px;
}
.timeline-inline-item:last-child { border-bottom: 0; }
.filter-crumbs {
  display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: nowrap;
}
.filter-crumbs .crumb {
  border: 1px solid #e5e7eb; background: #fff; border-radius: 999px;
  padding: 8px 12px; font-size: 12px; font-weight: 600; cursor: pointer; color: #374151;
  flex: 1 1 0; min-width: 0;
}
.filter-crumbs .crumb.on {
  border-color: var(--opay); background: var(--opay-light); color: var(--opay-dark);
}
.filter-crumbs .crumb-select {
  display: inline-flex; align-items: center; padding: 0; overflow: hidden;
}
.filter-crumbs .crumb-select select {
  border: 0; background: transparent; padding: 8px 22px 8px 10px; font-size: 12px;
  font-weight: 600; color: inherit; cursor: pointer; appearance: none;
  width: 100%; min-width: 0; text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 6px center;
}
.policy-head-action { padding-bottom: 14px; }
.link-btn {
  border: 0; background: transparent; color: var(--opay-dark); font-weight: 700;
  font-size: 12px; cursor: pointer; padding: 0;
}
.cover-sub { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; font-weight: 400; }
.covers-list li.cover-item { flex-direction: column; align-items: stretch; gap: 4px; }
.covers-list li.cover-item .cover-row { display: flex; justify-content: space-between; gap: 12px; }
.card-head-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.auto-renew-card {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.auto-renew-card .switch { flex-shrink: 0; }
.auto-renew-card.disabled { opacity: 0.55; }
.renew-lock-note { margin-top: 6px; color: #92400e; font-weight: 600; }
.policy-next-billing {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
}
.policy-next-billing strong { font-size: 13px; color: #111; }
.insurance-confirm-actions .btn-outline-opay {
  background: #fff;
  color: var(--opay-dark, #00a86b);
  border: 1.5px solid var(--opay, #00c27a);
}
.insurance-confirm-actions .btn-outline-opay:active {
  background: var(--opay-light, #e8f8f0);
}
.stay-interrupted { color: var(--danger); font-size: 12px; font-weight: 600; margin-top: 4px; }
.dist-badge { font-size: 11px; color: var(--opay-dark); font-weight: 700; }
.dbg-row button:disabled { opacity: 0.45; cursor: not-allowed; }
.ins-dbg-home-btns button.on {
  border-color: var(--opay);
  background: rgba(0, 194, 122, 0.18);
  color: #a7f3d0;
}
.summary-unprotected { margin-top: 8px; }
.summary-card.summary-empty .active-count { color: #9ca3af; }
.product-featured {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.product-featured-media {
  height: 132px;
  background: linear-gradient(145deg, #d1fae5, #ecfdf5 55%, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-featured-media .plan-cover-thumb,
.product-featured-media img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}
.product-featured-body { padding: 14px 16px 16px; }
.product-featured-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
}
.plans-coming-soon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 2px 4px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px dashed #d1d5db;
  color: #6b7280;
  font-size: 13px;
  background: #fafafa;
}
.plans-coming-soon i { color: var(--opay); font-size: 16px; }
.card-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: #fff;
}
.card-nav-main { flex: 1; min-width: 0; }
.card-nav-main .muted { margin: 6px 0 0; }
.card-nav-caret { color: #9ca3af; font-size: 18px; flex-shrink: 0; }
.card-nav:active { background: #f9fafb; }
.hosp-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}
.hosp-search-wrap i { color: #9ca3af; font-size: 16px; }
.hosp-search {
  flex: 1;
  border: 0;
  outline: none;
  font-size: 14px;
  background: transparent;
  min-width: 0;
}
.hosp-result-count { margin: 0 2px 10px; font-size: 12px; }
.hosp-card .hosp-meta { margin-top: 4px; font-size: 12px; }
.topbar-action {
  border: 0;
  background: transparent;
  color: var(--opay-dark, #1a7f4e);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 4px;
  min-width: 36px;
  text-align: right;
}
.policy-list-card {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 10px;
}
.policy-list-card.is-tap {
  cursor: pointer;
}
.policy-list-card.is-tap:active {
  background: #fafafa;
}
.policies-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 52vh;
  padding: 32px 24px;
  text-align: center;
  border: 0;
  background: transparent;
}
.policies-empty-art {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: #eef2f7;
  color: #94a3b8;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.policies-empty-art i {
  font-size: 40px;
}
.policies-empty-text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  border: 0;
  background: transparent;
}
#insurance-confirm-overlay {
  z-index: 90;
}
.insurance-confirm-modal {
  text-align: center;
}
.insurance-confirm-modal p {
  margin: 0 0 16px;
  font-size: 14px;
  color: #111;
  line-height: 1.45;
  font-weight: 600;
}
.insurance-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.insurance-confirm-actions .btn {
  margin: 0;
  border-radius: 999px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
}
.faq-card .faq-title,
.claim-card .faq-title {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { border-bottom: 1px solid #f3f4f6; padding: 4px 0; }
.faq-item:last-child { border-bottom: 0; }
.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  text-align: left;
  cursor: pointer;
  color: #111;
}
.faq-badge {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--opay-light);
  color: var(--opay-dark);
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-q-text {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.faq-caret { color: #9ca3af; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.faq-a {
  margin: 0 0 10px 32px;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}
.faq-inline-link {
  display: inline;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--opay-dark);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.claim-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.claim-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.claim-step-text {
  flex: 1;
  font-size: 13px;
  color: #374151;
  line-height: 1.45;
  padding-top: 2px;
}
.cover-detail-item { margin-bottom: 16px; }
.cover-detail-item h3 { margin: 0 0 6px; font-size: 15px; }
.cover-detail-item p { margin: 0; font-size: 13px; color: #374151; line-height: 1.5; }
.cover-detail-item .meta { font-size: 11px; color: var(--muted); margin-bottom: 8px; }

/* Insurance views — inner-card layout (gray gutter + inset white cards) */
[id^="view-insurance"] .insurance-scroll {
  padding: 12px 16px 24px;
  background: var(--bg);
  box-sizing: border-box;
}
[id^="view-insurance"] .insurance-scroll > .card,
[id^="view-insurance"] .insurance-scroll > .card:last-child {
  margin-bottom: 10px;
}
[id^="view-insurance"] .insurance-scroll > .section-title {
  margin: 8px 0 10px;
  padding: 0 2px;
  font-size: 14px;
}
[id^="view-insurance"] .insurance-scroll .channel-footer,
[id^="view-insurance"] .insurance-scroll .disclaimer,
[id^="view-insurance"] .insurance-scroll .terms-note {
  margin-left: 0;
  margin-right: 0;
}
[id^="view-insurance"] .channel-footer {
  margin: 8px 0 16px;
  padding: 0 2px 8px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
  line-height: 1.5;
}
[id^="view-insurance"] .disclaimer {
  padding: 0 2px;
  margin: 4px 0 20px;
}
[id^="view-insurance"] .card .timeline {
  margin-top: 12px;
  margin-left: 8px;
}
[id^="view-insurance"] .card .timeline-inline {
  margin-top: 8px;
}