/* Auth buttons */
.tvum-el-auth-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.tvum-el-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  background-color: #6c7ae0;
  color: #fff;
}

.tvum-el-auth-btn.tvum-el-auth-btn--icon-left {
  flex-direction: row;
}

.tvum-el-auth-btn.tvum-el-auth-btn--icon-right {
  flex-direction: row-reverse;
}

.tvum-el-auth-icon {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.tvum-el-auth-icon svg {
  width: 1em;
  height: 1em;
}

.tvum-el-auth-wrap .tvum-auth-subtitle {
  width: 100%;
}

.tvum-el-auth-wrap .tvum-auth-buttons,
.tvum-el-auth-wrap.tvum-auth-block {
  display: flex;
}

.tvum-el-auth-wrap .tvum-auth-dashboard-menu {
  display: inline-flex;
}

.tvum-el-auth-wrap .tvum-auth-dashboard-chevron svg {
  width: 1em;
  height: 1em;
  display: block;
  color: currentColor;
  fill: currentColor;
}

.tvum-el-auth-wrap .tvum-auth-dashboard-chevron svg path {
  stroke: currentColor;
}

.tvum-el-auth-wrap .tvum-auth-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dashboard widget wrapper (layout from tvum-dashboard.css) */
.tvum-el-dashboard {
  width: 100%;
}

.tvum-el-dashboard .tvum-dash,
.tvum-el-dashboard .tvum-el-dash-preview {
  width: 100%;
  max-width: 100%;
}

.tvum-el-dashboard-title {
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
}

.tvum-el-pro-notice,
.tvum-el-dashboard-login-msg {
  padding: 16px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  color: #475569;
}

/* Elementor panel: keep preview clickable but non-functional */
.elementor-editor-active .tvum-el-dash-preview .tvum-dash-nav-item,
.elementor-editor-active .tvum-el-dash-preview .tvum-dash-logout {
  pointer-events: none;
}
