.header-actions {
  gap: 24px;
  align-self: stretch;
  height: 100%;
}

.header-actions .icon-btn {
  min-width: 58px;
  width: auto;
  height: 100%;
  padding: 10px 3px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #222;
}

.action-icon { font-size: 25px; line-height: 1; }
.action-svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.action-label { font-size: 11px; font-weight: 800; line-height: 1; }
.account-action::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ef3d26;
  transform: scaleX(0);
  transition: transform .2s ease;
}
.account-action.active::after { transform: scaleX(1); }
.header-actions .count { right: 1px; top: 9px; }
.header-actions .search-action { min-width: 38px; }
.search-action + .account-action { margin-left: 4px; }

.account-drawer .drawer-head { border-bottom: 0; }
.account-welcome { text-align: left; padding: 54px 10px 30px; }
.welcome-profile-icon {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #222;
  stroke-width: 1.35;
  stroke-linecap: round;
  margin-bottom: 42px;
}
.account-welcome h3 { font-size: 34px; margin: 0 0 10px; letter-spacing: -1.2px; }
.account-welcome p { font-size: 17px; line-height: 1.55; color: #555; margin: 0 0 52px; max-width: 390px; }
.login-signup-btn {
  border: 0;
  background: transparent;
  color: #d95462;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 0 0 8px;
  border-bottom: 3px solid #d95462;
}
.login-signup-btn:hover { color: #bd3545; }
.account-welcome small { display: block; margin-top: 18px; color: #888; font-size: 10px; }

@media (max-width: 820px) {
  .header-actions { gap: 5px; }
  .header-actions .icon-btn { min-width: 39px; width: 39px; padding: 7px 1px; }
  .action-label { display: none; }
  .action-svg { width: 23px; height: 23px; }
  .header-actions .count { top: 2px; right: -1px; }
  .search-action + .account-action { margin-left: 0; }
  .account-welcome { padding-top: 42px; }
  .welcome-profile-icon { margin-bottom: 32px; }
  .account-welcome h3 { font-size: 30px; }
  .account-welcome p { font-size: 15px; margin-bottom: 38px; }
}

@media (max-width: 520px) {
  .header-actions { gap: 1px; }
  .header-actions .icon-btn { min-width: 34px; width: 34px; }
  .header-actions .search-action { min-width: 32px; }
  .action-svg { width: 22px; height: 22px; }
}
