body.admin-bar #wpadminbar {
transform: translateY(-100%);
transition: transform 0.3s ease-in-out;
} body.admin-bar::before {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
height: 10px; z-index: 99999;
} body.admin-bar:hover #wpadminbar,
body.admin-bar #wpadminbar:hover {
transform: translateY(0);
} body.admin-bar #wpadminbar:hover {
transform: translateY(0);
} html.admin-bar,
html.admin-bar body {
margin-top: 0 !important;
}
body.admin-bar {
margin-top: 0 !important;
padding-top: 0 !important;
} body.admin-bar .w-nav[data-collapse="all"],
body.admin-bar .w-nav[data-collapse="medium"],
body.admin-bar .w-nav[data-collapse="small"],
body.admin-bar .w-nav[data-collapse="tiny"],
body.admin-bar header[style*="position: fixed"],
body.admin-bar header[style*="position:fixed"],
body.admin-bar .navbar-fixed,
body.admin-bar .fixed-header,
body.admin-bar [style*="position: fixed"],
body.admin-bar [style*="position: sticky"] {
top: 0 !important;
} @media screen and (max-width: 782px) { body.admin-bar::before {
height: 15px;
} body.admin-bar .w-nav[data-collapse="all"],
body.admin-bar .w-nav[data-collapse="medium"],
body.admin-bar .w-nav[data-collapse="small"],
body.admin-bar .w-nav[data-collapse="tiny"],
body.admin-bar header[style*="position: fixed"],
body.admin-bar header[style*="position:fixed"],
body.admin-bar .navbar-fixed,
body.admin-bar .fixed-header,
body.admin-bar [style*="position: fixed"],
body.admin-bar [style*="position: sticky"] {
top: 0 !important;
}
} @media screen and (max-width: 600px) {
html.admin-bar {
margin-top: 0 !important;
}
} .tf-no-results {
text-align: center;
padding: 40px 20px;
color: #64748B;
font-size: 0.95rem;
} .tf-wl-unavailable {
display: none !important;
}