/* WhatsMenu category bar final */
.whats-cat-wrap{position:sticky;top:0;background:#fff;z-index:9999;padding:10px 0;box-shadow:0 2px 6px rgba(0,0,0,0.04);display:flex;justify-content:center}
.whats-cat{width:100%;max-width:1100px;padding:0 12px;box-sizing:border-box;display:flex;align-items:center}
.whats-cat-scroll{display:flex;gap:18px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:6px 0;flex:1 1 auto;scroll-snap-type:x mandatory;align-items:center}
.whats-cat-scroll::-webkit-scrollbar{display:none}
.whats-cat-item{white-space:nowrap;padding:8px 6px;color:#444;text-decoration:none;font-weight:600;position:relative;scroll-snap-align:center;transition:color .12s;font-size:15px}
.whats-cat-item:hover{color:#d73a4a}
.whats-cat-item.active{color:#d73a4a}
.whats-cat-item.active::after{content:'';position:absolute;left:0;right:0;bottom:-10px;height:3px;background:#d73a4a;border-radius:2px;margin:0 auto;width:60%}


/* auto added to support logo overlap */
.section-after-header{ margin-top:-70px !important; padding-top:110px !important; }


/* FINAL ADJUSTMENTS APPLIED BY ASSISTANT */
/* Ensure logo overlap */
.wm-inner { bottom: -70px !important; position: absolute !important; left:50% !important; transform: translateX(-50%) !important; z-index: 9999 !important; }

/* Category bar final position */
.whats-cat-wrap { margin-top: 80px !important; }

/* Clean up old temporary rules that might conflict */
.section-after-header { margin-top: 0 !important; padding-top: 0 !important; }
header.top, .top, .old-header, .header-top { display: none !important; }
