.deedpoll-popular-articles{
    position:relative;
    width:100%;
    overflow:hidden;
    box-sizing:border-box;
    background:#fbfcfe;
}
.deedpoll-popular-articles *,
.deedpoll-popular-articles *::before,
.deedpoll-popular-articles *::after{box-sizing:border-box}
.deedpoll-popular-articles__inner{
    width:100%;
    max-width:1400px;
    margin:0 auto;
}
.deedpoll-popular-articles__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:36px;
}
.deedpoll-popular-articles__title-block{
    min-width:0;
    border-left:4px solid #0A397B;
    padding-left:28px;
}
.deedpoll-popular-articles__heading{
    margin:0;
    padding:0;
    color:#082B67;
    font-family:"Cormorant Garamond", Georgia, serif;
    font-size:54px;
    line-height:1.03;
    font-weight:600;
    letter-spacing:-.015em;
}
.deedpoll-popular-articles__subtitle{
    margin-top:13px;
    color:#667085;
    font-family:Inter,Arial,sans-serif;
    font-size:17px;
    line-height:1.5;
    font-weight:400;
}
.deedpoll-popular-articles__view-all{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    min-width:190px;
    padding:13px 24px;
    border:1.5px solid #0A3476 !important;
    border-radius:28px;
    background:#fff !important;
    color:#0A3476 !important;
    font-family:Inter,Arial,sans-serif;
    font-size:15px;
    line-height:1.2;
    font-weight:600;
    text-decoration:none !important;
    box-shadow:none;
    transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.deedpoll-popular-articles__view-all:hover,
.deedpoll-popular-articles__view-all:focus-visible{
    background:#0A3476 !important;
    color:#fff !important;
    border-color:#0A3476 !important;
    text-decoration:none !important;
}
.deedpoll-popular-articles__view-all:hover{transform:translateY(-1px)}
.deedpoll-popular-articles__view-all-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}
.deedpoll-popular-articles__view-all-icon i{font-size:18px;color:currentColor!important}
.deedpoll-popular-articles__view-all-icon svg{width:18px;height:18px;fill:currentColor!important;color:currentColor!important}
.deedpoll-popular-articles__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    align-items:stretch;
}
.deedpoll-popular-articles__card{
    min-width:0;
    min-height:410px;
    padding:32px 28px 30px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    color:inherit;
    background:#fff;
    border:1px solid #E5E9F0;
    border-radius:16px;
    box-shadow:0 10px 28px rgba(30,55,95,.08);
    text-decoration:none!important;
    overflow:hidden;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.deedpoll-popular-articles__card:hover{
    transform:translateY(-4px);
    border-color:#B9CBE5;
    box-shadow:0 18px 38px rgba(30,55,95,.12);
    text-decoration:none!important;
}
.deedpoll-popular-articles__visual{
    flex:0 0 auto;
    margin:0 0 34px;
}
.deedpoll-popular-articles__visual--icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F0F4FA;
    border-radius:14px;
}
.deedpoll-popular-articles__visual--icon i{
    font-size:38px;
    line-height:1;
    color:#0A3476;
}
.deedpoll-popular-articles__visual--icon svg{
    width:38px;
    height:38px;
    color:#0A3476;
    fill:#0A3476;
}
.deedpoll-popular-articles__visual--image{
    width:100%;
    margin:-32px -28px 28px;
    width:calc(100% + 56px);
}
.deedpoll-popular-articles__featured{
    display:block;
    width:100%;
    height:135px;
    object-fit:cover;
}
.deedpoll-popular-articles__card-title{
    margin:0 0 28px;
    padding:0;
    color:#082B67;
    font-family:Inter,Arial,sans-serif;
    font-size:18px;
    line-height:1.45;
    font-weight:700;
    text-decoration:none!important;
}
.deedpoll-popular-articles__excerpt{
    margin:0;
    color:#5C6678;
    font-family:Inter,Arial,sans-serif;
    font-size:16px;
    line-height:1.75;
    font-weight:400;
}
.deedpoll-popular-articles__accent{
    display:block;
    flex:0 0 auto;
    width:36px;
    height:3px;
    margin-top:auto;
    background:#0A3476;
    border-radius:3px;
}
.deedpoll-popular-articles__empty{
    padding:45px 25px;
    text-align:center;
    color:#667085;
    font-family:Inter,Arial,sans-serif;
    font-size:17px;
}
@media(max-width:1024px){
    .deedpoll-popular-articles__heading{font-size:46px}
    .deedpoll-popular-articles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .deedpoll-popular-articles{padding-left:20px!important;padding-right:20px!important}
    .deedpoll-popular-articles__header{align-items:flex-start;flex-direction:column;gap:26px}
    .deedpoll-popular-articles__title-block{padding-left:20px}
    .deedpoll-popular-articles__heading{font-size:38px}
    .deedpoll-popular-articles__subtitle{font-size:16px}
    .deedpoll-popular-articles__view-all{min-width:0}
    .deedpoll-popular-articles__grid{grid-template-columns:1fr}
    .deedpoll-popular-articles__card{min-height:340px}
}
