.mdf-blog-empty {
    width: 100%;
    max-width: none;
    margin: 18px auto 55px;
    padding: 58px 62px;
    color: #354039;
    background: linear-gradient(135deg, #edf7ef 0%, #f9fcf9 65%, #fff 100%);
    border: 1px solid #dce9df;
}
.mdf-blog-empty > span {
    display: block;
    margin-bottom: 11px;
    color: #398d4c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.mdf-blog-empty h2 { margin: 0 0 14px; color: #223329; font-size: 34px; }
.mdf-blog-empty p { max-width: 650px; margin: 0; color: #59675e; font-size: 15px; line-height: 1.75; }
.mdf-blog-empty-actions { display: flex; margin-top: 28px; align-items: center; gap: 22px; }
.mdf-blog-empty-actions .btn { min-height: 46px; padding: 12px 18px; color: #fff !important; background: #398d4c; border-color: #398d4c; text-transform: none; }
.mdf-blog-empty-link { color: #2d713d !important; font-size: 12px; font-weight: 700; text-decoration: underline; }
@media (max-width: 575px) {
    .mdf-blog-empty { margin-top: 8px; padding: 38px 24px; }
    .mdf-blog-empty h2 { font-size: 28px; }
    .mdf-blog-empty-actions { align-items: flex-start; flex-direction: column; }
}
