.v2-header-actions {
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  justify-content: flex-end;
  gap: 10px;
}

.v2-header-actions .stashbox-action-row:empty {
  display: none;
}

.v2-header-login {
  min-width: 76px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb12b, #ff8f12);
  box-shadow: 0 8px 24px rgba(255, 159, 10, .2);
  color: #160d04;
  font-family: var(--font-display, "Bebas Neue", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
}

.v2-header-login:hover { filter: brightness(1.06); }
.v2-header-login:active { transform: scale(.98); }

@media (max-width: 430px) {
  .v2-header {
    gap: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .v2-wordmark {
    flex: 0 1 auto;
    min-width: 0;
    font-size: 29px;
  }

  .v2-header-actions {
    gap: 8px;
  }

  .v2-icon-button {
    width: 40px;
    height: 40px;
  }

  .v2-header-login {
    min-width: 68px;
    height: 40px;
    padding: 0 14px;
    font-size: 18px;
  }
}

@media (max-width: 370px) {
  .v2-header {
    gap: 8px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .v2-wordmark { font-size: 27px; }
  .v2-header-actions { gap: 6px; }
  .v2-icon-button { width: 38px; height: 38px; }
  .v2-header-login {
    min-width: 62px;
    height: 38px;
    padding: 0 12px;
    font-size: 17px;
  }
}
