.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget .screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal; }
.rpwwt-widget .screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
.rpwwt-widget ul li img { width: 75px; height: 75px; }.mm-bb-roster-shell {
box-sizing: border-box;
width: auto;
margin: 0 25px 22px;
}
.mm-bb-roster {
position: relative;
overflow: hidden;
border: 1px solid rgba(40, 255, 238, 0.48);
border-radius: 8px;
background: linear-gradient(135deg, #190836 0%, #3d126b 54%, #541152 100%);
box-shadow: 0 8px 22px rgba(20, 0, 35, 0.2);
}
.mm-bb-roster::after {
position: absolute;
right: -50px;
bottom: -80px;
width: 200px;
height: 200px;
border: 18px solid rgba(40, 255, 238, 0.08);
border-radius: 50%;
content: "";
pointer-events: none;
}
.mm-bb-roster__topline {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 34px;
padding: 0 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
background: rgba(7, 0, 22, 0.38);
}
.mm-bb-roster__heading {
margin: 0;
color: #fff;
font-size: 13px;
font-weight: 900;
letter-spacing: 0.045em;
line-height: 1.2;
text-transform: uppercase;
}
.mm-bb-roster__heading a,
.mm-bb-roster__heading a:visited {
color: inherit;
text-decoration: none;
}
.mm-bb-roster__heading a:hover,
.mm-bb-roster__heading a:focus {
color: #28ffee;
}
.mm-bb-roster__hint {
display: none;
color: rgba(255, 255, 255, 0.62);
font-size: 10px;
font-weight: 600;
}
.mm-bb-roster__list {
display: flex;
gap: 8px;
overflow-x: auto;
margin: 0;
padding: 8px;
list-style: none;
scrollbar-color: rgba(40, 255, 238, 0.75) rgba(255, 255, 255, 0.08);
scrollbar-width: thin;
scroll-snap-type: x proximity;
-webkit-overflow-scrolling: touch;
}
.mm-bb-roster__slot {
flex: 0 0 76px;
min-width: 0;
margin: 0;
padding: 0;
scroll-snap-align: start;
}
.mm-bb-roster__portrait {
position: relative;
display: block;
overflow: hidden;
width: 76px;
height: 92px;
border: 2px solid rgba(255, 255, 255, 0.82);
border-radius: 5px;
background: #170628;
color: #fff;
text-decoration: none;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
}
.mm-bb-roster__portrait:focus-visible {
outline: 3px solid #28ffee;
outline-offset: 2px;
}
.mm-bb-roster__image {
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
transition: filter 160ms ease, transform 160ms ease;
}
a.mm-bb-roster__portrait:hover .mm-bb-roster__image {
transform: scale(1.035);
}
.mm-bb-roster__name {
position: absolute;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
padding: 17px 5px 4px;
background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
color: #fff;
font-size: 10px;
font-weight: 800;
line-height: 1.15;
text-align: center;
text-overflow: ellipsis;
text-shadow: 0 1px 2px #000;
white-space: nowrap;
}
.mm-bb-roster__status {
position: absolute;
top: 5px;
right: -1px;
z-index: 2;
padding: 3px 5px 3px 6px;
background: #ee0d79;
color: #fff;
font-size: 8px;
font-weight: 900;
letter-spacing: 0.045em;
line-height: 1;
text-transform: uppercase;
}
.mm-bb-roster__slot--nominated .mm-bb-roster__portrait {
border-color: #ffcf24;
box-shadow: 0 0 0 2px rgba(255, 207, 36, 0.28), 0 3px 8px rgba(0, 0, 0, 0.32);
}
.mm-bb-roster__slot--nominated .mm-bb-roster__status {
background: #ffcf24;
color: #241307;
}
.mm-bb-roster__slot--evicted .mm-bb-roster__image {
filter: grayscale(1) brightness(0.54);
}
.mm-bb-roster__slot--evicted .mm-bb-roster__portrait {
border-color: rgba(255, 255, 255, 0.35);
}
.mm-bb-roster__slot--winner .mm-bb-roster__portrait {
border-color: #28ffee;
box-shadow: 0 0 0 2px rgba(40, 255, 238, 0.28), 0 3px 8px rgba(0, 0, 0, 0.32);
}
.mm-bb-roster__slot--winner .mm-bb-roster__status {
background: #28ffee;
color: #16052b;
}
@media only screen and (min-width: 1025px) {
.mm-bb-roster__slot {
flex: 1 1 0;
min-width: 60px;
}
.mm-bb-roster__portrait {
width: 100%;
height: auto;
aspect-ratio: 19 / 23;
}
}
@media only screen and (max-width: 1024px) {
.mm-bb-roster-shell {
margin-right: 15px;
margin-left: 15px;
}
}
@media only screen and (max-width: 480px) {
.mm-bb-roster-shell {
margin: 0 0 16px;
}
.mm-bb-roster {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.mm-bb-roster__topline {
min-height: 31px;
padding: 0 8px;
}
.mm-bb-roster__heading {
font-size: 11px;
}
.mm-bb-roster__hint {
display: inline;
font-size: 9px;
}
.mm-bb-roster__list {
gap: 6px;
padding: 8px;
}
.mm-bb-roster__slot {
flex-basis: 74px;
}
.mm-bb-roster__portrait {
width: 74px;
height: 88px;
}
.mm-bb-roster__name {
font-size: 9px;
}
}
@media (prefers-reduced-motion: reduce) {
.mm-bb-roster__image {
transition: none;
}
}