/*
Theme Name: VNTYPE.COM
Theme URI: https://vntype.com/
Author: Bạn
Author URI: https://vntype.com/
Description: Theme WordPress cơ bản thiết kế bởi VNTYPE.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vntype
Tags: custom, fonts, minimal
*/
html {
    scroll-behavior: smooth;
}
body.no-scroll {
    overflow: hidden;
}
body, html, * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

:target::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}
.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 100;
    background: #000;
    color: #fff;
    padding: 10px;
}
.skip-link:focus {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
}
.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

code, pre {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
}
.wp-block-code code {
	color:#0d0d0d;
	font-size:14px;
	line-height:24px;
	padding:16px;
	background: #eee;
    border-radius: 8px;
}
.layout-narrow .wp-block-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.posts-grid h2.entry-title{
	font-size: 1.3rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    transition: all .3s;
}