.scale-btn {
    transition: transform 0.2s ease;
    cursor: pointer;
}
.scale-btn:hover {
    transform: scale(1.03);
}
.theme-header-topbar {
    display: none;
}

.menu-highlight-primary .theme-menu-content {
    padding: 10px 20px;
    display: block;
}

