/* Multiple Authors Admin Styles */
.eeat-search-loading,
.eeat-no-results,
.eeat-search-error {
    padding: 10px;
    text-align: center;
    color: #666;
    font-style: italic;
}

.eeat-author-placeholder {
    height: 60px;
    background: #f0f0f0;
    border: 2px dashed #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}

.ui-sortable-helper {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transform: rotate(2deg);
}

.eeat-author-info {
    cursor: move;
}

.eeat-author-info:hover {
    background: #f8f9fa;
}