/* Entity Makeup Grid Modal Styles */
#entity-makeup-grid-modal .mapping-table th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    font-weight: 600;
    padding: 15px 12px;
}

#entity-makeup-grid-modal .mapping-table td {
    padding: 15px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

#entity-makeup-grid-modal .entity-key-link {
    cursor: pointer;
    font-weight: bold;
    transition: opacity 0.2s ease;
}

#entity-makeup-grid-modal .entity-key-link:hover {
    color: #c52433;
    text-decoration: underline;
    text-decoration: none;
}

#entity-makeup-grid-modal .entity-key-link-wrapper {
    margin-bottom: 5px;
}

#entity-makeup-grid-modal .mapping-table td:first-child {
    text-align: center;
    width: 40px;
}

.makeup-grid-status-message {
    text-align: center;
    padding: 40px 20px;
    font-style: italic;
    color: #666;
}

.makeup-grid-status-message.error {
    color: #c52433;
    font-weight: bold;
}

