/* Shared Account button for Terms, Privacy, Refund and FAQ. */
header a.account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: none;
  margin-left: 8px;
  padding: 7px 13px;
  border: 1px solid #4d4c48;
  border-radius: 999px;
  background: transparent;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  font: 500 .85rem/1 Inter, ui-sans-serif, system-ui, sans-serif;
}
header a.account:hover { border-color: #aaa9a4; }
header a.account:focus-visible { outline: 2px solid #b8ff36; outline-offset: 2px; }
header .account-chevron { display: block; width: 12px; height: 12px; flex: none; }

@media (max-width: 700px) {
  header a.account { padding: 6px 9px; }
}
