.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-scd-roster-shell {
box-sizing: border-box;
width: auto;
margin: 0 25px 22px;
}
.mm-scd-roster {
position: relative;
overflow: hidden;
border: 1px solid rgba(242, 197, 82, 0.66);
border-radius: 8px;
background: linear-gradient(135deg, #1e091c 0%, #541b45 54%, #7b342c 100%);
box-shadow: 0 8px 22px rgba(35, 5, 28, 0.2);
}
.mm-scd-roster::after {
position: absolute;
right: -62px;
bottom: -96px;
width: 230px;
height: 230px;
border: 18px solid rgba(255, 216, 112, 0.08);
border-radius: 50%;
content: "";
pointer-events: none;
}
.mm-scd-roster__list {
position: relative;
z-index: 1;
display: flex;
gap: 8px;
overflow-x: auto;
margin: 0;
padding: 8px;
list-style: none;
scrollbar-color: rgba(242, 197, 82, 0.82) rgba(255, 255, 255, 0.08);
scrollbar-width: thin;
scroll-snap-type: x proximity;
-webkit-overflow-scrolling: touch;
}
.mm-scd-roster__slot {
flex: 0 0 70px;
min-width: 0;
margin: 0;
padding: 0;
scroll-snap-align: start;
}
.mm-scd-roster__portrait {
position: relative;
display: block;
overflow: hidden;
width: 70px;
height: 85px;
border: 2px solid rgba(255, 255, 255, 0.86);
border-radius: 5px;
background: #260d22;
color: #fff;
text-decoration: none;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.34);
}
.mm-scd-roster__portrait:focus-visible {
outline: 3px solid #f2c552;
outline-offset: 2px;
}
.mm-scd-roster__image {
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
object-position: 50% 18%;
transition: transform 160ms ease;
}
a.mm-scd-roster__portrait:hover .mm-scd-roster__image {
transform: scale(1.035);
}
.mm-scd-roster__name {
position: absolute;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
padding: 18px 3px 3px;
background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.92));
color: #fff;
font-size: 8px;
font-weight: 800;
line-height: 1.05;
text-align: center;
text-shadow: 0 1px 2px #000;
white-space: nowrap;
}
.mm-scd-roster__status {
position: absolute;
top: 5px;
right: -1px;
z-index: 2;
padding: 3px 5px 3px 6px;
background: #f2c552;
color: #271315;
font-size: 8px;
font-weight: 900;
letter-spacing: 0.035em;
line-height: 1;
text-transform: uppercase;
}
.mm-scd-roster__slot--runner-up .mm-scd-roster__portrait {
border-color: #d7d9df;
box-shadow: 0 0 0 2px rgba(215, 217, 223, 0.3), 0 3px 8px rgba(0, 0, 0, 0.34);
}
.mm-scd-roster__slot--runner-up .mm-scd-roster__status {
background: #d7d9df;
color: #25262a;
}
.mm-scd-roster__slot--winner .mm-scd-roster__portrait {
border-color: #f2c552;
box-shadow: 0 0 0 2px rgba(242, 197, 82, 0.34), 0 3px 8px rgba(0, 0, 0, 0.34);
}
@media only screen and (min-width: 1025px) {
.mm-scd-roster__slot {
flex: 1 1 0;
min-width: 56px;
}
.mm-scd-roster__portrait {
width: 100%;
height: auto;
aspect-ratio: 19 / 23;
}
}
@media only screen and (max-width: 1024px) {
.mm-scd-roster-shell {
margin-right: 15px;
margin-left: 15px;
}
}
@media only screen and (max-width: 480px) {
.mm-scd-roster-shell {
margin: 0 0 16px;
}
.mm-scd-roster {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.mm-scd-roster__list {
gap: 6px;
padding: 8px;
}
.mm-scd-roster__slot {
flex-basis: 74px;
}
.mm-scd-roster__portrait {
width: 74px;
height: 90px;
}
.mm-scd-roster__name {
font-size: 9px;
}
.mm-scd-roster__status {
font-size: 9px;
letter-spacing: 0;
}
}
@media (prefers-reduced-motion: reduce) {
.mm-scd-roster__image {
transition: none;
}
}