/*
 * version: 1.3.0
 * revision: 2026.05.11.14.32.52
 */

/* TransForm Account Activity app-specific styles */

.tf-sidebar {
  flex-shrink: 0;
  width: 200px;
  height: 100vh;
  background: #fff;
  border-right: 1px solid #ddd;
  align-self: flex-start;
  position: sticky;
  top: 0;
  overflow: hidden;
  gap: 0;
}

.tf-sidebar .bf-vertical-menu {
  width: auto;
  height: auto;
  min-height: 0;
  flex: 1 1 auto;
  padding-bottom: 32px;
  border-right: none;
  align-self: stretch;
  position: static;
  top: auto;
}

.tf-version-display {
  position: fixed;
  left: 0;
  bottom: 8px;
  width: 200px;
  margin: 0;
  padding: 0;
  text-align: right;
  pointer-events: none;
  z-index: 20;
}

.tf-version-display .bf-field-display {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 11px;
  line-height: 1.2;
  color: #777;
  text-align: right;
  user-select: none;
}

.tf-login .bf-btn,
.um-auth-card .bf-btn {
  width: 100%;
  justify-content: center;
}

.tf-login [data-block-id$=".login-button"],
.um-auth-card [data-block-id$=".btn-accept-invite"] {
  width: 100%;
}

.um-auth-card {
  max-width: 400px;
  margin: 80px auto;
  gap: 14px;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.um-toolbar {
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.um-modal-actions {
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  justify-content: flex-end;
}

.um-password-section {
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}
