/* TKJ Legal (Australia) — site-wide additions. Managed by the tkj-brand mu-plugin.
   Unlike the other TKJ Legal sites, AU's page design still lives inline on Home (13) and Pilot (16);
   this file holds only what must apply on every page.
   Typography matches tkjglobalmedia.co (19 Sep 2026): Poppins for headings, labels, nav and buttons; Inter for body text. */

/* TKJ Pricing widget: same typography as the rest of the site */
body .tkjp{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
body .tkjp .tkjp-name,body .tkjp .tkjp-cur,body .tkjp .tkjp-amt,body .tkjp .tkjp-ribbon,body .tkjp .tkjp-btn,body .tkjp .tkjp-toggle-btn,body .tkjp .tkjp-save-pill{font-family:'Poppins',sans-serif}

/* Button contrast, WCAG AA (19 Sep 2026) */
/* header CTA: the gold button's own navy text; .nav a had turned it light grey on gold (1.76:1, hover 1.52:1) */
.nav a.btn-gold,.nav a.btn-gold:hover{color:#0B1B30}
/* cookie banner 'Decline optional': #888 on white was 3.54:1 */
#tkjcc-modal #tkjcc-decline{color:#555}
#tkjcc-modal #tkjcc-decline:hover{color:#222}
/* sidebar search button on the default Divi pages: #666 on #ddd was 4.23:1 */
.et_pb_widget .wp-block-search .wp-block-search__button{color:#1C2430}
/* default Divi comment buttons on posts ('Reply', 'Submit Comment'): Divi blue #2ea3f2 on white was 2.75:1 */
#comment-wrap .comment-reply-link,#comment-wrap .form-submit .et_pb_button,#comment-wrap .comment-reply-link:hover,#comment-wrap .form-submit .et_pb_button:hover{color:#0F2540}
#comment-wrap .comment-reply-link,#comment-wrap .form-submit .et_pb_button{border-color:#0F2540}
