.bvi-panel {
    display: none;
    width: 100%;
    background: #f1eddd;
    z-index: 10001;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px 15px rgba(67, 75, 68, 0.2);
    border-bottom: 1px solid rgba(67, 75, 68, 0.1);
}

.bvi-panel.active {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.bvi-container {
    width: 90%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bvi-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bvi-group span {
    font-size: 12px;
    font-weight: 800;
    color: #434b44;
    letter-spacing: 1px;
}

.bvi-btn {
    padding: 8px 18px;
    border: 1px solid rgba(67, 75, 68, 0.2);
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    border-radius: 40px;
    color: #434b44;
    transition: all 0.2s;
    font-size: 14px;
}

.bvi-btn:hover {
    background: #e2dfd0;
}

.bvi-btn-close {
    background: #434b44;
    color: #fff;
    border: none;
}

.bvi-resizer-20 * { font-size: 20px !important; }
.bvi-resizer-24 * { font-size: 24px !important; }
.bvi-grayscale { filter: grayscale(100%) !important; }
.bvi-invert { filter: invert(100%) hue-rotate(180deg) !important; }
.bvi-invert img { filter: invert(100%) hue-rotate(180deg) !important; }
