/* Shared card headings, used only by V4 templates. */
body.v4-theme .v4-block-heading,
body.v4-theme #sidebar .v4-block-heading,
body.v4-theme #article-post .review.v4-details-shell .v4-block-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 70px;
    margin: 0 !important;
    padding: 17px 20px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf0f4 !important;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    text-align: left !important;
    text-transform: none !important;
}
body.v4-theme .v4-block-heading::before,
body.v4-theme .v4-block-heading::after,
body.v4-theme .v4-block-heading .v4-block-title::before,
body.v4-theme .v4-block-heading .v4-block-title::after {
    display: none !important;
}
body.v4-theme .v4-block-heading .v4-block-icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #f9e4e7;
    border-radius: 10px;
    background: #fff4f5;
    color: var(--v4-red, #ed1723);
}
body.v4-theme .v4-block-heading .v4-block-icon i {
    position: static !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1;
}
body.v4-theme .v4-block-heading h2.v4-block-title,
body.v4-theme #sidebar .v4-block-heading h2.v4-block-title,
body.v4-theme #article-post .review.v4-details-shell .v4-block-heading h2.v4-block-title {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #172033 !important;
    font: 700 17px/1.35 Inter, Arial, sans-serif !important;
    letter-spacing: -.25px;
    text-align: left !important;
    text-transform: none !important;
    overflow-wrap: anywhere;
}
body.v4-theme .v4-block-heading .v4-block-title a {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: inherit;
    font: inherit;
    text-decoration: none;
}
body.v4-theme .v4-block-heading .v4-block-title a:hover { color: var(--v4-red, #ed1723); }
body.v4-theme .v4-block-heading .v4-block-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 0 6px 7px;
    border: 0;
    background: transparent;
    color: var(--v4-red, #ed1723);
    font: 600 11px/1.4 Inter, Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}
body.v4-theme .v4-block-heading .v4-block-link i { position: static !important; font-size: 15px; }
body.v4-theme .v4-block-heading .v4-block-link:hover { color: #b90c17; }
body.v4-theme .v4-block-heading a:focus-visible { outline: 2px solid var(--v4-red, #ed1723); outline-offset: 4px; border-radius: 4px; }
body.v4-theme #sidebar .v4-side-card > .v4-block-heading {
    margin: -16px -16px 12px !important;
    border-radius: 13px 13px 0 0;
}
body.v4-theme .v4-my-sidebar > .v4-block-heading {
    margin: -16px -12px 12px !important;
    border-radius: 14px 14px 0 0;
}
@media (max-width: 767px) {
    body.v4-theme .v4-block-heading,
    body.v4-theme #sidebar .v4-block-heading,
    body.v4-theme #article-post .review.v4-details-shell .v4-block-heading {
        min-height: 64px;
        gap: 10px;
        padding: 14px 16px !important;
    }
}
