.jvectormap-label {
    position: absolute;
    display: none;
    border-radius: 6px;
    background: rgba(20, 20, 20, 0.9);
    color: #f5f5f5;
    font-family: var(--font-sans), sans-serif;
    font-size: 12px;
    opacity: 1;
    padding: 6px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 1000;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 12px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #f5f5f5;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.2s, transform 0.2s;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.jvectormap-zoomin {
    top: 12px;
}

.jvectormap-zoomout {
    top: 52px;
}

.jvectormap-region {
    cursor: pointer;
}
