body.page-serie-detail .section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #073847;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: left;
    text-transform: none;
}

body.page-serie-detail .section-title::before {
    display: none;
}

body.page-serie-detail .section-title::after {
    content: "";
    position: static;
    flex: 1 1 auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(7, 143, 166, 0.35), transparent);
}

body.page-serie-detail .section-title .serie-section-icon {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(7, 143, 166, 0.18);
    border-radius: 12px;
    background: linear-gradient(135deg, #e8fbfd, #d6f4f8);
    color: #078fa6;
    font-size: 1.05rem;
    box-shadow: 0 10px 24px rgba(7, 143, 166, 0.12);
}

body.page-serie-detail .section-title .serie-section-icon i {
    display: block;
    width: auto;
    margin: 0;
    line-height: 1;
    text-align: center;
}

body.page-serie-detail .serie-section-label {
    display: inline;
    flex: 0 0 auto;
    padding: 0;
    background: transparent;
}

@media (max-width: 600px) {
    body.page-serie-detail .section-title {
        margin-bottom: 16px;
        font-size: 1.3rem;
    }

    body.page-serie-detail .section-title .serie-section-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
}
