.tax-help-center-topic {
    main .content-components:first-of-type > .sidebar-safe {
        & > *:last-child {
            padding-bottom: 0;
        }
    }

}

:where(.help-center-topic-container) {
    margin-block: 8rem;

    .faq-section {
        margin-block: 8rem;
    }

    .faq-section-header {
        padding-bottom: 1.5rem;
        border-image: linear-gradient(to right, #db864e 70%, transparent 15%) 5;
        border-bottom: 2px solid;
        font-size: 3.2rem;
        width: fit-content;
        max-width: 100%;
    }
}
