/* ── Teaser ─────────────────────────────────────────────── */
.acss-teaser {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 0;
}
.acss-teaser.acss-blur {
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}

/* ── Wall card ───────────────────────────────────────────── */
.acss-wall {
  background: #ffffff !important;
  border: 1.5px solid #dde3ea;
  border-top: 4px solid #0057a8;
  border-radius: 12px;
  margin: 0 0 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,.10);
  overflow: hidden;
}
.acss-wall--premium,
.acss-wall--premium_member_required {
  border-top-color: #d4920a;
  border-color: #f5dfa0;
}

.acss-wall__inner {
  padding: 40px 36px;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

/* ── Logo / icon ─────────────────────────────────────────── */
.acss-wall-logo {
  max-height: 52px;
  max-width: 180px;
  margin: 0 auto 20px;
  display: block;
}
.acss-wall-icon {
  font-size: 38px;
  display: block;
  margin-bottom: 14px;
  line-height: 1;
}

/* ── Accent bar ──────────────────────────────────────────── */
.acss-wall__inner::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: #0057a8;
  border-radius: 2px;
  margin: 0 auto 20px;
}
.acss-wall--premium .acss-wall__inner::before,
.acss-wall--premium_member_required .acss-wall__inner::before {
  background: #d4920a;
}

/* ── Heading ─────────────────────────────────────────────── */
.acss-wall__heading {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0d1b2e !important;
  margin: 0 0 10px !important;
  line-height: 1.3 !important;
}
.acss-wall--premium .acss-wall__heading,
.acss-wall--premium_member_required .acss-wall__heading {
  color: #7c4f00 !important;
}

/* ── Subtext ─────────────────────────────────────────────── */
.acss-wall__sub {
  color: #4b5563 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  margin: 0 0 24px !important;
}

/* ── CTA Buttons ─────────────────────────────────────────── */
.acss-wall__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 6px;
}

.acss-btn {
  display: block;
  width: 100%;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  transition: transform .1s, box-shadow .1s, opacity .1s;
  box-sizing: border-box;
  border: none;
}
.acss-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  text-decoration: none !important;
}
.acss-btn:active { transform: translateY(0); }

.acss-btn--primary {
  background: #0057a8 !important;
  color: #ffffff !important;
}
.acss-btn--primary:hover  { background: #004a90 !important; color: #fff !important; }

.acss-btn--secondary {
  background: #ffffff !important;
  color: #0057a8 !important;
  border: 2px solid #0057a8 !important;
}
.acss-btn--secondary:hover { background: #f0f6ff !important; color: #0057a8 !important; }

.acss-btn--sm {
  display: inline-block;
  width: auto;
  padding: 7px 16px;
  font-size: 13px;
}

/* ── More info link ──────────────────────────────────────── */
.acss-more-link {
  display: inline-block;
  margin: 10px 0 6px;
  font-size: 12px;
  color: #6b7280 !important;
  text-decoration: underline !important;
}
.acss-more-link:hover { color: #374151 !important; }

/* ── OR divider ──────────────────────────────────────────── */
.acss-or-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9ca3af;
  font-size: 12px;
  margin: 16px 0 10px;
}
.acss-or-divider::before,
.acss-or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

/* ── Social login buttons ────────────────────────────────── */
.acss-social-row {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.acss-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  background: #f9fafb !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  color: #374151 !important;
  transition: border-color .15s, background .15s;
}
.acss-social-btn:hover {
  border-color: #9ca3af;
  background: #f3f4f6 !important;
  color: #111827 !important;
  text-decoration: none !important;
}

/* ── Inline user status ──────────────────────────────────── */
.acss-user-status { font-size: 14px; color: #374151; }
.acss-badge {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 5px;
}
.acss-logout-link {
  font-size: 13px;
  color: #9ca3af !important;
  margin-left: 8px;
  text-decoration: underline !important;
}

/* ── WordPress login page ────────────────────────────────── */
.acss-login-social {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 12px 0 20px;
}
.acss-login-or {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #9ca3af;
  margin: 4px 0;
}
.acss-login-or::before,
.acss-login-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}