/* AI Exercise Plan Styles */

.ai-changed-cell {
    border: 2px dashed #4dabf7 !important;
    background-color: #e7f5ff !important;
    border-radius: 4px;
}

.ai-new-row {
    background-color: #e6fcf5 !important;
}

.plan-row-actions {
    display: flex;
    gap: 4px;
    align-items: center;
}

.plan-row-action-btn {
    padding: 2px 6px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.plan-review-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.plan-explanation {
    margin-bottom: 16px;
    font-size: 14px;
}

.plan-add-row-cell {
    text-align: center;
    padding: 4px !important;
}

.plan-cell-input {
    border: 1px solid transparent;
    background: transparent;
    padding: 4px 6px;
    width: 100%;
    font-size: 13px;
}

.plan-cell-input:focus {
    border-color: #4dabf7;
    background: #fff;
    outline: none;
    border-radius: 3px;
}

.exercise-plan-table {
    width: 100%;
    min-width: 700px;
}

.exercise-plan-table th {
    background-color: rgb(230, 230, 230);
    font-weight: bold;
    font-size: 13px;
    padding: 8px;
    white-space: normal;
}

.exercise-plan-table td {
    padding: 4px 6px;
    font-size: 13px;
    vertical-align: middle;
}

.exercise-plan-table tbody tr:nth-child(odd) {
    background-color: rgb(248, 248, 248);
}

.plan-edit-input-group {
    margin-top: 16px;
    margin-bottom: 16px;
}

.plan-content-wrapper {
    position: relative;
}

.plan-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 4px;
}

.plan-day-add-btn {
    padding: 0 4px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    margin-left: 4px;
    vertical-align: middle;
}
