html {
    font-size: 10px;
}
body {
    font-family: "ELO Sans Pro", Arial, sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.42857143;
    color: #4b4d52;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: var(--wp--preset--color--darkgrey);
}
p, a {
    color: #4b4d52;
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container { max-width: 750px; }
}
@media (min-width: 992px) {
    .container { max-width: 970px; }
}
@media (min-width: 1200px) {
    .container { max-width: 1170px; }
}
@media (min-width: 1400px) {
    .container { max-width: 1350px; }
}
a {
    position: relative;
    color: var(--wp--preset--color--orange);
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
a:hover {
    color: #dc8c00;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.text-center {
    text-align: center !important;
}
.wp-block-button .has-orange-background-color {
    color: #ffffff !important;
    background-image: linear-gradient(#f49500,#ee7501);
    border: none;
}
.wp-block-button .has-orange-background-color:hover {
    background-color: #f88000 !important;
    border-color: #f88000;
    background-image: none;
}
.wp-block-button__link {
    margin-right: 1.2em;
    padding: 12px 20px;
    border-radius: .5rem;
}
.header-container {
    border-bottom: 1px solid var(--wp--preset--color--lightgrey);
    padding: 20px 0;
    position: sticky;
    top: 0;
    background-color: var(--wp--preset--color--white);
    z-index: 100;
}
.footer-container {
    padding-top: 20px;
    padding-bottom: 7px;
    background-color: var(--wp--preset--color--darkgrey);
    color: white;
}
.footer-inner {
    text-align: center;
    vertical-align: middle;
}
.footer-content, .footer-content * {
    display: inline-block;
}
.footer-content li a {
    padding: 15px 9px;
    color: var(--wp--preset--color--white) !important;
    font-size: 16px;
}
.postheader-title {
    padding-bottom: 15px;
}
.postheader-meta li {
    list-style: none;
}
.postheader-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.postlist-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: flex-start;
    padding: 72px 0;
}
.postlist {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
}
.postlist-item > a {
    display: contents;
}
.postlist-item-hero {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: stretch;
}
.postlist-item-hero .postlist-featuredimage img {
    height: 100%;
    object-fit: cover;
}
.postlist-item {
    border: 1px solid var(--wp--preset--color--lightgrey);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}
.postlist-featuredimage img {
    height: 105px;
    object-fit: cover;
    width: 100%;
    display: block;
}
.postlist-content {
     padding: 20px;
    color: var(--wp--preset--color--darkgrey);
 }
.postlist-title {
    font-size: 2.1rem;
    margin-bottom: 12px;
}
.postlist-meta {
    font-size: 1.4rem;
    font-weight: 300;
}
.postlist-description {
    line-height: 1.55;
    overflow: hidden;
    font-weight: 300;
}
.postlist-category {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 15px 0;
}
.blog-sidebar {
    flex: 0 0 260px;
    border-left: 1px solid #ddd;
    padding-left: 30px;
    position: sticky;
    top: 100px;
}
.blog-sidebar .sidebar {
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.widget {
    background: var(--wp--preset--color--lightgrey);
    border-radius: 10px;
    border: 1px solid var(--wp--preset--color--lightgrey);
    padding: 0 20px;
    margin-bottom: 40px;
}
.widget-title, .ez-toc-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li {
    margin-bottom: 10px;
}
.widget a {
    color: var(--wp--preset--color--darkgrey);
    font-weight: 400;
}
.widget a:hover {
    color: var(--wp--preset--color--orange);
}
@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }
    .postlist, .single-layout {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 992px) {
    .single-layout {
        flex-direction: column;
    }
}
.wp-block-group {
    padding: 30px;
}
.recent-posts {
     background: var(--wp--preset--color--lightgrey);
     padding: 60px 15px;
 }
.recent-posts-container {
    margin-top: 72px;
    margin-bottom: 30px;
}
.recent-posts-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.recent-post-item {
    flex: 1 1 0;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--wp--preset--color--lightgrey);
    border-radius: 10px;
}
.recent-post-featuredimage figure {
    margin: 0;
}
.recent-post-featuredimage img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.recent-post-meta {
    padding: 15px;
    font-weight: 300;
}
.recent-post-title {
    font-size: 1.8rem;
    margin: 15px 0 0;
    line-height: 1.3;
    color: var(--wp--preset--color--darkgrey);
}
.recent-posts h2 {
     margin-bottom: 40px;
     text-align: center;
 }
.dashicons {
    margin-right: .6rem;
}
.single-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 40px auto;
}
.content-area {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 750px;
}
.box-zoom {
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: white;
}
.box-zoom img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-zoom:hover {
    background: #f6f6f6;
}
.box-zoom:hover img {
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0781, M12=0, M21=0, M22=1.0781, SizingMethod='auto expand')";
}
.box-zoom:hover .postlist-title,
.box-zoom:hover .recent-post-title {
    color: var(--wp--preset--color--orange);
}
.pagination {
    padding-bottom: 72px;
}
.pagination a {
    padding: .5rem .75rem;
    color: #4b4d52;
}
.pagination .current {
    color: var(--wp--preset--color--orange);
    font-weight: 600;
}

.article-hero , .author-hero{
    background: var(--wp--preset--color--lightgrey);
    padding: 40px 15px 20px 15px;
}
.meta-categories {
    margin-top: 10px;
}
.meta-categories a {
    color: var(--wp--preset--color--darkgrey);
}
.meta-categories a:hover {
    color: var(--wp--preset--color--orange);
}
.post-featuredimage img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.post-content {
    line-height: 1.5em;
}
.author-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 72px;
}
.author-card {
    border: 1px solid var(--wp--preset--color--lightgrey);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    text-align: center;
}
.author-card-link {
    display: block;
    padding: 30px 20px;
}
.author-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
.author-name {
    margin: 0;
}
.author-hero-image img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}
.author-content {
    margin: 30px;
}
.author-bio {
    max-width: 700px;
    margin: 30px auto;
    line-height: 1.5em;
}
@media (max-width: 768px) {
    .postlist-container {
        flex-direction: column;
        gap: 30px;
    }
    .postlist, .postlist-item-hero {
        display: block;
    }
    .postlist-item {
        margin-bottom: 20px;
    }
    .blog-sidebar {
        width: 100%;
        border-left: none;
        padding-left: 0;
        position: relative;
        top: 0;
    }
    .recent-post-item {
        flex: 1 1 100%;
    }
}