/**
 * Wrestler Status Promo Styles
 * Styles for [wrestler_status_promo] and [manager_status_promo] shortcodes
 * Upload this CSS file to your extendable-child theme directory
 */

/* Base status badge */
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: .30em .35em;
  font-size: .85rem !important;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'sofia-sans', sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 4px;
  margin-bottom: .5rem;
  margin-right: 2px;
  border: 1px solid transparent;
  padding-bottom:.2em;
}

/* Status-specific colors */
.status-Active { background: #66FF4E; color: #0A0E13; }
.status-Part-time { background: #a855f7; color: #FFF; }
.status-Inactive { background: #FFD24A; color: #0A0E13; }
.status-Retired { background: #BFBFBF; color: #0A0E13; }
.status-Legend { background: #8852fa; color: #FFD700; }
.status-Injured { background: #FF6B6B; color: #0A0E13; }
.status-Owner { background: #FF8C00; color: #FFF; }

/* HOF emphasis */
.status-HOF {
  background: linear-gradient(135deg, #ffe98a 0%, #ffd700 50%, #ffcf33 100%);
  color: #0A0E13;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, .12), 0 4px 10px rgba(255, 215, 0, .18);
}
.status-HOF::before {
  content: "★";
  font-size: .9em;
  line-height: 1;
  display: inline-block;
  margin-right: .35em;
  opacity: .95;
}

.status-Deceased {
  background: #0d1217;
  color: #c4c8cf;
  border: 1px solid rgb(203 203 203 / 45%);
}

/* Hiatus - Muted teal/cyan */
.status-Hiatus {
  background: rgba(20, 184, 166, 0.25);
  color: #2dd4bf;
  border: 1px solid rgba(20, 184, 166, 0.4);
}

/* Free Agent - Light blue/cyan */
.status-Free-Agent {
  background: rgba(6, 182, 212, 0.2);
  color: #22d3ee;
  border: 1px solid rgba(6, 182, 212, 0.35);
}

/* General Manager - Rose/pink authority */
.status-General-Manager {
  background: rgba(244, 114, 182, 0.2);
  color: #f472b6;
  border: 1px solid rgba(244, 114, 182, 0.4);
}

/* Commentator - Purple/media */
.status-Commentator {
  background: rgba(139, 92, 246, 0.2);
  color: #a78bfa;
  border: 1px solid rgba(139, 92, 246, 0.35);
}

/* Trainer - Warm orange/coach */
.status-Trainer {
  background: rgba(251, 146, 60, 0.2);
  color: #fb923c;
  border: 1px solid rgba(251, 146, 60, 0.35);
}

/* Producer - Steel blue/backstage */
.status-Producer {
  background: rgba(100, 116, 139, 0.25);
  color: #94a3b8;
  border: 1px solid rgba(100, 116, 139, 0.4);
}

/* TBD - Muted gray/unknown */
.status-TBD {
  background: rgba(107, 114, 128, 0.2);
  color: #9ca3af;
  border: 1px solid rgba(107, 114, 128, 0.3);
}

/* Injury indicator */
.injury-indicator {
  display: inline-flex;
  align-items: center;
  color: #E9ECF2;
  font-size: 16px;
  line-height: 1;
  font-family: 'sofia-sans', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  margin-bottom: .5rem;
}

.injury-indicator::before {
  content: "✚";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF6B6B;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  border-radius: 4px;
  margin-right: .45em;
  padding-top: .15em;
  padding-bottom: .1em;
  padding-left: .25em;
  padding-right: .25em;
  min-width: 16px;
  min-height: 16px;
}

/* Pipe separator */
.pipe-separator {
  color: #E9ECF2;
  margin: 0 .2em;
  margin-bottom: .5rem;
  padding: .30em 0;
  line-height: 1;
  font-size: 1.3em;
  display: inline-block;
}

/* Manager status badge */
.status-Manager {
  background: rgba(129, 140, 248, 0.2);
  color: #818cf8;
  border: 1px solid rgba(129, 140, 248, 0.3);
}

/* Manager-specific status pills */
.status-Current-Manager {
  background: rgba(129, 140, 248, 0.25);
  color: #818cf8;
  border: 1px solid rgba(129, 140, 248, 0.4);
}

.status-Part-time-Manager {
  background: rgba(168, 85, 247, 0.25);
  color: #a855f7;
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.status-Retired-Manager {
  background: rgba(156, 163, 175, 0.25);
  color: #9ca3af;
  border: 1px solid rgba(156, 163, 175, 0.4);
}

.status-Hall-of-Fame-Manager {
  background: linear-gradient(135deg, #ffe98a 0%, #ffd700 50%, #ffcf33 100%);
  color: #0A0E13;
  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);
}

.status-Hall-of-Fame-Manager::before {
  content: "★";
  font-size: 0.9em;
  line-height: 1;
  display: inline-block;
  margin-right: 0.35em;
  opacity: 0.95;
}

/* Promotion link */
.promo-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #E6C97F;
  text-decoration: none;
  font-size: 1.1rem;
  padding: .30em 0;
  line-height: 1;
  z-index: 1;
  margin-bottom: .5rem;
  margin-right:2px;
}
.promo-link:hover {
  text-decoration: underline;
  color: #C5D1EB;
}

/* Label text */
.label {
  display: inline-flex;
  align-items: center;
  font-family: 'sofia-sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin-right: 0px;
  padding: .30em 0;
  line-height: 1;
  margin-bottom: .5rem;
}

/* WWE Brand Pills */
.brand-badge {
  display: inline-flex;
  align-items: center;
   padding: .30em .35em !important;
  font-size: .85rem !important;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'sofia-sans', sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 4px;
  margin-bottom: .5rem;
  border: 1px solid;
  margin-left:0px !important;

}

.brand-raw {
  background: rgba(226, 58, 39, 0.2);
  color: #ff6b6b;
  border-color: rgba(226, 58, 39, 0.5) !important;
  box-shadow: 0 0 8px rgba(226, 58, 39, 0.15);
}

.brand-smackdown {
  background: rgba(52, 152, 219, 0.2);
  color: #74b9ff;
  border-color: rgba(52, 152, 219, 0.5);
  box-shadow: 0 0 8px rgba(52, 152, 219, 0.15);
}

.brand-nxt {
  background: rgba(255, 193, 7, 0.15);
  color: #ffd700;
  border-color: rgba(255, 193, 7, 0.4);
  box-shadow: 0 0 8px rgba(255, 193, 7, 0.12);
}

/* Linked brand badge styles */
a.brand-badge {
  text-decoration: none;
  transition: all 0.2s ease;
}
a.brand-badge:hover {
  filter: brightness(1.2);
  transform: translateY(-1px);
}

/* Wrapper container */
.wrestler-current-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .2rem;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: 2px;
  max-height: 26px;
}

.wrestler-current-meta .promo-link {
  max-height: 26px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {


}
@media (max-width: 390px) {
  .wrestler-current-meta {
    margin-bottom: 42px;
    margin-top: 5px;
    justify-content: left !important;
  }
  .status-badge {
  margin-bottom: 0rem !important;
  }
    .label {
  margin-bottom: 0 !important;
}
.wrestler-current-meta .promo-link {
 margin-bottom:0 !important;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  a.brand-badge {
    transition: none;
  }
  a.brand-badge:hover {
    transform: none;
  }
}
