.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard{
position:relative;
overflow:hidden;
margin:26px 0 0;
border:1px solid rgba(15,39,66,.14);
border-radius:18px;
padding:24px;
background:#fff;
box-shadow:0 12px 30px rgba(15,39,66,.08);
color:#172033;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__accent{
position:absolute;
inset:0 auto 0 0;
width:6px;
background:var(--pfm-team-primary,#8b0f1a);
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__header{
display:grid;
grid-template-columns:48px minmax(0,1fr) 76px;
align-items:center;
gap:16px;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__mark{
display:flex;
width:48px;
height:48px;
align-items:center;
justify-content:center;
border-radius:14px;
background:#8b0f1a;
color:#fff;
box-shadow:inset 0 0 0 3px rgba(255,255,255,.18);
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__mark svg{
display:block;
width:27px;
height:27px;
fill:none;
stroke:currentColor;
stroke-width:2.25;
stroke-linecap:round;
stroke-linejoin:round;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__kicker{
display:block;
margin:0 0 5px;
color:#8b0f1a;
-webkit-text-fill-color:#8b0f1a;
font-size:12px;
font-weight:950;
letter-spacing:.11em;
line-height:1.2;
text-transform:uppercase;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard h2{
margin:0!important;
color:#14233a!important;
-webkit-text-fill-color:#14233a!important;
font-size:25px!important;
font-weight:950!important;
line-height:1.15!important;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__header p{
margin:7px 0 0!important;
color:#5c6678!important;
-webkit-text-fill-color:#5c6678!important;
font-size:14px!important;
line-height:1.45!important;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__header img{
display:block;
width:76px!important;
height:76px!important;
object-fit:contain!important;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__actions{
display:flex;
justify-content:flex-start;
margin:18px 0 0;
}
.pfm-team-dashboard-v2 a.pfm-fantasy-featured-dashboard__button,
.pfm-team-dashboard-v2 a.pfm-fantasy-featured-dashboard__button:link,
.pfm-team-dashboard-v2 a.pfm-fantasy-featured-dashboard__button:visited{
display:inline-flex;
min-height:44px;
max-width:100%;
align-items:center;
justify-content:center;
gap:8px;
border:1px solid #8b0f1a;
border-radius:999px;
padding:11px 17px;
background:#8b0f1a;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
font-size:13px!important;
font-weight:900!important;
line-height:1.25!important;
text-align:center;
text-decoration:none!important;
}
.pfm-team-dashboard-v2 a.pfm-fantasy-featured-dashboard__button:hover,
.pfm-team-dashboard-v2 a.pfm-fantasy-featured-dashboard__button:focus-visible{
border-color:#650a12;
background:#650a12;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
outline:3px solid rgba(var(--pfm-team-primary-rgb,139,15,26),.22);
outline-offset:3px;
}
@media(max-width:680px){
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard{
margin-top:20px;
border-radius:15px;
padding:20px 17px 19px 21px;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__header{
grid-template-columns:42px minmax(0,1fr) 54px;
gap:11px;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__mark{
width:42px;
height:42px;
border-radius:12px;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__mark svg{
width:24px;
height:24px;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard h2{
font-size:21px!important;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__header img{
width:54px!important;
height:54px!important;
}
.pfm-team-dashboard-v2 .pfm-fantasy-featured-dashboard__actions,
.pfm-team-dashboard-v2 a.pfm-fantasy-featured-dashboard__button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.pfm-team-dashboard-v2 a.pfm-fantasy-featured-dashboard__button{transition:none!important}
}