.et-translator-container {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.et-language-section {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.et-language-section label {
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.et-language-section select,
.et-language-section textarea {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    resize: vertical;
}

.et-language-section textarea {
    min-height: 120px;
}

.et-language-section textarea[readonly] {
    background-color: #f5f5f5;
}
