    .edit-section {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .status-badge {
      display: inline-block;
      padding: 5px 10px;
      border-radius: 15px;
      font-size: 0.9em;
      font-weight: bold;
    }
    .status-pending { background: #fff3cd; color: #856404; }
    .status-approved { background: #d4edda; color: #155724; }
    .status-rejected { background: #f8d7da; color: #721c24; }
    .warning-box {
      background: #fff3cd;
      border: 1px solid #ffeaa7;
      border-radius: 5px;
      padding: 15px;
      margin: 15px 0;
    }
    .info-box {
      background: #d1ecf1;
      border: 1px solid #bee5eb;
      border-radius: 5px;
      padding: 15px;
      margin: 15px 0;
    }
    .disabled-field {
      background-color: #e9ecef !important;
      opacity: 0.6;
    }