/**
Theme Name: MeWeb Business
Theme URI: https://meweb.vn
Author: CTY TNHH MTV Công Nghệ MePage
Author URI: https://meweb.vn
Description: MeWeb - Dịch Vụ Thiết Kế Website chuẩn SEO Chuyên Nghiệp Tận Tâm. Giúp công ty của bạn phát triển là sứ mệnh của chúng tôi.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meweb
*/

:root {
    --mw-primary: #4E99AE;
    --mw-second: #28617E;
    --mw-text: var(--mw-black);
    --mw-accent: #4E99AE;
    --mw-black: black;
    --mw-white: white;
    --mw-max-width: 1140px;
}
html,body,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit;transition: all 0.5s;}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
button {
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 5px;
}
a {
    color: var(--mw-primary);
    text-decoration:none;
}
a:hover {
    color: var(--mw-second);
}
p {
    margin-bottom: 20px;
}
.site-main {
    max-width: var(--mw-max-width);
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page-content[data-layout="grid"] {
    display: grid;
    gap: 20px;
}
.page-content[data-layout="grid"] article.post {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}
.page-content[data-layout="grid"] article.post img.wp-post-image {
    height: 250px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.page-content[data-layout="grid"] article.post h3.entry-title, article.post p {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-content[data-layout="grid"] article.post h3.entry-title {
    color: var(--mw-primary);
}

@media(min-width:768px) {
    .page-content[data-layout="grid"] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width:767px) {
    
}