.user-overview-page { padding-top: 10px; }
.overview-hero { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:18px; flex-wrap:wrap; }
.overview-welcome { display:flex; align-items:center; gap:14px; min-width:0; }
.overview-welcome__avatar { width:58px; height:58px; min-width:58px; border-radius:999px; display:grid; place-items:center; overflow:hidden; color:#171717; font-size:22px; font-weight:900; background:linear-gradient(180deg,#fde047,#facc15); box-shadow:0 14px 32px rgba(250,204,21,.18); }
.overview-welcome__avatar img { width:100%; height:100%; object-fit:cover; }
.overview-updated { display:inline-flex; align-items:center; gap:8px; color:#94a3b8; font-size:12px; font-weight:700; }
.overview-updated button { width:32px; height:32px; border-radius:10px; color:#cbd5e1; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); cursor:pointer; }
.overview-updated button:hover { color:#facc15; border-color:rgba(250,204,21,.28); }
.overview-stats { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; margin-bottom:18px; }
.overview-stat { min-height:112px; padding:18px; display:grid; grid-template-columns:auto minmax(0,1fr); align-items:center; column-gap:14px; overflow:hidden; }
.overview-stat__icon { grid-row:1 / span 3; width:54px; height:54px; border-radius:18px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); }
.overview-stat__icon svg { width:24px; height:24px; display:block; }
.overview-stat__icon--blue { color:#60a5fa; background:rgba(59,130,246,.12); border-color:rgba(59,130,246,.22); }
.overview-stat__icon--green { color:#4ade80; background:rgba(34,197,94,.12); border-color:rgba(34,197,94,.22); }
.overview-stat__icon--red { color:#fb7185; background:rgba(244,63,94,.13); border-color:rgba(244,63,94,.22); }
.overview-stat__icon--yellow { color:#facc15; background:rgba(250,204,21,.12); border-color:rgba(250,204,21,.22); }
.overview-stat__label { font-size:12px; font-weight:800; color:#94a3b8; text-transform:uppercase; letter-spacing:.04em; }
.overview-stat__value { margin-top:2px; color:#f8fafc; font-size:25px; line-height:1.05; font-weight:900; letter-spacing:-.03em; }
.overview-stat__value.is-up, .overview-stat__sub.is-up { color:#4ade80; }
.overview-stat__value.is-down, .overview-stat__sub.is-down { color:#fb7185; }
.overview-stat__sub { margin-top:4px; color:#64748b; font-size:12px; font-weight:700; }
.overview-grid { display:grid; gap:18px; margin-bottom:18px; }
.overview-grid--charts { grid-template-columns:minmax(0,1fr) 360px; }
.overview-grid--bottom { grid-template-columns:minmax(0,1fr) minmax(360px,.75fr); align-items:start; }
.overview-panel { padding:20px; min-width:0; }
.overview-panel__head { display:flex; justify-content:space-between; align-items:flex-start; gap:14px; margin-bottom:16px; }
.overview-panel__title { font-size:17px; font-weight:900; color:#f8fafc; letter-spacing:-.02em; }
.overview-panel__sub { margin-top:3px; color:#94a3b8; font-size:13px; }
.overview-link { color:#94a3b8; font-size:13px; font-weight:800; white-space:nowrap; transition:color .18s ease; }
.overview-link:hover { color:#facc15; }
.overview-range { display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.overview-range button { min-height:34px; padding:0 12px; border-radius:10px; color:#94a3b8; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.03); font-size:12px; font-weight:900; cursor:pointer; }
.overview-range button:hover, .overview-range button.is-active { color:#171717; background:linear-gradient(180deg,#fde047,#facc15); border-color:rgba(250,204,21,.5); }
.overview-chart-wrap { position:relative; height:310px; border-radius:16px; overflow:hidden; padding:12px; border:1px solid rgba(255,255,255,.06); background:linear-gradient(to right,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(to top,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.02),transparent); background-size:64px 64px,64px 64px,auto; }
.overview-chart-wrap canvas { width:100% !important; height:100% !important; }
.overview-donut-wrap { position:relative; width:230px; height:230px; margin:4px auto 14px; }
.overview-donut-wrap canvas { width:100% !important; height:100% !important; }
.overview-donut-center { position:absolute; inset:0; display:grid; place-content:center; text-align:center; pointer-events:none; }
.overview-donut-center strong { font-size:20px; font-weight:900; color:#f8fafc; }
.overview-donut-center span { color:#94a3b8; font-size:12px; font-weight:700; }
.overview-theme-list { display:grid; gap:8px; }
.overview-theme-row { display:grid; grid-template-columns:minmax(0,1fr) auto auto; gap:10px; align-items:center; font-size:13px; }
.overview-theme-row span { display:flex; align-items:center; gap:8px; color:#cbd5e1; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.overview-theme-row i { width:9px; height:9px; border-radius:999px; background:var(--overview-theme-color,#facc15); flex:0 0 9px; }
.overview-theme-row strong { color:#f8fafc; font-weight:900; }
.overview-theme-row em { color:#94a3b8; font-style:normal; }
.overview-theme-row small { color:#64748b; font-size:11px; margin-left:2px; }
.overview-actions { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; }
.overview-action { min-height:130px; padding:16px; border-radius:18px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.025); display:flex; flex-direction:column; gap:8px; transition:border-color .18s, background .18s, transform .18s; }
.overview-action:hover { transform:translateY(-2px); border-color:rgba(250,204,21,.28); background:rgba(250,204,21,.05); }
.overview-action span { width:38px; height:38px; border-radius:14px; display:grid; place-items:center; color:#facc15; background:rgba(250,204,21,.10); border:1px solid rgba(250,204,21,.18); }
.overview-action svg { width:20px; height:20px; display:block; }
.overview-action strong { color:#f8fafc; font-size:14px; font-weight:900; margin-top:auto; }
.overview-action small { color:#94a3b8; line-height:1.45; }
.overview-activity, .overview-opportunities { display:grid; }
.overview-activity-row, .overview-opportunity-row { display:grid; align-items:center; gap:12px; padding:11px 0; border-top:1px solid rgba(255,255,255,.055); }
.overview-activity-row:first-child, .overview-opportunity-row:first-child { border-top:0; }
.overview-activity-row { grid-template-columns:58px minmax(0,1fr) auto; }
.overview-opportunity-row { grid-template-columns:58px minmax(0,1fr) auto auto; }
.overview-activity-row:hover strong, .overview-opportunity-row:hover strong { color:#facc15; }
.overview-activity-row__img, .overview-opportunity-row__img { width:58px; height:48px; border-radius:12px; display:grid; place-items:center; overflow:hidden; background:#fff; color:#0f172a; font-weight:900; }
.overview-activity-row__img img, .overview-opportunity-row__img img { width:100%; height:100%; object-fit:contain; padding:4px; }
.overview-activity-row__body, .overview-opportunity-row__body { min-width:0; display:grid; gap:3px; }
.overview-activity-row strong, .overview-opportunity-row strong { color:#f8fafc; font-size:14px; font-weight:900; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition:color .18s ease; }
.overview-activity-row small, .overview-opportunity-row small { color:#94a3b8; font-size:12px; }
.overview-activity-row em, .overview-opportunity-row em { color:#64748b; font-style:normal; font-size:12px; white-space:nowrap; }
.overview-pill { min-height:24px; padding:0 8px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; font-size:11px; font-weight:900; text-transform:capitalize; color:#93c5fd; background:rgba(59,130,246,.12); border:1px solid rgba(59,130,246,.22); white-space:nowrap; }
.overview-pill--price_drop, .overview-pill--target_hit { color:#4ade80; background:rgba(34,197,94,.12); border-color:rgba(34,197,94,.22); }
.overview-pill--new_lowest { color:#facc15; background:rgba(250,204,21,.12); border-color:rgba(250,204,21,.24); }
.overview-pill--retiring { color:#facc15; background:rgba(250,204,21,.12); border-color:rgba(250,204,21,.22); }
.overview-empty { padding:26px 0; text-align:center; color:#64748b; font-weight:700; }

html[data-theme="light"] .overview-stat__value,
html[data-theme="light"] .overview-panel__title,
html[data-theme="light"] .overview-donut-center strong,
html[data-theme="light"] .overview-theme-row strong,
html[data-theme="light"] .overview-action strong,
html[data-theme="light"] .overview-activity-row strong,
html[data-theme="light"] .overview-opportunity-row strong { color:#0f172a; }
html[data-theme="light"] .overview-theme-row span { color:#334155; }
html[data-theme="light"] .overview-action { background:#fff; border-color:rgba(148,163,184,.18); }
html[data-theme="light"] .overview-link { color:#64748b; }
html[data-theme="light"] .overview-link:hover { color:#ca8a04; }
html[data-theme="light"] .overview-chart-wrap { border-color:rgba(148,163,184,.16); background:linear-gradient(to right,rgba(148,163,184,.10) 1px,transparent 1px),linear-gradient(to top,rgba(148,163,184,.10) 1px,transparent 1px),linear-gradient(180deg,#fff,#f8fafc); background-size:64px 64px,64px 64px,auto; }

.user-sidebar__main { border-bottom:1px solid rgba(255,255,255,.06); padding-bottom:18px; margin-bottom:0; }
html[data-theme="light"] .user-sidebar__main { border-bottom-color:rgba(148,163,184,.18); }
.user-sidebar__icon svg { width:20px; height:20px; display:block; }
.user-sidebar__link--danger { color:#fb7185; }
.user-sidebar__link--danger:hover { color:#fecaca; border-color:rgba(244,63,94,.24); background:rgba(244,63,94,.08); }

@media(max-width:1280px){ .overview-stats{grid-template-columns:repeat(3,minmax(0,1fr));}.overview-grid--charts,.overview-grid--bottom{grid-template-columns:1fr}.overview-actions{grid-template-columns:repeat(3,minmax(0,1fr));} }
@media(max-width:760px){ .overview-stats{grid-template-columns:1fr 1fr; gap:10px}.overview-stat{padding:14px; min-height:96px}.overview-stat__icon{width:44px;height:44px}.overview-stat__value{font-size:21px}.overview-panel{padding:15px}.overview-panel__head{flex-direction:column}.overview-chart-wrap{height:250px}.overview-actions{grid-template-columns:1fr 1fr}.overview-opportunity-row{grid-template-columns:50px minmax(0,1fr);}.overview-opportunity-row .overview-pill,.overview-opportunity-row em{grid-column:2; justify-self:start}.overview-hero{align-items:flex-start}.overview-updated{width:100%; justify-content:flex-end} }
@media(max-width:480px){ .overview-stats,.overview-actions{grid-template-columns:1fr}.overview-welcome__avatar{width:48px;height:48px;min-width:48px}.overview-activity-row{grid-template-columns:50px minmax(0,1fr)}.overview-activity-row em{grid-column:2; justify-self:start}.overview-chart-wrap{height:220px} }

/* =========================================
   Overview polish: chart hover + lists
========================================= */
.overview-chart-tooltip {
  position: absolute;
  z-index: 5;
  min-width: 118px;
  padding: 9px 11px;
  border-radius: 12px;
  background: rgba(11, 16, 32, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
  pointer-events: none;
  color: #e2e8f0;
}

.overview-chart-tooltip strong,
.overview-chart-tooltip span {
  display: block;
  line-height: 1.25;
}

.overview-chart-tooltip strong {
  font-size: 12px;
  font-weight: 900;
  color: #f8fafc;
  margin-bottom: 3px;
}

.overview-chart-tooltip span {
  font-size: 13px;
  font-weight: 900;
  color: #facc15;
}

html[data-theme="light"] .overview-chart-tooltip {
  background: rgba(255,255,255,0.98);
  color: #0f172a;
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
}

html[data-theme="light"] .overview-chart-tooltip strong { color: #0f172a; }

.overview-action {
  appearance: none;
  width: 100%;
  color: inherit;
  text-align: left;
  align-items: flex-start;
  cursor: pointer;
}

.overview-activity-row,
.overview-opportunity-row {
  min-height: 70px;
  padding: 12px 10px;
  margin: 0 -10px;
  border-radius: 14px;
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.055);
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.overview-activity-row:last-child,
.overview-opportunity-row:last-child {
  border-bottom: 0;
}

.overview-activity-row:hover,
.overview-opportunity-row:hover {
  background: rgba(255,255,255,0.035);
  transform: translateX(2px);
}

html[data-theme="light"] .overview-activity-row,
html[data-theme="light"] .overview-opportunity-row {
  border-bottom-color: rgba(148,163,184,.13);
}

html[data-theme="light"] .overview-activity-row:hover,
html[data-theme="light"] .overview-opportunity-row:hover {
  background: rgba(15,23,42,.025);
}

.overview-activity-row__body small,
.overview-opportunity-row__body small {
  font-weight: 750;
}

.overview-activity-row--collection_added .overview-activity-row__body small,
.overview-activity-row--collection_updated .overview-activity-row__body small,
.overview-activity-row--qr_scanned .overview-activity-row__body small,
.overview-activity-row--points_earned .overview-activity-row__body small {
  color: #4ade80;
}

.overview-activity-row--wishlist_added .overview-activity-row__body small {
  color: #60a5fa;
}

.overview-activity-row--alert_created .overview-activity-row__body small,
.overview-activity-row--alert_triggered .overview-activity-row__body small,
.overview-activity-row--price_target_hit .overview-activity-row__body small {
  color: #facc15;
}

.overview-activity-row--collection_removed .overview-activity-row__body small,
.overview-activity-row--wishlist_removed .overview-activity-row__body small {
  color: #fb7185;
}

html[data-theme="light"] .overview-activity-row--collection_added .overview-activity-row__body small,
html[data-theme="light"] .overview-activity-row--collection_updated .overview-activity-row__body small,
html[data-theme="light"] .overview-activity-row--qr_scanned .overview-activity-row__body small,
html[data-theme="light"] .overview-activity-row--points_earned .overview-activity-row__body small {
  color: #16a34a;
}

html[data-theme="light"] .overview-activity-row--wishlist_added .overview-activity-row__body small { color: #2563eb; }
html[data-theme="light"] .overview-activity-row--alert_created .overview-activity-row__body small,
html[data-theme="light"] .overview-activity-row--alert_triggered .overview-activity-row__body small,
html[data-theme="light"] .overview-activity-row--price_target_hit .overview-activity-row__body small { color: #ca8a04; }
html[data-theme="light"] .overview-activity-row--collection_removed .overview-activity-row__body small,
html[data-theme="light"] .overview-activity-row--wishlist_removed .overview-activity-row__body small { color: #dc2626; }

.overview-opportunity-row__body strong,
.overview-activity-row__body strong {
  letter-spacing: -0.01em;
}

.overview-opportunity-row .overview-pill {
  justify-self: end;
}

.overview-opportunity-row em {
  min-width: 42px;
  justify-self: end;
  text-align: right;
  font-weight: 900;
}

.overview-pill--back_in_stock {
  color:#4ade80;
  background:rgba(34,197,94,.12);
  border-color:rgba(34,197,94,.22);
}

html[data-theme="light"] .overview-pill--price_drop,
html[data-theme="light"] .overview-pill--target_hit,
html[data-theme="light"] .overview-pill--back_in_stock {
  color:#16a34a;
  background:#dcfce7;
  border-color:#bbf7d0;
}

html[data-theme="light"] .overview-pill--new_lowest,
html[data-theme="light"] .overview-pill--retiring {
  color:#ca8a04;
  background:#fef9c3;
  border-color:#fde68a;
}

.overview-panel {
  overflow: hidden;
}

.overview-panel + .overview-grid--bottom,
.overview-grid--bottom {
  clear: both;
}

/* =========================================
   Overview polish pass: spacing, arrows, badges, rewards
========================================= */
.overview-quick-panel {
  margin-bottom: 18px;
}

.overview-action {
  position: relative;
  overflow: hidden;
  padding-right: 38px;
}

.overview-action__arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.025);
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.overview-action:hover .overview-action__arrow {
  color: #facc15;
  border-color: rgba(250,204,21,.28);
  background: rgba(250,204,21,.08);
  transform: translateX(2px);
}

html[data-theme="light"] .overview-action__arrow {
  color: #94a3b8;
  border-color: rgba(148,163,184,.22);
  background: rgba(15,23,42,.025);
}

html[data-theme="light"] .overview-action:hover .overview-action__arrow {
  color: #ca8a04;
  border-color: rgba(250,204,21,.34);
  background: rgba(250,204,21,.10);
}

.overview-activity-row strong,
.overview-opportunity-row strong {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.overview-activity-row small,
.overview-opportunity-row small {
  font-weight: 650;
}

.overview-opportunity-row__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  min-width: 116px;
}

.overview-change-badge {
  min-height: 26px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.overview-change-badge.is-good {
  color: #22c55e;
  background: rgba(34,197,94,.13);
  border: 1px solid rgba(34,197,94,.25);
}

.overview-change-badge.is-bad {
  color: #fb7185;
  background: rgba(244,63,94,.13);
  border: 1px solid rgba(244,63,94,.25);
}

html[data-theme="light"] .overview-change-badge.is-good {
  color: #16a34a;
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.24);
}

html[data-theme="light"] .overview-change-badge.is-bad {
  color: #dc2626;
  background: rgba(239,68,68,.10);
  border-color: rgba(239,68,68,.20);
}

.overview-reward-card {
  margin-top: 14px;
  padding: 18px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background:
    radial-gradient(circle at right center, rgba(250,204,21,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  border: 1px solid rgba(250,204,21,.14);
}

.overview-reward-card__title {
  font-size: 15px;
  font-weight: 900;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.overview-reward-card__text {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
}

.overview-reward-card__btn {
  margin-top: 12px;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 11px;
  border: 1px solid rgba(250,204,21,.32);
  color: #facc15;
  background: rgba(250,204,21,.08);
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.overview-reward-card__coins {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #171717;
  background: radial-gradient(circle at 35% 25%, #fef3c7, #facc15 56%, #d97706 100%);
  box-shadow: 0 16px 32px rgba(250,204,21,.18);
  font-size: 34px;
  font-weight: 900;
}

html[data-theme="light"] .overview-reward-card {
  background:
    radial-gradient(circle at right center, rgba(250,204,21,.15), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fafc);
  border-color: rgba(250,204,21,.22);
}

html[data-theme="light"] .overview-reward-card__title { color: #0f172a; }
html[data-theme="light"] .overview-reward-card__text { color: #64748b; }
html[data-theme="light"] .overview-reward-card__btn { color: #a16207; background: rgba(250,204,21,.10); }

.overview-donut-tooltip {
  position: absolute;
  z-index: 6;
  min-width: 132px;
  padding: 9px 11px;
  border-radius: 12px;
  background: rgba(11, 16, 32, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
  pointer-events: none;
  color: #e2e8f0;
}

.overview-donut-tooltip strong,
.overview-donut-tooltip span {
  display: block;
  line-height: 1.25;
}

.overview-donut-tooltip strong {
  font-size: 12px;
  font-weight: 900;
  color: #f8fafc;
  margin-bottom: 3px;
}

.overview-donut-tooltip span {
  font-size: 12px;
  font-weight: 800;
  color: #94a3b8;
}

html[data-theme="light"] .overview-donut-tooltip {
  background: rgba(255,255,255,0.98);
  color: #0f172a;
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
}
html[data-theme="light"] .overview-donut-tooltip strong { color: #0f172a; }

@media(max-width:760px) {
  .overview-opportunity-row__meta {
    grid-column: 2;
    justify-content: flex-start;
    min-width: 0;
  }
  .overview-reward-card {
    grid-template-columns: 1fr;
  }
  .overview-reward-card__coins {
    display: none;
  }
}
/* Mobile dashboard compact layout + quick action alignment overrides. */
@media (max-width: 760px) {
  .user-overview-page .overview-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .user-overview-page .overview-stat {
    min-width: 0;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 10px;
    align-items: center;
    padding: 14px 12px;
    border-radius: 18px;
  }

  .user-overview-page .overview-stat:nth-last-child(1):nth-child(odd) {
    grid-column: 1 / -1;
  }

  .user-overview-page .overview-stat__icon {
    grid-row: 1 / 4;
    width: 38px;
    height: 38px;
  }

  .user-overview-page .overview-stat__label,
  .user-overview-page .overview-stat__value,
  .user-overview-page .overview-stat__sub {
    min-width: 0;
  }

  .user-overview-page .overview-stat__label {
    font-size: 10px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .user-overview-page .overview-stat__value {
    font-size: clamp(19px, 5.3vw, 24px);
    line-height: 1.05;
    margin-top: 2px;
  }

  .user-overview-page .overview-stat__sub {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 3px;
  }

  .user-overview-page .overview-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .user-overview-page .overview-action {
    width: 100%;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    text-align: left;
    padding: 12px 12px;
    min-height: 66px;
  }

  .user-overview-page .overview-action > span:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .user-overview-page .overview-action > strong {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: end;
  }

  .user-overview-page .overview-action > small {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    align-self: start;
  }

  .user-overview-page .overview-action__arrow {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    margin: 0;
  }
}
