/* ReservationCodeMappings Module Styles */
/* Layout handled by: VerticalStackTemplate (sources), unified-grid (content) */

/* Mapping Type Section */
.mapping-type-section {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

/* DataTable customizations for mapping tables */
.mapping-data-table .table-cell {
    font-family: var(--font-family-mono);
}

.mapping-data-table .table-cell:last-child {
    width: 80px;
}

/* Row actions container */
.mapping-row-actions {
    display: flex;
    justify-content: flex-end;
    gap: var(--space-1);
}

/* Modal Form */
.mapping-modal-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

/* Add Source Modal */
.add-source-modal-content {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.add-source-description {
    color: var(--text-muted);
    margin: 0;
}
