/* Articles index and native Flatsome Blog Posts element */
.articles-page {
    padding: 72px 0 96px;
}

.articles-page__intro {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.articles-page__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #9b6b38;
    font: 600 12px/1.4 "Libre Franklin", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.articles-page__title {
    margin: 0 0 16px;
    color: #172b35;
    font: 600 42px/1.16 "Spectral", serif;
    letter-spacing: 0;
}

.articles-page__lead {
    margin: 0;
    color: #526269;
    font-size: 17px;
    line-height: 1.75;
}

.articles-native-grid {
    counter-reset: article-card;
}

.articles-native-grid .post-item {
    counter-increment: article-card;
}

.articles-native-grid .post-item > .col-inner {
    height: 100%;
}

.articles-native-grid .box-blog-post {
    display: flex;
    min-height: 390px;
    height: 100%;
    margin: 0;
    border-top: 3px solid #b98750;
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 43, 53, .09);
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}

.articles-native-grid .box-blog-post:hover {
    box-shadow: 0 18px 42px rgba(23, 43, 53, .14);
    transform: translateY(-3px);
}

.articles-native-grid .box-image {
    margin: 0;
}

.articles-native-grid .box-image img {
    object-fit: cover;
}

.articles-native-grid .box-text {
    display: flex;
    padding: 30px;
    text-align: left;
    flex: 1;
}

.articles-native-grid .blog-post-inner {
    position: relative;
    display: flex;
    min-width: 0;
    width: 100%;
    flex-direction: column;
}

.articles-native-grid .blog-post-inner::before {
    position: absolute;
    top: 31px;
    right: 30px;
    color: #c9d0d2;
    content: counter(article-card, decimal-leading-zero);
    font: 500 14px/1 "Libre Franklin", sans-serif;
}

.articles-native-grid .cat-label {
    min-height: 16px;
    margin: 0 44px 32px 0;
    color: #9b6b38;
    font: 600 11px/1.4 "Libre Franklin", sans-serif;
    letter-spacing: 0;
    opacity: 1;
    text-transform: uppercase;
}

.articles-native-grid .post-title {
    margin: 0 0 18px;
    color: #172b35;
    font: 600 25px/1.24 "Spectral", serif;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.articles-native-grid .post-title a:focus-visible,
.articles-native-grid .box-image a:focus-visible,
.articles-native-grid .button:focus-visible {
    outline: 3px solid #b98750;
    outline-offset: 3px;
}

.articles-native-grid .is-divider,
.articles-native-grid .post-meta,
.articles-native-grid .from_the_blog_comments {
    display: none;
}

.articles-native-grid .from_the_blog_excerpt {
    margin: 0;
    color: #607078;
    font-size: 14px;
    line-height: 1.7;
}

.articles-native-grid .button.is-link {
    align-self: flex-start;
    min-height: 0;
    margin: auto 0 0;
    padding: 28px 0 0;
    border: 0;
    color: #172b35;
    font: 600 13px/1.4 "Libre Franklin", sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

.articles-native-grid .button.is-link::after {
    content: " \2192";
}

@media (max-width: 48em) {
    .articles-page {
        padding: 52px 0 68px;
    }

    .articles-page__intro {
        margin-bottom: 32px;
    }

    .articles-page__title {
        font-size: 34px;
    }

    .articles-native-grid .box-blog-post {
        min-height: 340px;
    }

    .articles-native-grid .box-text {
        padding: 26px;
    }

    .articles-native-grid .blog-post-inner::before {
        top: 27px;
        right: 26px;
    }
}
