.club-note,
.express-callout,
.express-community-note {
  border-radius: 11px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.02);
}

.club-note strong { font-size: 0.76rem; }

/* ─── Express page ─── */

.express-hero::before {
  background: linear-gradient(180deg, rgba(8, 20, 16, 0.66) 0%, rgba(10, 10, 10, 0.82) 100%);
}

.express-hero-highlights span,
.express-selected,
.express-inline-highlight {
  color: #7de8bf;
}

.express-hero-highlights span,
.express-selected {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 185, 129, 0.18);
  background: rgba(16, 185, 129, 0.07);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.express-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.express-header {
  min-height: 160px;
}

.express-price-section {
  min-height: 120px;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.express-list {
  font-size: 0.74rem;
  line-height: 1.5;
}

.express-list li + li {
  margin-top: 0.5rem;
}

.express-info-block {
  font-size: 0.76rem;
  margin-bottom: 1.2rem;
}

.express-info-block span {
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--saab-red);
  margin-bottom: 0.25rem;
  letter-spacing: 0.1em;
}

.express-box-compact {
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.2rem;
}

.express-box-premium {
  background: #fafcfb;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  padding: 1rem;
}

.express-selector-btn {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  color: #6d7178 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.65rem 0.4rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.express-selector-btn:hover {
  color: #141414 !important;
}

.express-selector-btn.is-active {
  color: #E10C00 !important;
  border-bottom-color: #E10C00 !important;
}

/* Fallback for old properties that might have been removed */
.express-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #1f1300;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.24rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

