/* ====================================
   EDIT FORMU STILI
   ==================================== */

@import url('create.css');

/* Last updated */
.last-updated {
    font-size: 13px;
    color: #5a6c7d;
    padding: 10px 15px;
    background: #f8f9fa;
    border-left: 3px solid #3498db;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* Edit warning */
.edit-warning {
    background: #fff3cd;
    border-left: 3px solid #ffc107;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #856404;
}

/* Modified field */
.form-field-modified {
    border-color: #ffc107;
    background: #fffbf0;
}

/* Revision history */
.revision-history {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e8ecef;
}

.revision-history h3 {
    color: #2c3e50;
    font-size: 16px;
    margin-bottom: 15px;
}

.revision-list {
    list-style: none;
    padding: 0;
}

.revision-item {
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #5a6c7d;
}