.cd-aff{
margin-top: 18px;
padding: 0;
}
.cd-aff__inner{
border: 1px solid rgba(30,58,95,.14);
border-radius: 14px;
padding: 14px 14px 10px;
background: rgba(30,58,95,.03);
}
.cd-aff__title{
font-weight: 900;
letter-spacing: .2px;
margin-bottom: 8px;
}
.cd-aff__sub{
margin-top: 10px;
font-weight: 800;
opacity: .9;
}
.cd-aff__list{
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 8px;
}
.cd-aff__item{
display: flex;
gap: 10px;
align-items: flex-start;
}
.cd-aff__bullet{
width: 22px;
flex: 0 0 22px;
line-height: 1.2;
}
.cd-aff__text{
line-height: 1.35;
}
.cd-aff__note{
margin-top: 10px;
opacity: .7;
}