@import url("admin_login.css");

.customer-shell .brand-message h1 { max-width: 760px; }
.account-actions { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.account-actions p { margin: 0; color: var(--muted); font-size: 11px; }
.account-actions a { color: var(--cyan); font-weight: 700; text-decoration: none; }
.admin-entry { color: #8da3b4 !important; font-size: 10px; }
.account-actions a:hover { color: white; }

@media (max-width: 540px) {
  .account-actions { align-items: flex-start; flex-direction: column; }
}
