.vintage-measurements-container-59eb5a73 {
    margin: 1rem 0;
    width: 100%;
}

.vintage-measurements-grid-59eb5a73 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.vintage-measure-card-59eb5a73 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
}

.vintage-measure-label-59eb5a73 {
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.vintage-measure-val-59eb5a73 {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.vintage-measurements-empty-59eb5a73 {
    padding: 10px;
    background: #fef2f2;
    border: 1px dashed #fca5a5;
    color: #991b1b;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
}
