.wplc-logo-item {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.wplc-logo-preview {
    width: 100px;
    height: 100px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
}

.wplc-logo-preview img {
    max-width: 100%;
    max-height: 100%;
}

.wplc-logo-fields {
    flex-grow: 1;
}

.wplc-logo-actions {
    cursor: move;
}

.wplc-sortable-placeholder {
    border: 1px dashed #ccc;
    background: #f9f9f9;
    height: 120px;
    margin-bottom: 10px;
}

.handle {
    font-size: 20px;
    color: #999;
}

.handle:hover {
    color: #333;
}
