/* STREAMING_CHUNK: Defining core theme metadata and structural utility classes... /
/
Theme Name: HNC.blog
Theme URI: https://hnc.io.vn
Author: HNC
Author URI: https://hnc.io.vn
Description: Premium minimal blog theme with HNC Card-Based UI style.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hnc-blog
*/

.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}