/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767934056
Updated: 2026-01-09 04:47:36

*/

<style>
.p1 {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cp_archive_wrapper {
    padding-bottom: 90px;
}
.select_cp_year {
    color: var(--text, #161616);
    width: 195.693px;
    padding: 8px 16px;
    margin-left: auto;
    border-radius: 0;
    border: 1px solid #333;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tax_year_select_wrap {
    margin-bottom: 50px;
    position: relative;
}
.tax_year_select_wrap:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M16 10L12 14L8 10" stroke="%23414042" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    right: 12px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    z-index: 1;
}
.ajax_pagination {
    margin-inline: auto;
    width: fit-content;
    display: flex;
    gap: 8px;
}
.ajax_pagination .page-numbers {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--secondary1, #004138);
    text-align: center;
    padding: 0 7px;
    background: transparent;
    transition: all 0.3s ease;
}
.ajax_pagination .page-numbers:not(.next, .prev) {
    border: 1px solid var(--secondary1, #004138);
    width: 30px;
    height: 30px;
    padding: 0 9px;
}
.ajax_pagination .page-numbers.current {
    background: var(--secondary1, #004138);
    color: #fff;
}
.ajax_pagination svg {
    width: 24px;
}
@media(max-width: 767px){
    .tax_year_select_wrap {
        margin-bottom: 10px;
    }
    .cp_archive_wrapper {
        padding-bottom: 30px;
    }
}
</style>