﻿.pre-translation {
    color: inherit;
    background: inherit;
    border: none;
    box-shadow: none;
    padding: 3px;
   font:inherit;
}

.translation-font {
    font-family: Manrope, sans-serif;
    font-size: 14px;
}

.mobile-context {
    /*-webkit-user-select: text;*/ /* Allow text selection on iOS and Safari */
    /*-moz-user-select: text;*/ /* Allow text selection on Firefox */
    /*-ms-user-select: text;*/ /* Allow text selection on Internet Explorer */
    /*user-select: text;*/ /* Allow text selection on modern browsers */
    cursor: pointer;
}

.voice-column {
    height: 80vh;
}

@media (max-width: 768px) {
    .voice-column {
        height: auto;
    }

    .voice-topic-text {
        max-height: 40vh;
        overflow-y: auto;
    }
}
