/* Run and Bike Québec — compléments au thème Sports Équilibre */

/* Bandeau d'annonce masqué pour l'instant — réactiver en retirant cette règle */
.site-ticker {
  display: none !important;
}

:root {
  --site-ticker-h: 0px;
}

#fh5co-header {
  top: 0 !important;
}

#fh5co-page {
  padding-top: 52px !important;
}

.nav-brand span {
  color: var(--brand);
}

.auth-brand span {
  color: var(--brand);
}

.page-hero-mini {
  padding: 48px 0 36px;
  background: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-hero-mini .fh5co-lead {
  margin-bottom: 8px;
}

.rb-cards-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.rb-card-col {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .rb-card-col { width: 50%; }
}

@media (min-width: 992px) {
  .rb-card-col { width: 33.333%; }
}

.offer-card.rb-card {
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rb-card-media {
  height: 170px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  overflow: hidden;
}

.rb-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rb-card-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rb-card-body h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.rb-card-meta {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin: 0 0 10px;
}

.rb-card-excerpt {
  color: var(--text-secondary, #1f2937);
  flex: 1;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 12px;
}

.rb-card-location {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0 0 14px;
}

.rb-card-body p {
  color: var(--muted);
  flex: 1;
}

.rb-card-body .btn {
  align-self: flex-start;
  margin-top: 12px;
}

.rb-features .feature-card {
  height: 100%;
  text-align: left;
}

.rb-features .feature-card .feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.rb-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--muted);
  width: 100%;
}

.prose-page {
  font-size: 1.05rem;
  line-height: 1.75;
}

.prose-page p { margin: 0 0 1.2em; }
.prose-page h2 { margin: 1.8em 0 0.6em; font-size: 1.4rem; }

.event-info-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  margin: 24px 0;
}

.event-info-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.event-info-row:last-child { margin-bottom: 0; }

.event-info-label {
  min-width: 110px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--muted);
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--brand);
  font-weight: 600;
}

.back-link:hover {
  color: var(--brand-hover);
}
