
textarea#input,textarea#output{
    padding-right: 40px;
    height: 180px;
    resize: vertical;
    
}


.act-group {
    display: flex;
    gap: 12px;
    margin: 20px 0;
    align-items: center;
}

.status{
   flex-grow: 1;
   min-width: 180px; 
}

#convert{flex-grow: 0;}

.section.input, .section.output{
    position: relative;
}

#clear, #copy{
    position: absolute;
    right: 20px;
    top: 15px;
}