﻿.crear-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0.4rem 0.75rem;
    align-items: center;
    padding: 0.5rem 0;
}

.crear-label {
    font-size: 0.8rem;
    color: #495057;
    font-weight: 500;
    white-space: nowrap;
}
