<section data-entry="{{ entry.slug | capitalize }}" class="news-feedback-panel w-full relative">
    <div class="container-wrapper w-full max-w-7xl mx-auto">
        <div class="padding-wrapper w-full px-6 sm:px-8 lg:px-10 py-8 lg:py-8">
            <div class="content-wrapper w-full flex flex-col xs:flex-row justify-center items-center gap-4">
                {% include themeDir ~ '/_includes/_modules/_button' with {
                    'buttonType': 'button',
                    'id': 'newsPositiveFeedbackButton',
                    'buttonText': 'Yes',
                    'title': 'Yes, this article was helpful',
                    'theme': 'primary',
                    'customIcon': 'core/share-icon.svg',
                    'addClasses': 'sm:px-16 lg:px-20'
                } %}
                {% include themeDir ~ '/_includes/_modules/_button' with {
                    'buttonType': 'button',
                    'id': 'newsNegativeFeedbackButton',
                    'buttonText': 'No',
                    'title': 'No, this article wasn\'t helpful',
                    'theme': 'octonary',
                    'customIcon': 'core/share-icon.svg',
                    'addClasses': 'sm:px-16 lg:px-20'
                } %}
            </div>
        </div>
    </div>
</section>