/* Single Promotion Template Styles */

/* Container with max-width */
.single-promotion-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Breadcrumb */
.single-promotion-breadcrumb {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #A0A6BC;
  font-weight: 400;
  font-family: 'sofia-sans', sans-serif;
}

.single-promotion-breadcrumb a {
  color: #E6C97F;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.single-promotion-breadcrumb a:hover {
  color: #8A96C7;
  text-decoration: none;
}

.single-promotion-breadcrumb .separator {
  margin: 0 8px;
  color: #A0A6BC;
}

.single-promotion-breadcrumb .current {
  color: #A0A6BC;
  font-weight: 400;
}

/* Page Header */
.promotion-page-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1rem;
  margin:0 auto;
}

.promotion-page-title {
  font-family: 'khand', sans-serif;
  font-size: 3rem;
  color: #E9ECF2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

.promotion-page-subtitle {
  font-family: 'khand', sans-serif !important;
  font-size: 32px !important;
  color: #CEE5F2;;
  margin: 0.5rem 0 1rem 0;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing:1px !important;
  text-transform:uppercase;
}

.promo-logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 1rem 0;
  gap: 0.75rem;
}

/* Promotion Info Cards */
.promotion-info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 2rem 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.promotion-info-card {
  background: rgba(10, 14, 19, 0.6);
  border: 1px solid rgba(160, 166, 188, 0.2);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  background: #121921;
}

.promotion-info-card:hover {
  border-color: rgba(206, 229, 242, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.promotion-info-card.clickable-card:hover {
  border-color: rgba(230, 201, 127, 0.4);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.info-card-header {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(160, 166, 188, 0.1);
  display: flex;
  justify-content: center;
  gap: 8px;
  background: #0e151b;
}

.info-card-icon {
  color: #CEE5F2;
  font-size: 14px;
  width: 16px;
  text-align: center;
}

.info-card-title {
  color: var(--c-accent-blue, #CEE5F2);
  font-size: 14px !important;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "sofia-sans", sans-serif;
}

.info-card-content {
  padding: 16px;
  background: #121921;
  text-align: center;
}

.info-card-value {
  color: #E9ECF2;
  font-size: 16px;
  font-weight: 500;
  font-family: "sofia-sans", sans-serif;
  display: block;
  line-height: 1.3;
  
}

.info-card-link {
  color: #E9ECF2;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.info-card-link:hover {
  color: #E6C97F;
}

.info-card-link i {
  font-size: 12px;
  opacity: 0.8;
}

.promotion-status-pill {
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'sofia-sans', sans-serif;
  max-width:100px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.promotion-status-pill.status-active {
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  border: 1px solid rgba(76, 175, 80, 0.4);
}

.promotion-status-pill.status-inactive {
  background: #1A242E;
  color:#CEE5F2;
  border: 1px solid rgba(255,255,255,.08);
}

.promotion-status-pill.status-defunct {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  border: 1px solid rgba(244, 67, 54, 0.4);
}

.promo-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  gap: 1.5rem;
  margin: 0rem 0 1rem 0;
}

.promo-logo {
  width: 400px;
  min-width: 180px;
  max-width: 500px;
  border-radius: 8px;
  background: #121921;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px;
  display: block;
  margin: 0 auto;
}

.promo-meta {
  display: flex;
  gap: 2rem;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  justify-content: center;
  flex-wrap: wrap;
}

.promo-meta span {
  display: block;
  color: rgba(255,255,255,0.85);
  text-align: center;
  font-family: 'sofia-sans', sans-serif;
}

.promo-website a {
  color: #CEE5F2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.promo-website a:hover {
  color: #E6C97F;
}

.promo-history-section {
  margin: 0 0 3rem 0;
  padding: 0;
}

.promo-events-section,
.promo-gallery-section,
.promo-roster-section,
.promo-recent-events-section {
  margin: 0 0 8rem 0;
  padding: 0;
}

.promo-section-title {
  font-family: 'khand', sans-serif !important;
  font-size: 32px !important;
  color: #E9ECF2;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 0rem 0;
  font-weight: 700 !important;
  background: none;
  border: none;
  padding: 0;
}

/* ========================================
   SIGNATURE EVENTS (Event Series Cards)
   ======================================== */
.promo-signature-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 1.5rem;
}

.promo-signature-event-card {
  background:#121921;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 14px rgba(0,0,0,.35);
}

.promo-signature-event-card:hover {
  transform: translateY(-4px);
  border-color: #E6C97F;
  box-shadow: 0 12px 24px rgba(0,0,0,0.4), 0 0 0 1px #E6C97F;
}

.promo-signature-event-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.promo-signature-event-card-image {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
}

.promo-signature-event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.promo-signature-event-card:hover .promo-signature-event-card-image img {
  transform: scale(1.05);
}

.promo-signature-event-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 14, 19, 0.3) 100%);
  pointer-events: none;
}

.promo-signature-event-card-content {
  padding: 10px;
  background: #121921;
}

.promo-signature-event-card-title {
  font-family: 'Khand', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #E9ECF2;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  transition: color 0.2s ease;
  letter-spacing: 0 !important;
}

.promo-signature-event-card:hover .promo-signature-event-card-title {
  color: #E6C97F;
}

.promo-signature-event-card-years {
  font-family: 'sofia-sans', sans-serif;
  font-size: 0.95rem;
  color: #A0A6BC;
  margin-bottom: 12px;
}

.promo-signature-event-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.promo-signature-event-card-count {
  font-family: 'sofia-sans', sans-serif;
  font-size: 0.8rem;
  color: #E9ECF2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.promo-signature-event-card-arrow {
  font-size: 1.3rem;
  color: #E6C97F;
  transition: transform 0.3s ease;
}

.promo-signature-event-card:hover .promo-signature-event-card-arrow {
  transform: translateX(4px);
}

/* Hidden state for load more */
.promo-signature-event-card-hidden {
  display: none;
}

/* Load More Button Container */
.promo-signature-load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}


.promo-signature-load-more-btn {
  background: #121921;
  border: 1px solid #E6C97F;
  color: #E6C97F;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: 'sofia sans', sans-serif;
  font-size: .85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.promo-signature-load-more-btn:hover {
  background: #E6C97F;
  color: #0A0E13;
}

/* ========================================
   RECENT EVENTS (Individual Event Cards)
   ======================================== */
.promo-recent-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 1.5rem;
}

.promo-recent-event-card {
  background: #121921;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 14px rgba(0,0,0,.35);
}

.promo-recent-event-card:hover {
  transform: translateY(-4px);
  border-color: #E6C97F !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.4), 0 0 0 1px #E6C97F;
}

.promo-recent-event-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.promo-recent-event-card-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
}

.promo-recent-event-card-image img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.promo-recent-event-card:hover .promo-recent-event-card-image img {
  transform: scale(1.05);
}

.promo-recent-event-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 14, 19, 0.3) 100%);
  pointer-events: none;
}

.promo-recent-event-card-content {
  padding: 14px 16px;
  background:#121921;
}

.promo-recent-event-card-title {
  font-family: 'Khand', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #E9ECF2;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  transition: color 0.2s ease;
  letter-spacing: 0 !important;
}

.promo-recent-event-card:hover .promo-recent-event-card-title {
  color: #E6C97F;
}

.promo-recent-event-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top:10px;
}

.promo-recent-event-card-date,
.promo-recent-event-card-venue,
.promo-recent-event-card-city {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'sofia-sans', sans-serif;
  font-size: 0.95rem;
  color: #A0A6BC;
}

.promo-recent-event-card-date i,
.promo-recent-event-card-venue i,
.promo-recent-event-card-city i {
  width: 14px;
  font-size: 0.85rem;
  opacity: 0.7;
  flex-shrink: 0;
  color: #CEE5F2;
}

.promo-recent-event-card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.promo-recent-event-card-arrow {
  font-size: 1.3rem;
  color: #E6C97F;
  transition: transform 0.3s ease;
}

.promo-recent-event-card:hover .promo-recent-event-card-arrow {
  transform: translateX(4px);
}

/* Responsive for Event Cards */
@media (max-width: 768px) {
  .promo-signature-events-grid,
  .promo-recent-events-grid {
    grid-template-columns:  1fr;
  }
  .promo-signature-event-card-image {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
}

.promo-signature-event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.promo-signature-event-card:hover .promo-signature-event-card-image img {
  transform: scale(1.05);
}

.promo-signature-event-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(10, 14, 19, 0.3) 100%);
  pointer-events: none;
}

.promo-signature-event-card-content {
  padding: 16px;
  padding-bottom:5px;
  background: #121921;
}

.promo-signature-event-card-title {
  font-family: 'Khand', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #E9ECF2;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  transition: color 0.2s ease;
  letter-spacing: 0 !important;
  margin-top:5px;
}

.promo-signature-event-card:hover .promo-signature-event-card-title {
  color: #E6C97F;
}

.promo-signature-event-card-years {
  font-family: 'sofia-sans', sans-serif;
  font-size: 0.95rem;
  color: #A0A6BC;
  margin-bottom: 10px;
}

.promo-signature-event-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.promo-recent-event-card-title {
  font-family: 'Khand', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #E9ECF2;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  transition: color 0.2s ease;
  letter-spacing: 0 !important;
}
  .promo-recent-event-card-date,
.promo-recent-event-card-venue,
.promo-recent-event-card-city {
  display: flex;
  align-items:center;
  gap: 8px;
  font-family: 'sofia-sans', sans-serif;
  font-size: 1rem;
  color: #A0A6BC;
}
  .promo-recent-event-card-date i,
.promo-recent-event-card-venue i,
.promo-recent-event-card-city i {
  width: 14px;
  font-size: .95rem;
  opacity: 0.7;
  flex-shrink: 0;
  color: #CEE5F2;
  margin-top:-2px;
}
}

/* Roster Header with Filter */
.roster-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.roster-filter-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.roster-filter-group.brand-filter-hidden {
  display: none;
}

.roster-filter-label {
  font-family: 'sofia-sans', sans-serif;
  font-size: 14px;
  color: #E9ECF2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(230, 201, 127, 0.3);
}

.roster-filter-select {
  background: rgba(26, 36, 46, 0.8);
  border: 1px solid rgba(160, 166, 188, 0.2);
  border-radius: 8px;
  color: #E9ECF2;
  padding: 8px 32px 8px 12px;
  font-family: 'sofia-sans', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23CEE5F2' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.roster-filter-select:hover {
  border-color: rgba(206, 229, 242, 0.4);
  background-color: rgba(26, 36, 46, 0.9);
}

.roster-filter-select:focus {
  outline: none;
  border-color: #CEE5F2;
  box-shadow: 0 0 0 2px rgba(206, 229, 242, 0.1);
}

/* Wrestler Count Display */
.roster-count-display {
  font-family: 'sofia-sans', sans-serif;
  font-size: 16px;
  text-align:right;
  color: #a0a6bc;
  margin-bottom: 1.5rem;
  padding: 8px 0;
  margin-right:2px;
}

/* Wrestlers Grid */
.single-promotion-wrestlers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 1rem;
}

.single-promotion-wrestler-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #121921;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.single-promotion-wrestler-card:hover {
  transform: translateY(-4px);
  border-color: #E6C97F;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* HOF Card Styling */
.wrestler-card.single-promotion-hof-card {
  border-color: rgba(230, 201, 127, 0.4);
  background: linear-gradient(135deg, rgba(230, 201, 127, 0.05) 0%, rgba(26, 36, 46, 0.8) 100%);
}

.wrestler-card.single-promotion-hof-card:hover {
  border-color: #ffd700;
  box-shadow: 0 6px 22px rgba(255, 215, 0, 0.12);
}

.single-promotion-wrestler-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.single-promotion-wrestler-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.single-promotion-wrestler-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  padding-top: 5px;
  transition: transform 0.3s ease;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
}

.single-promotion-wrestler-card:hover .single-promotion-wrestler-image img {
  transform: scale(1.05);
}

/* HOF Card Image - Gold Glow Background */
.single-promotion-wrestler-card.single-promotion-hof-card .single-promotion-wrestler-image img {
  background:
    linear-gradient(
      180deg,
      transparent 20%,
      #d6a42333 99%,
      rgba(10, 14, 19, 0.6) 85%,
      rgba(10, 14, 19, 0.9) 100%
    ),
    #0A0E13;
  filter: contrast(1.04) brightness(1.02) saturate(0.98);
}

.single-promotion-wrestler-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.single-promotion-wrestler-card:hover .single-promotion-wrestler-overlay {
  opacity: 1;
}

/* HOF Badge */
.single-promotion-hof-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: linear-gradient(135deg, #ffe98a 0%, #ffd700 50%, #ffcf33 100%);
  color: #0A0E13;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'sofia-sans', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.12), 0 4px 10px rgba(255, 215, 0, 0.18);
  z-index: 2;
}

.single-promotion-hof-badge::before {
  content: "★";
  font-size: .7rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.3em;
  opacity: 0.95;
}

/* Champion Overlay Badge */
.single-promotion-champion-overlay-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #e6c97f 0%, #b8961f 100%);
  color: #1a242e;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 4px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: 'sofia-sans', sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  z-index: 2;
  text-align: center;
  line-height:1;
  width:70% !important;
}

.single-promotion-wrestler-content {
  padding: 15px;
  padding-bottom:5px;
  text-align: left;
  
}

.single-promotion-wrestler-header {
  display: flex;
  flex-direction: column;
  align-items: left;

}

.single-promotion-wrestler-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.single-promotion-wrestler-name,
.single-promotion-wrestler-name {
  font-family: 'sofia-sans', sans-serif;
  font-size: 1.2rem !important;
  font-weight: 500;
  color: #E9ECF2;
  text-transform: uppercase;
  letter-spacing:0px !important;
  margin: 0;
  word-wrap: break-word;
  flex: 1;
}

.single-promotion-wrestler-card:hover .single-promotion-wrestler-name,
.single-promotion-wrestler-card:hover .single-promotion-wrestler-name {
  color: #E6C97F;
}

/* Status Pills */
.wrestler-status-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.wrestler-status-pill {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'sofia-sans', sans-serif;
  white-space: nowrap;
}

/* Status Pill Colors */
.wrestler-status-pill.single-promotion-status-active {
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  border: 1px solid rgba(76, 175, 80, 0.4);
}

.wrestler-status-pill.status-hof {
  background: linear-gradient(135deg, rgba(230, 201, 127, 0.3) 0%, rgba(212, 168, 73, 0.3) 100%);
  color: #E6C97F;
  border: 1px solid rgba(230, 201, 127, 0.5);
  font-weight: 700;
}

.wrestler-status-pill.status-legend {
  background: linear-gradient(135deg, rgba(230, 201, 127, 0.25) 0%, rgba(212, 168, 73, 0.25) 100%);
  color: #E6C97F;
  border: 1px solid rgba(230, 201, 127, 0.4);
}

.wrestler-status-pill.status-retired {
  background: rgba(160, 166, 188, 0.2);
  color: #A0A6BC;
  border: 1px solid rgba(160, 166, 188, 0.3);
}

.wrestler-status-pill.status-inactive {
  background: rgba(160, 166, 188, 0.15);
  color: #A0A6BC;
  border: 1px solid rgba(160, 166, 188, 0.25);
}

.wrestler-status-pill.status-injured {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  border: 1px solid rgba(244, 67, 54, 0.4);
}

.wrestler-status-pill.status-free-agent {
  background: rgba(206, 229, 242, 0.2);
  color: #CEE5F2;
  border: 1px solid rgba(206, 229, 242, 0.3);
}

/* Active/Former Pills */
.single-promotion-wrestler-roster-status {
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'sofia-sans', sans-serif;
  white-space: nowrap;
  display: inline-block;
  margin-top: px;
}

.single-promotion-wrestler-roster-status.single-promotion-status-active {
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  border: 1px solid rgba(76, 175, 80, 0.4);
}

.single-promotion-wrestler-roster-status.single-promotion-status-former {
  background: rgba(160, 166, 188, 0.2);
  color: #A0A6BC;
  border: 1px solid rgba(160, 166, 188, 0.3);
}

/* Height/Weight Display */
.single-promotion-physical-stats {
  margin-top: -3px !important;
  margin-bottom:0px !important;
}

.single-promotion-physical-stats .single-promotion-stat-item {
  font-size: 16px !important;
  color: #a0a6bc;
  font-weight: 500;
}

/* Wrestler Pills Container */
.single-promotion-wrestler-pills-container {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* WWE Brand Pills */
.single-promotion-wrestler-brand-pill {
  font-size: 11px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 6px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  font-family: 'sofia-sans', sans-serif;
}

/* RAW Brand - Red */
.single-promotion-wrestler-brand-pill.single-promotion-brand-raw {
  background: rgba(231, 76, 60, 0.3);
  color: white;
  border-color: #c0392b;
}

/* SmackDown Brand - Blue */
.single-promotion-wrestler-brand-pill.single-promotion-brand-smackdown {
  background: rgba(52, 152, 219, 0.3);
  color: white;
  border-color: #2980b9;
}

/* NXT Brand - Dark with Grey Text */
.single-promotion-wrestler-brand-pill.single-promotion-brand-nxt {
  background: rgb(101 101 101 / 40%);
  color: white;
  border-color: #a0a6bc;
  box-shadow: 0 2px 4px rgba(44, 44, 44, 0.4);
}

/* Wrestler Role Pills */
.single-promotion-wrestler-role-pill {
  font-size: 11px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  font-family: 'sofia-sans', sans-serif;
}

/* Wrestler Role */
.single-promotion-wrestler-role-pill.single-promotion-role-wrestler {
  background: rgba(206, 229, 242, 0.2);
  color: #CEE5F2;
  border-color: rgba(206, 229, 242, 0.3);
}

/* General Manager Role */
.single-promotion-wrestler-role-pill.single-promotion-role-general-manager {
  background: rgba(230, 201, 127, 0.2);
  color: #E6C97F;
  border-color: rgba(230, 201, 127, 0.3);
}

/* Manager Role */
.single-promotion-wrestler-role-pill.single-promotion-role-manager {
  background: rgba(156, 163, 175, 0.2);
  color: #9ca3af;
  border-color: rgba(156, 163, 175, 0.3);
}

/* Commentator Role */
.single-promotion-wrestler-role-pill.single-promotion-role-commentator {
  background: rgba(139, 92, 246, 0.2);
  color: #a78bfa;
  border-color: rgba(139, 92, 246, 0.3);
}

/* Champion Pill - Gold styling with crown icon */
.single-promotion-wrestler-champion-pill {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: linear-gradient(135deg, rgba(230, 201, 127, 0.3) 0%, rgba(184, 150, 31, 0.3) 100%);
  color: #E6C97F;
  border: 1px solid rgba(230, 201, 127, 0.5);
}

.single-promotion-wrestler-champion-pill i {
  font-size: 10px;
}

/* Load More Button */
.load-more-btn {
  margin: 40px auto;
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-family: "sofia-sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #1a242e;
  color: #e4dcd6;
  border: 1px solid rgba(160, 166, 188, 0.3);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}

.load-more-btn:hover {
  background: #CEE5F2;
  color: #1a242e;
  border-color: #b6c9d5;
  transform: translateY(-2px);
}

.load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .load-more-btn {
    margin: 30px auto;
    padding: 14px 28px;
    font-size: 15px;
  }
   .single-promotion-wrestler-brand-pill {
  font-size: 11px;
  font-weight: 500;
  padding: 2px 6px;
    padding-bottom:0px;
    padding-top:2px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  font-family: 'sofia-sans', sans-serif;
}

}

@media (max-width: 480px) {
  /* Breadcrumb responsive */
  .single-promotion-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .single-promotion-wrestler-name{
    margin-bottom:4px;
    letter-spacing:0px;
  }
  .single-promotion-wrestler-content {
  padding: 15px;
  padding-bottom:5px;
  text-align: left;
  
}
  .load-more-btn {
    margin: 24px auto;
    padding: 12px 24px;
    font-size: 14px;
    width: calc(100% - 40px);
    max-width: 280px;
  }
}

/* Events Grid */
.promotion-events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 1rem;
  margin-bottom:6rem !important;
}

.event-card {
  background: rgba(26, 36, 46, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.event-card:hover {
  transform: translateY(-4px);
  border-color: #E6C97F;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.event-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.event-image {
  height: 180px;
  overflow: hidden;
  position: relative;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
  transform: scale(1.05);
}

.event-content {
  padding: 15px;
  text-align: center;
}

.event-title {
  font-family: 'sofia-sans', sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  color: #E9ECF2;
  text-transform: uppercase;
  letter-spacing: .5px !important;
  margin: 0 0 8px 0;
  line-height: 1;
  text-align:left;
}

.event-card:hover .event-title {
  color: #E6C97F;
}

.event-date {
  font-size: 14px !important;
  color: #E9ECF2 !important;
  font-weight: 500;
  margin-bottom: 4px;
}

.event-location {
  font-size: 13px;
  color: #A0A6BC !important;
  font-style: italic;
}

.no-content {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  grid-column: 1 / -1;
}

.promotion-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}

.promotion-gallery-image {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(26, 36, 46, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}

.promotion-gallery-image:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.promo-p {
  font-family: 'sofia-sans', sans-serif;
  line-height: 1.6;
  font-size: 18px;
}

.promo-p p {
  margin-bottom: 1rem;
}

.promo-p p:last-child {
  margin-bottom: 0;
}

/* Expandable History Section */
.promo-history-expandable {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.promo-history-expandable.expanded {
  max-height: 5000px;
}

.promo-history-read-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: #E6C97F;
  font-family: 'sofia-sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  padding: 1rem 0rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}

.promo-history-read-more:hover {
  color: #f5dfa3;
}

.promo-history-read-more.hidden {
  display: none;
}

/* Other Promotions Section */
.single-promotion-other-promotions-section {
  margin: 3rem 0 2rem 0;
  padding: 0;
}

.single-promotion-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.single-promotion-section-link {
  color: #CEE5F2;
  text-decoration: none;
  font-family: 'sofia-sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}

.single-promotion-section-link:hover {
  color: #E6C97F;
}

/* Other Promotions Grid */
.single-promotion-other-promotions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.single-promotion-promotion-card {
  background: rgba(26, 36, 46, 0.8);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(160, 166, 188, 0.2);
  position: relative;
}

.single-promotion-promotion-card:hover {
  border-color: #E6C97F;
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.single-promotion-promotion-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.single-promotion-promotion-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-promotion-promotion-image img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.single-promotion-promotion-card:hover .single-promotion-promotion-image img {
  transform: scale(1.05);
}

.single-promotion-promotion-status {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 8px;
  border-radius: 12px;
  font-family: 'sofia-sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.single-promotion-promotion-status.status-active {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.single-promotion-promotion-status.status-inactive {
  background: rgba(156, 163, 175, 0.2);
  color: #9ca3af;
  border: 1px solid rgba(156, 163, 175, 0.3);
}

.single-promotion-promotion-status.status-defunct {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
  border: 1px solid rgba(244, 67, 54, 0.4);
}

.single-promotion-promotion-info {
  padding: 12px;
  text-align: center;
  background: #121921 !important;
}

.single-promotion-promotion-name {
  font-family: 'khand', sans-serif !important;
  font-size: 1.4rem !important;
  color: #E9ECF2;
  font-weight: 600 !important;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.2px !important;
  line-height: 1.2;
}

.single-promotion-promotion-card:hover .single-promotion-promotion-name {
  color: #E6C97F;
}

.single-promotion-promotion-long-name {
  font-family: 'sofia-sans', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-style: italic;
  line-height: 1.2;
}
@media (max-width: 1024px) {
.single-promotion-wrestlers-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
    

}
/* Responsive Styles */
@media (max-width: 768px) {
  .single-promotion-container {
    padding: 0 20px;
  }

  .promotion-page-title {
    font-size: clamp(2.7rem, 5vw, 3rem);
    text-align:left;
    line-height:1;
  }

  .promotion-page-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.375rem);
    margin: 0.375rem 0 1.25rem 0;
    text-align:left;
  }

  .promotion-info-cards {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin: 1.5rem 0;
  }

  .roster-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .promo-section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .promo-logo {
    width: 140px;
    padding: 12px;
  }

  .promotion-gallery {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .promotion-gallery-image {
    height: 80px;
  }

  .single-promotion-wrestlers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .promotion-events-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wrestler-image,
  .event-image {
    height: 160px;
  }

  .wrestler-content,
  .event-content {
    padding: 12px;
  }

  /* Other Promotions responsive */
  .single-promotion-other-promotions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

 .single-promotion-promotion-image img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.single-promotion-wrestler-name,
.single-promotion-wrestler-name {
  font-family: 'sofia-sans', sans-serif;
  font-size: 1.2rem !important;
  font-weight: 500;
  color: #E9ECF2;
  text-transform: uppercase;
  
  margin: 0;
   margin-bottom:4px;
  word-wrap: break-word;
  flex: 1;
}
}

@media (max-width: 480px) {
   .promotion-page-subtitle {
     font-size:28px !important;
     font-weight:600 !important;
   }
  .single-promotion-champion-overlay-badge {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #e6c97f 0%, #b8961f 100%);
  color: #1a242e;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 4px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: 'sofia-sans', sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  z-index: 2;
  text-align: center;
  line-height:1;
  width:90% !important;
}
  .single-promotion-container {
    padding: 0 16px;
  }

  .promotion-info-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 1rem 0;
  }

  .promo-logo {
    width: 100%;
    height:220px;
    object-fit:contain;
    padding: 0px;
  }

  .promotion-events-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .promotion-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .promo-section-title {
    font-size: 1.375rem;
  }
  .single-promotion-wrestlers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  /* Other Promotions mobile responsive */
  .single-promotion-other-promotions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-promotion-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .single-promotion-promotion-image {
    height:160px;
    width:100%;
    padding:20px 0px;
    margin:0 auto;
    object-fit:contain;
  }
.single-promotion-promotion-image img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
  .single-promotion-promotion-name {
    font-size: 1rem;
  }

}

/* =====================================================
   TAG TEAMS SECTION STYLES
   ===================================================== */
.single-promotion-tag-teams-section {
  margin: 0 0 8rem 0;
  padding: 0;
}

.single-promotion-tag-teams-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 1rem;
}

.single-promotion-tag-team-card {
  background: linear-gradient(135deg, #0A0E13 0%, #1a242e 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  padding-top:10px;
  transition: all 0.3s ease;
}

.single-promotion-tag-team-card:hover {
  transform: translateY(-5px);
  border-color: #E6C97F;
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}

.single-promotion-tag-team-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Single team photo layout */
.single-promotion-tag-team-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: linear-gradient(135deg, #0A0E13 0%, #1a242e 100%);
}

.single-promotion-tag-team-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.single-promotion-tag-team-card:hover .single-promotion-tag-team-image img {
  transform: scale(1.05);
}

/* Dual images layout */
.single-promotion-tag-team-dual-images {
  position: relative;
  height: 180px;
  display: flex;
  background: linear-gradient(135deg, #0A0E13 0%, #1a242e 100%);
}

.single-promotion-tag-team-wrestler-left,
.single-promotion-tag-team-wrestler-right {
  flex: 1;
  overflow: hidden;
}

.single-promotion-tag-team-wrestler-left img,
.single-promotion-tag-team-wrestler-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.single-promotion-tag-team-card:hover .single-promotion-tag-team-wrestler-left img {
  transform: scale(1.05) translateX(5px);
}

.single-promotion-tag-team-card:hover .single-promotion-tag-team-wrestler-right img {
  transform: scale(1.05) translateX(-5px);
}

.single-promotion-tag-team-champion-pill {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(135deg, #e6c97f 0%, #b8961f 100%);
  color: #1a242e;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  z-index: 2;
}

.single-promotion-tag-team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, rgba(10, 14, 19, 0.8));
  pointer-events: none;
}

.single-promotion-tag-team-info {
  padding: 16px;
   background: #121921;
}

.single-promotion-tag-team-name {
  font-family: 'khand', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 4px 0;
  transition: color 0.3s ease;
}

.single-promotion-tag-team-card:hover .single-promotion-tag-team-name {
  color: #E6C97F;
}

.single-promotion-tag-team-members {
  font-size: 0.9rem;
  color: #C5D1EB;
  margin: 0 0 6px 0;
}

.single-promotion-tag-team-years {
  font-size: 0.85rem;
  color: #A0A6BC;
  font-weight: 500;
  margin: 0;
}

/* =====================================================
   TOURNAMENTS SECTION STYLES
   ===================================================== */
.single-promotion-tournaments-section {
  margin: 0 0 8rem 0;
  padding: 0;
}

.single-promotion-tournaments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 1rem;
}

.single-promotion-tournament-card {
  background: #1A242E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 14px rgba(0,0,0,0.35);
}

.single-promotion-tournament-card:hover {
  transform: translateY(-5px);
  border-color: #E6C97F;
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}

.single-promotion-tournament-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.single-promotion-tournament-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
}

.single-promotion-tournament-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.single-promotion-tournament-card:hover .single-promotion-tournament-image img {
  transform: scale(1.05);
}

.single-promotion-tournament-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a242e 0%, #0A0E13 100%);
}

.single-promotion-tournament-placeholder-icon {
  font-size: 3rem;
  opacity: 0.5;
}

.single-promotion-tournament-status-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-promotion-tournament-status-badge.status-upcoming {
  background: rgba(59, 130, 246, 0.9);
  color: #fff;
}

.single-promotion-tournament-status-badge.status-in_progress {
  background: rgba(250, 204, 21, 0.9);
  color: #000;
}

.single-promotion-tournament-status-badge.status-completed {
  background: rgba(34, 197, 94, 0.9);
  color: #fff;
}

.single-promotion-tournament-content {
  padding: 16px;
  background: #121921;
}

.single-promotion-tournament-title {
  font-family: 'khand', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #E9ECF2;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.single-promotion-tournament-card:hover .single-promotion-tournament-title {
  color: #E6C97F;
}

.single-promotion-tournament-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.single-promotion-tournament-date,
.single-promotion-tournament-format {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #A0A6BC;
}

.single-promotion-tournament-date i,
.single-promotion-tournament-format i {
  color: #CEE5F2;
  font-size: 0.875rem;
}

.single-promotion-tournament-winner-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: linear-gradient(135deg, rgba(230, 201, 127, 0.15) 0%, rgba(34, 197, 94, 0.1) 100%);
  border: 1px solid rgba(230, 201, 127, 0.4);
  border-radius: 6px;
}

.single-promotion-winner-icon {
  font-size: 1.1rem;
}

.single-promotion-winner-label {
  color: #A0A6BC;
  font-size: 0.85rem;
  font-weight: 600;
}

.single-promotion-winner-name {
  color: #E6C97F;
  font-weight: 700;
  font-size: 0.9rem;
}

/* =====================================================
   FACTIONS & STABLES SECTION STYLES
   ===================================================== */
.single-promotion-factions-section {
  margin: 0 0 8rem 0;
  padding: 0;
}

.single-promotion-factions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 1rem;
}

.single-promotion-faction-card {
  background: #1A242E;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 14px rgba(0,0,0,0.35);
}

.single-promotion-faction-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
  border-color: #E6C97F;
}

.single-promotion-faction-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.single-promotion-faction-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1A242E 0%, #0A0E13 70%);
}

.single-promotion-faction-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.single-promotion-faction-card:hover .single-promotion-faction-image img {
  transform: scale(1.05);
}

.single-promotion-faction-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(transparent, rgba(10, 14, 19, 0.8));
  pointer-events: none;
}

.single-promotion-faction-type-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 2;
}

.single-promotion-faction-type-faction .single-promotion-faction-type-badge {
  background: #9B7EBD;
  color: #fff;
}

.single-promotion-faction-type-stable .single-promotion-faction-type-badge {
  background: #CEE5F2;
  color: #0A0E13;
}

.single-promotion-faction-content {
  padding: 16px;
  background: #121921;
}

.single-promotion-faction-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #E9ECF2;
  margin: 0 0 8px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.single-promotion-faction-card:hover .single-promotion-faction-name {
  color: #E6C97F;
}

.single-promotion-faction-years {
  font-size: 0.85rem;
  color: #E6C97F;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 2px 8px;
  background: rgba(230, 201, 127, 0.1);
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(230, 201, 127, 0.2);
}

.single-promotion-faction-members {
  font-size: 0.8rem;
  color: #E6C97F;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
}

/* =====================================================
   NEW SECTIONS RESPONSIVE STYLES
   ===================================================== */
@media (max-width: 1024px) {
  .single-promotion-tag-teams-grid,
  .single-promotion-tournaments-grid,
  .single-promotion-factions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .single-promotion-tag-teams-grid,
  .single-promotion-tournaments-grid,
  .single-promotion-factions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .single-promotion-faction-image {
    height: 160px;
  }
    .single-promotion-tag-team-name {
  font-family: 'khand', sans-serif;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #fff;
  margin: 0 0 4px 0;
  transition: color 0.3s ease;
}
}

@media (max-width: 480px) {
  .single-promotion-tag-teams-grid,
  .single-promotion-tournaments-grid,
  .single-promotion-factions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .single-promotion-tag-team-dual-images,
  .single-promotion-tag-team-image {
    height: 180px;
    padding-top:10px;
  }
  .single-promotion-tag-team-image img{
    height:100%;
    object-fit:contain;
  }

  .single-promotion-tournament-image {
    height: 180px;
  }

  .single-promotion-faction-image {
    height: 180px;
  }
}
