/**
 * Schedule Config Import Page Styles
 */

.sie-schedule-import-config {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sie-config-step {
    margin-bottom: 25px;
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sie-step-indicator {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2196F3;
    color: #2196F3;
}

.sie-step-indicator .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.sie-step-description {
    margin: 15px 0;
}

.sie-form-row {
    margin-bottom: 20px;
}

.sie-form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.sie-form-row .required {
    color: #dc3232;
}

.sie-form-row input[type="text"],
.sie-form-row select {
    width: 100%;
    max-width: 400px;
}

.sie-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sie-radio-group label {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sie-mapping-table-wrapper {
    overflow-x: auto;
    margin: 10px 0 15px 0;
}

.sie-mapping-table {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
}

.sie-mapping-table thead th {
    background: #f5f5f5;
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: 2px solid #ddd;
    text-align: left;
    font-size: 14px;
}

.sie-mapping-table tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.sie-mapping-table select {
    width: 100% !important;
    min-width: 200px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    line-height: 1.4;
    height: auto;
}

.sie-mapping-table select:focus {
    border-color: #2271b1;
    outline: none;
    box-shadow: 0 0 0 1px #2271b1;
}

.sie-mapping-table tbody tr {
    transition: background 0.2s;
}

.sie-mapping-table tbody tr:hover {
    background: #f9f9f9;
}

.sie-mapping-row {
    background: #fff;
}

.sie-mapping-row:hover {
    background: #f9f9f9;
}

.sie-add-mapping-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sie-remove-mapping-btn {
    color: #fff;
    background: #dc3232;
    border: none;
    padding: 6px 12px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sie-remove-mapping-btn:hover {
    background: #c92c2c;
}

.sie-remove-mapping-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.sie-fields-reference {
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
}
