/* Profile Measures Component
 * Misure modella nella sidebar profilo
 */

.mg2025-measures {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.mg2025-measures h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
}

.mg2025-measures-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    font-size: 0.875rem;
}

.mg2025-measure-label {
    color: #ccc;
}

.mg2025-measure-value {
    color: #fff;
    font-weight: 500;
}

