.elementor-115023 .elementor-element.elementor-element-8e190f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-115023 .elementor-element.elementor-element-2a36c2d{text-align:center;}.elementor-115023 .elementor-element.elementor-element-2a36c2d .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:45px;font-weight:400;text-transform:uppercase;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-115023 .elementor-element.elementor-element-6ab2aa6{--divider-border-style:solid;--divider-color:#0E4985;--divider-border-width:4px;}.elementor-115023 .elementor-element.elementor-element-6ab2aa6 .elementor-divider-separator{width:70px;margin:0 auto;margin-center:0;}.elementor-115023 .elementor-element.elementor-element-6ab2aa6 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-115023 .elementor-element.elementor-element-3403f15{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-115023 .elementor-element.elementor-element-01150f1{--grid-columns:1;--grid-row-gap:0px;--grid-column-gap:0px;}.elementor-115023 .elementor-element.elementor-element-01150f1 .elementor-pagination{text-align:center;margin-top:30px;}body:not(.rtl) .elementor-115023 .elementor-element.elementor-element-01150f1 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-115023 .elementor-element.elementor-element-01150f1 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-115023 .elementor-element.elementor-element-01150f1 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-115023 .elementor-element.elementor-element-01150f1 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-115023 .elementor-element.elementor-element-8acc0b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-115023 .elementor-element.elementor-element-8e190f7{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-115023 .elementor-element.elementor-element-01150f1{--grid-columns:2;}}@media(max-width:767px){.elementor-115023 .elementor-element.elementor-element-8e190f7{--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}.elementor-115023 .elementor-element.elementor-element-01150f1{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-af34ce5 */.dea-news-archive-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dea-archive-btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #d6a21c;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.dea-archive-btn:hover {
    background-color: #b8860b;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .dea-news-archive-buttons {
        flex-direction: column;
    }

    .dea-archive-btn {
        width: 200px;
        text-align: center;
    }
}
.dea-archive-btn.active {
    background-color: #000;
    color: #fff !important;
}/* End custom CSS */