.lbtw-auth-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.lbtw-auth-message {
  min-height: 1.5rem;
}

.lbtw-auth-message.error {
  color: #b00020;
}

.lbtw-auth-message.success {
  color: #1b6b3a;
}

.lbtw-auth-nav {
  align-items: center;
  display: flex;
}

.lbtw-link-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.lbtw-nav-link,
.lbtw-nav-link:visited {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.lbtw-nav-link:hover,
.lbtw-nav-link:focus {
  color: rgba(0, 0, 0, 0.9);
}

.lbtw-premium-shell {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 2rem;
}

.lbtw-premium-blocked {
  border: 2px dashed rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

.lbtw-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.lbtw-auth-button {
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 600;
  padding: 0.9rem 1.2rem;
  text-decoration: none;
}

.lbtw-auth-button-primary {
  background: #0b3d91;
  color: #fff;
}

.lbtw-auth-button-secondary {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #111;
}

.lbtw-google-button {
  align-items: center;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 999px;
  color: #3c4043;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 0.75rem;
  line-height: 1;
  min-height: 44px;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.lbtw-google-button:hover {
  background: #f8f9fa;
}

.lbtw-google-button__icon {
  align-items: center;
  display: inline-flex;
}

.lbtw-auth-hidden {
  display: none;
}

.lbtw-auth-visible {
  display: block;
}

.lbtw-protected-content {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.lbtw-newsletter-overlay {
  align-items: center;
  inset: 0;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.lbtw-newsletter-overlay[hidden] {
  display: none !important;
}

.lbtw-newsletter-backdrop {
  background: rgba(17, 17, 17, 0.58);
  inset: 0;
  position: absolute;
}

.lbtw-newsletter-modal {
  background: #fffdf9;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.9rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  max-width: 36rem;
  padding: 2rem;
  position: relative;
  width: calc(100% - 2rem);
  z-index: 1;
}

.lbtw-newsletter-dismiss {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
}
