.frm-licence-editor {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.frm-licence-photo {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.frm-licence-photo h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
}

.frm-licence-photo img,
.frm-licence-photo .frm-licence-photo-full {
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.frm-licence-edit-form .frm_form_field {
    margin-bottom: 20px;
}

.frm-licence-edit-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.frm-licence-edit-form .frm_text {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.frm-licence-edit-form .frm_text:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.1);
}

.frm-licence-edit-form .frm_description {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 13px;
}

.frm-licence-edit-form .frm_submit {
    margin-top: 25px;
}

.frm-licence-edit-form .frm_button_submit {
    padding: 10px 24px;
    background: #4a90e2;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.frm-licence-edit-form .frm_button_submit:hover {
    background: #357abd;
}

.frm_message {
    padding: 12px 16px;
    margin-bottom: 20px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    color: #155724;
}

.frm_error_style {
    padding: 12px 16px;
    margin-bottom: 20px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
}

.frm-ai-extract {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.frm_button_ai {
    padding: 10px 24px;
    background: #8e44ad;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.frm_button_ai:hover:not(:disabled) {
    background: #732d91;
}

.frm_button_ai:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.frm-ai-status {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.frm-ai-status.loading {
    color: #4a90e2;
}

.frm-ai-status.success {
    color: #27ae60;
}

.frm-ai-status.error {
    color: #e74c3c;
}