.dgis-helpinfo-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid #999;
    color: #999;
    background: none;
    font-size: 9px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 11px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
    vertical-align: middle;
}

.dgis-helpinfo-icon:hover {
    border-color: #555;
    color: #555;
}

.dgis-helpinfo-popover {
    width: 256px;
    padding: 12px;
    background: #374151;
    color: #fff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    overflow: visible;
}

.dgis-helpinfo-popover-message {
    margin: 0 0 12px 0;
}

.dgis-helpinfo-learn-more {
    display: inline-block;
    padding: 6px 12px;
    background: #3b82f6;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 4px;
    cursor: pointer;
}

.dgis-helpinfo-learn-more:hover {
    background: #2563eb;
    color: #fff !important;
    text-decoration: none !important;
}

.dgis-helpinfo-learn-more-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    vertical-align: middle;
}
