*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--wtheme-bg);color:var(--wtheme-text);font-family:var(--wtheme-body-font);font-size:var(--wtheme-base-size);line-height:var(--wtheme-line-height)}h1,h2,h3,h4,h5,h6{color:var(--wtheme-heading);font-family:var(--wtheme-heading-font);line-height:1.15;margin:0 0 .75em}a{color:var(--wtheme-link)}a:hover{color:var(--wtheme-link-hover)}img{height:auto;max-width:100%}.wtheme-container{margin-inline:auto;max-width:var(--wtheme-container);padding-inline:24px}.wtheme-container-boxed{background:var(--wtheme-card);box-shadow:0 10px 40px rgba(16,19,24,.08)}.wtheme-site-header{border-bottom:1px solid var(--wtheme-border);position:relative;z-index:20}.wtheme-header-sticky .wtheme-site-header{position:sticky;top:0}.wtheme-header-row>.wtheme-container,.wtheme-header-inner-full{align-items:center;display:grid;gap:20px;grid-template-columns:1fr auto 1fr;min-height:inherit}.wtheme-header-inner-full{padding-inline:24px}.wtheme-header-area{align-items:center;display:flex;gap:18px}.wtheme-header-area-center{justify-content:center}.wtheme-header-area-right{justify-content:flex-end}.wtheme-brand{align-items:center;display:flex;gap:12px}.wtheme-site-title{color:var(--wtheme-heading);font-weight:700;text-decoration:none}.wtheme-nav ul{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}.wtheme-nav a{text-decoration:none}.wtheme-button,.button,button,input[type=submit]{background:var(--wtheme-button-bg);border:var(--wtheme-button-border,1px) solid var(--wtheme-button-bg);border-radius:var(--wtheme-button-radius);color:var(--wtheme-button-text);cursor:pointer;display:inline-flex;font-weight:600;line-height:1;padding:12px 18px;text-decoration:none}.wtheme-button:hover,.button:hover,button:hover,input[type=submit]:hover{background:var(--wtheme-button-hover-bg);color:var(--wtheme-button-hover-text)}.wtheme-menu-toggle{display:none}.wtheme-mobile-menu{border-top:1px solid var(--wtheme-border);padding:16px 24px}.wtheme-mobile-menu ul{list-style:none;margin:0;padding:0}.wtheme-content-sidebar{display:grid;gap:40px;grid-template-columns:minmax(0,1fr)}.wtheme-sidebar-right .wtheme-content-sidebar{grid-template-columns:minmax(0,1fr) minmax(240px,var(--wtheme-sidebar))}.wtheme-sidebar-left .wtheme-content-sidebar{grid-template-columns:minmax(240px,var(--wtheme-sidebar)) minmax(0,1fr)}.wtheme-sidebar-left .wtheme-sidebar{grid-row:1;order:-1}#content{padding-block:56px}.wtheme-posts-grid{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.wtheme-posts-list{display:grid;gap:24px}.wtheme-posts-masonry{column-count:3;column-gap:28px}.wtheme-posts-masonry .wtheme-card{break-inside:avoid;margin-bottom:28px}.wtheme-card{background:var(--wtheme-card);border:1px solid var(--wtheme-border);border-radius:var(--wtheme-card-radius);overflow:hidden}.wtheme-card-body{padding:var(--wtheme-card-padding)}.wtheme-post-list-card{display:grid;grid-template-columns:280px minmax(0,1fr)}.wtheme-entry-meta{color:#667085;display:flex;flex-wrap:wrap;font-size:.9rem;gap:10px;margin-bottom:14px}.entry-content>*{max-width:var(--wtheme-content)}.entry-content>.alignwide{max-width:var(--wtheme-container)}.entry-content>.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw;width:100vw}.wtheme-featured-image{margin-bottom:28px}.wtheme-author-box,.wtheme-related-posts,.comments-area{border-top:1px solid var(--wtheme-border);margin-top:40px;padding-top:32px}.wtheme-author-box{display:flex;gap:18px}.widget{margin-bottom:28px}.wtheme-site-footer{margin-top:56px}.wtheme-footer-row{border-top:1px solid rgba(255,255,255,.12);padding-block:28px}.wtheme-footer-columns{display:grid;gap:32px}.wtheme-footer-columns-2{grid-template-columns:repeat(2,1fr)}.wtheme-footer-columns-3{grid-template-columns:repeat(3,1fr)}.wtheme-footer-columns-4{grid-template-columns:repeat(4,1fr)}.wtheme-footer-inner-full{padding-inline:24px}.wtheme-site-footer a{color:inherit}.wtheme-template-narrow{max-width:820px}.wtheme-empty{text-align:center;padding-block:80px}input,textarea,select{border:1px solid var(--wtheme-border);border-radius:var(--wtheme-input-radius);font:inherit;padding:12px 14px;max-width:100%}@media(max-width:900px){.wtheme-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wtheme-sidebar-right .wtheme-content-sidebar,.wtheme-sidebar-left .wtheme-content-sidebar{grid-template-columns:1fr}.wtheme-post-list-card{grid-template-columns:1fr}.wtheme-footer-columns-3,.wtheme-footer-columns-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.wtheme-header-row>.wtheme-container,.wtheme-header-inner-full{grid-template-columns:1fr auto}.wtheme-header-area-center,.wtheme-header-area-right .wtheme-nav{display:none}.wtheme-menu-toggle{display:inline-flex}.wtheme-posts-grid{grid-template-columns:1fr}.wtheme-posts-masonry{column-count:1}.wtheme-footer-columns-2,.wtheme-footer-columns-3,.wtheme-footer-columns-4{grid-template-columns:1fr}.wtheme-container{padding-inline:18px}.wtheme-button{justify-content:center}}

/* Visual header/footer builder rendering */
.wtheme-header-row.has-shadow{box-shadow:0 1px 0 var(--wtheme-border),0 8px 22px rgba(16,19,24,.06)}.wtheme-header-area{flex-wrap:wrap}.wtheme-header-element,.wtheme-footer-element{align-items:center;display:inline-flex}.wtheme-header-device-desktop .wtheme-menu-toggle{display:none}.wtheme-footer-row.has-shadow{box-shadow:0 -8px 22px rgba(16,19,24,.08)}.wtheme-footer-inner-full{display:grid;gap:32px;padding-inline:24px}.wtheme-footer-element{display:block;margin-bottom:10px}@media(max-width:768px){.wtheme-header-row>.wtheme-container,.wtheme-header-inner-full{grid-template-columns:1fr auto}.wtheme-header-area-center{display:flex;justify-content:center}}
.wtheme-header-row.has-border-bottom,.wtheme-footer-row.has-border-bottom{border-bottom:1px solid var(--wtheme-border)}.wtheme-builder-divider{background:currentColor;display:inline-block;height:1.5em;opacity:.28;width:1px}.wtheme-logo-wrap{display:inline-flex}.wtheme-logo-wrap img{display:block;height:auto;max-width:100%}
.wtheme-footer-brand{display:grid;gap:8px}.wtheme-footer-brand a{font-size:1.2rem;font-weight:800;text-decoration:none}.wtheme-footer-html{max-width:34rem;opacity:.86}.wtheme-newsletter{display:grid;gap:10px;max-width:360px}.wtheme-newsletter-title{display:block;font-size:1rem}.wtheme-newsletter p{margin:0;opacity:.86}.wtheme-newsletter-fields{display:flex;gap:8px}.wtheme-newsletter input{background:#fff;border:1px solid rgba(16,19,24,.14);border-radius:var(--wtheme-input-radius);color:#101318;min-width:0;width:100%}.wtheme-newsletter button{white-space:nowrap}.wtheme-footer-contact{font-style:normal;opacity:.86}.wtheme-footer-social{display:flex;gap:8px}.wtheme-footer-social span{align-items:center;background:rgba(255,255,255,.92);border-radius:999px;color:#101318;display:inline-flex;font-size:.75rem;font-weight:800;height:30px;justify-content:center;width:30px}.wtheme-footer-button{background:var(--wtheme-button-bg);border-radius:var(--wtheme-button-radius);color:var(--wtheme-button-text)!important;display:inline-flex;font-weight:700;padding:12px 18px;text-decoration:none}.wtheme-footer-menu ul{display:grid;gap:8px;list-style:none;margin:0;padding:0}.wtheme-footer-column-right{text-align:right}.wtheme-footer-column-center{text-align:center}@media(max-width:768px){.wtheme-footer-column-right,.wtheme-footer-column-center{text-align:left}.wtheme-newsletter-fields{display:grid}}

/* Footer builder frontend parity */
.wtheme-site-footer{margin-top:56px}.wtheme-footer-row{border-top:1px solid rgba(255,255,255,.12)}.wtheme-footer-columns{align-items:start}.wtheme-footer-element{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.14);border-radius:12px;margin:0;padding:16px}.wtheme-footer-element:empty{display:none}.wtheme-footer-element-logo .wtheme-footer-brand{align-items:start}.wtheme-footer-brand .wtheme-logo-wrap{max-width:48px}.wtheme-footer-brand .custom-logo-link{display:inline-flex}.wtheme-footer-brand img{border-radius:8px;max-height:48px;width:auto}.wtheme-footer-logo-fallback{align-items:center;background:#6f4df7;border-radius:9px;color:#fff;display:inline-flex;font-size:1.25rem;font-weight:900;height:48px;justify-content:center;width:48px}.wtheme-footer-brand p{margin:0;opacity:.78}.wtheme-footer-element-button{align-items:start;display:flex}.wtheme-footer-button,.wtheme-newsletter button{background:#6f4df7!important;border:0!important;border-radius:7px;color:#fff!important;font-weight:800;line-height:1;padding:12px 18px;text-decoration:none!important}.wtheme-footer-menu a,.wtheme-footer-brand a{text-decoration:none}.wtheme-footer-menu a:hover,.wtheme-footer-brand a:hover{text-decoration:underline}.wtheme-footer-html h4,.wtheme-newsletter-title{color:inherit;margin:0 0 6px}.wtheme-footer-html p{margin:0;opacity:.78}.wtheme-newsletter-fields input{min-height:42px}.wtheme-footer-below .wtheme-footer-element{margin-inline:auto;width:max-content;max-width:100%}@media(max-width:900px){.wtheme-footer-element{padding:14px}.wtheme-newsletter-fields{display:grid}.wtheme-footer-below .wtheme-footer-element{margin-inline:0;width:auto}}

/* Remove widget boxes from rendered footer */
.wtheme-site-footer .wtheme-footer-element{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin:0!important;padding:0!important}.wtheme-site-footer .wtheme-footer-element:empty{display:none!important}

/* Builder customization support */
.wtheme-header-row.has-border-top,.wtheme-footer-row.has-border-top{border-top:var(--wtheme-row-border-width,1px) solid var(--wtheme-row-border,var(--wtheme-border))}.wtheme-header-row.has-border-bottom,.wtheme-footer-row.has-border-bottom{border-bottom:var(--wtheme-row-border-width,1px) solid var(--wtheme-row-border,var(--wtheme-border))}.wtheme-header-row a{color:var(--wtheme-header-link,inherit)}.wtheme-footer-row a{color:var(--wtheme-footer-link,inherit)}.wtheme-footer-legal ul{display:flex;flex-wrap:wrap;gap:10px 18px;list-style:none;margin:0;padding:0}.wtheme-footer-badges{display:flex;flex-wrap:wrap;gap:8px}.wtheme-footer-badges span{border:1px solid currentColor;border-radius:999px;font-size:.8rem;line-height:1;padding:6px 10px;opacity:.82}.wtheme-back-to-top{text-decoration:none}.wtheme-back-to-top-button{background:var(--wtheme-button-bg);border-radius:var(--wtheme-button-radius);color:var(--wtheme-button-text)!important;display:inline-flex;font-weight:700;padding:10px 14px}.wtheme-back-to-top-icon{font-size:0}.wtheme-back-to-top-icon:before{content:"↑";font-size:1rem}.wtheme-visible-desktop,.wtheme-visible-tablet,.wtheme-visible-mobile{display:revert}@media(min-width:901px){.wtheme-footer-row:not(.wtheme-visible-desktop),.wtheme-header-row:not(.wtheme-visible-desktop){display:none}}@media(min-width:769px) and (max-width:900px){.wtheme-footer-row:not(.wtheme-visible-tablet),.wtheme-header-row:not(.wtheme-visible-tablet){display:none}}@media(max-width:768px){.wtheme-footer-row:not(.wtheme-visible-mobile),.wtheme-header-row:not(.wtheme-visible-mobile){display:none}}
.wtheme-site-footer .wtheme-footer-element{background:transparent;border:0;border-radius:0;padding:0}
.wtheme-site-footer .wtheme-footer-row .wtheme-footer-element,.wtheme-site-footer .wtheme-footer-row .wtheme-footer-element:hover{background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:0!important;padding:0!important}.wtheme-footer-logo-fallback{display:none!important}
