.transletty-wrap .transletty-langs {
    max-width: 720px;
    margin-bottom: 8px;
}
.transletty-wrap .transletty-langs input[type="text"] {
    width: 100%;
}
.transletty-translations {
    margin: 0;
}
.transletty-translations li {
    margin-bottom: 6px;
    border-bottom: 1px solid #f0f0f1;
    padding-bottom: 6px;
}
.transletty-translations li:last-child {
    border-bottom: none;
}

/* Frontend switcher gets styled by the theme; only a sane default here. */
.transletty-switcher {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.transletty-switcher .transletty-current a {
    font-weight: 600;
    text-decoration: none;
}
