.tw-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    transition: all 0.25s ease;
}

.tw-header.scrolled {
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
/* Make parent <li> the positioning anchor */
.tw-menu-root > li {
    position: relative;
}

/* Position dropdown directly under its parent */
.tw-menu-root > li > .tw-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 10px 0;
    z-index: 9999;
}
.sticky-summary {
    position: sticky;
    top: 0;
    background: #ffffff;
    padding: 12px 18px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    z-index: 9999;
}
