.lf-nav-item:hover .lf-dropdown, .lf-nav-item.open .lf-dropdown { opacity: 1; transform: translateY(0); pointer-events: all; } .lf-nav-item:hover .lf-chevron, .lf-nav-item.open .lf-chevron { transform: rotate(-135deg) translateY(-2px); } .lf-dropdown { top: 100% !important; padding-top: 10px !important; } .admin-bar .lf-header { top: 32px; } @media screen and (max-width: 782px) { .admin-bar .lf-header { top: 46px; } } body { padding-top: 80px; } .lf-drawer-close { position: absolute; top: 24px; right: 24px; background: none; border: none; color: #f0ebe2; font-size: 20px; cursor: pointer; padding: 8px; line-height: 1; opacity: .7; transition: opacity .2s; } .lf-drawer-close:hover { opacity: 1; } .cmplz-btn.cmplz-accept { background: #c9a84c !important; color: #132d27 !important; font-weight: 700 !important;