/* StoryDrama Editorial Credits Add-on v1.0.0
   All selectors are isolated with the sdec- prefix so the existing theme/plugin layout is not replaced. */
.sdec-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px 20px;
    margin:16px 0 26px;
    color:#526178;
    font-size:14px;
    line-height:1.45;
    font-weight:650;
}
.sdec-meta-item{
    display:inline-flex;
    align-items:center;
    gap:7px;
}
.sdec-meta-item svg{
    width:18px;
    height:18px;
    flex:0 0 18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.sdec-meta-item a{
    color:#145df5;
    text-decoration:none;
    font-weight:850;
}
.sdec-meta-item a:hover{
    text-decoration:underline;
}
.sdec-box{
    display:grid;
    grid-template-columns:88px minmax(0,1fr);
    gap:22px;
    align-items:center;
    margin:42px 0 34px;
    padding:26px;
    border:1px solid #dce6f3;
    border-radius:18px;
    background:#fff;
    box-shadow:0 10px 30px rgba(15,23,42,.06);
}
.sdec-box-icon{
    width:82px;
    height:82px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0b1835;
    box-shadow:0 10px 22px rgba(11,24,53,.18);
}
.sdec-box-icon svg{
    width:54px;
    height:54px;
    fill:none;
    stroke:#fff;
    stroke-width:2.4;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.sdec-box-content h2{
    margin:0 0 9px;
    color:#071126;
    font-size:24px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.02em;
}
.sdec-box-content>p{
    margin:0 0 12px;
    color:#35445b;
    font-size:15px;
    line-height:1.65;
}
.sdec-reviewed{
    display:flex;
    align-items:center;
    gap:8px;
    color:#526178!important;
    font-size:14px!important;
}
.sdec-reviewed svg{
    width:20px;
    height:20px;
    flex:0 0 20px;
    fill:none;
    stroke:#145df5;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.sdec-reviewed a{
    color:#145df5;
    font-weight:800;
    text-decoration:none;
}
.sdec-reviewed a:hover{
    text-decoration:underline;
}
.sdec-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:17px;
}
.sdec-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 17px;
    border-radius:9px;
    text-decoration:none;
    font-size:14px;
    font-weight:850;
}
.sdec-primary{
    color:#fff!important;
    background:#1769ff;
    border:1px solid #1769ff;
    box-shadow:0 7px 16px rgba(23,105,255,.18);
}
.sdec-secondary{
    color:#145df5!important;
    background:#fff;
    border:1px solid #bad0ff;
}
@media(max-width:760px){
    .sdec-meta{
        align-items:flex-start;
        gap:9px;
        margin:14px 0 22px;
    }
    .sdec-meta-item{
        width:100%;
    }
    .sdec-box{
        grid-template-columns:1fr;
        padding:21px;
        gap:17px;
    }
    .sdec-box-icon{
        width:72px;
        height:72px;
    }
    .sdec-box-icon svg{
        width:47px;
        height:47px;
    }
    .sdec-actions a{
        width:100%;
    }
}
