/*
Theme Name: Style Plugin LanguageFunction
Theme URI: https://webcontent.site/
Description: Style ปลั๊กอินสองภาษา ไทยและอังกฤษ.
Author: Your Bluetb
Author URI: https://webcontent.site/
Version: 1.0
License: Bluetb
*/
.readmore-text-language {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.readmore-text-language.expanded {
    max-height: 144px;
}
.readmore-toggle-language {
    color: #000;
    cursor: pointer;
    display: inline;
}