.inline-edit-frame {
    border: 2px dashed #007bff;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}
.inline-edit-frame:hover {
    background: #f0f8ff;
}
.inline-editor-container {
    margin-top: 10px;
}