.zotter-translate-element {
    padding: 10px 15px;
    border-top: 1px solid #eee;
}

.translate-header {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.translate-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: #F7C52D;
    border-radius: 2px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
}

.translate-controls {
    display: flex;
    gap: 6px;
    margin-bottom: 2px;
}

.translate-select {
    flex: 1;
    padding: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 11px;
}

.translate-btn {
    padding: 4px 10px;
    background: #F7C52D;
    color: #333;
    border: none;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
    font-weight: 500;
}

.translate-btn:hover {
    background: #E6B429;
}

.translate-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.translate-status {
    font-size: 10px;
    color: #666;
    font-style: italic;
    min-height: 12px;
}