/* Article Landing Page - Menu Styling */
/* This ensures the dynamic menu uses the same styling as the main site */

.page-template-article_single_custom_landing1 #header-outer nav > ul.sf-menu > li > a {
    color: rgb(0, 0, 0) !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: -0.34px !important;
    line-height: 17px !important;
}

/* Ensure the hover effects work on the article template */
.page-template-article_single_custom_landing1 #header-outer nav > ul.sf-menu > li > a:hover {
    transform: scale(1.01) !important;
    letter-spacing: 0px !important;
}

/* Ensure button styling on article pages */
.page-template-article_single_custom_landing1 #header-outer nav > ul.buttons > li.menu-item-btn-style-button_accent-color > a {
    background-color: #ff6b3d !important;
    color: #ffffff !important;
    padding: 13px 30px !important;
    border-radius: 30px !important;
}

.page-template-article_single_custom_landing1 #header-outer nav > ul.buttons > li.menu-item-btn-style-button_accent-color > a:hover {
    transform: scale(1.08) !important;
}
