.roster-wrapper {
    display: flex;
    flex-wrap: wrap; /* Allows roster items to flow into multiple rows */
    width: 100%;     /* Ensures it fills the page-block */
    max-width: 1080px; 
    margin: 0 auto;
    box-sizing: border-box;
}

.talent {
    color: #ff0b0b;
    padding-bottom: 5px;
    letter-spacing: 10px;
    overflow: hidden;
    flex: 0 0 100%;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    box-sizing: border-box;
}

.talent-sub {
    text-align: center;
    font-size: 70%;
    font-style: italic;
    margin: 0 auto 15px auto;
    color: darkgray;
}

.talent_headshot {
    width: 238px;
    margin: 6px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 100%;
    float: none;
    flex: 0 0 auto;
}

.talent_headshot img {
width:100%;
height:auto;
}

.roster_headshot {
    width: 100%;
    background-size: auto 100%;
    background-position: center;
}

.talent_headshot .name_wrapper {
    color: #FFFFFF;
    text-align: center;
	border-top: 2px solid #ffb018;
	border-bottom: 2px solid #ffb018;
    padding: 5px 0px 5px 0px;
}

.talent_headshot .name_wrapper .name {
    font-size: 80%;
    letter-spacing: 1.5px;
}

.name_wrapper div {
    margin: 0px auto 0px auto;
    line-height: 20px;
}

.nick {
    font-size: 75%;
    color: #ffb018;
    letter-spacing: 1.5px;
}

.team {
	font-size: 75%;
    color: #ff0b0b;
    letter-spacing: 1.5px;
}

.tweet {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	gap: 10px; 
	width: max-content; /* Changed from 100% */
}

.xicon, .xhand {
}

.xicon {
	width: 0.8rem;
    height: 0.8rem;
	background-image: url('https://pcw.unleashed.pw/wp-content/uploads/2026/05/logo.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.xhand {
    font-size: 80%;
    line-height: 1;
    letter-spacing: 1.5px;
}

/* Roster Records */
.roster_record_table {
	display: table;
    width: 100%;
}
.roster_record_table_row {
	display: table-row;
}
.roster_record_table_cell {
	display: table-cell;
    width:33%;
    text-align: center;
	font-size: 80%;
}
.roster_record_table_body {
	display: table-row-group;
}

.roster_record_table_cell.category {
    display: table-cell;
    color: #ff0b0b;
    letter-spacing: 1px;
    font-size: 80%;
    padding: 0px 5px 0px 5px;
}

.roster_record_table_cell.subcategory {
}

.roster_record_table_cell.value {
	color: #ffffff;
    padding-bottom: 5px;
    font-size: 80%;
    letter-spacing: 2px;
	line-height: 1;
}

.roster_record_table_row.top {
}

.roster_record_table_row.middle {
}




.champwrap {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1000 / 534;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.champinner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
	padding: 5px 0px 5px 5px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.champwrap.unleashedchamp {
  background-image: url('https://pcw.unleashed.pw/wp-content/uploads/2026/05/unleashed-champ.webp');
}

.champwrap.asylumchamp {
  background-image: url('https://pcw.unleashed.pw/wp-content/uploads/2026/05/asylum-champ.webp');
}

.champwrap.voodoochamp {
  background-image: url('https://pcw.unleashed.pw/wp-content/uploads/2026/05/voodoo-pact-champ.webp');
}

.champwrap.billionchamp {
  background-image: url('https://pcw.unleashed.pw/wp-content/uploads/2026/05/billiondollar-championship.webp');
}

.champname h3 {
    text-align: left;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.champtitle h4 {
    margin: 0px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}