﻿.label-with-help {
    display: flex;
    align-items: center;
    gap: 6px;
}

.help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #555;
    cursor: pointer;
    user-select: none;
}

.help-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 13px;
    max-width: 220px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 1000;
}
