.row {
    margin-top: 50px;
}

.blog-hero {
    margin: 120px 100px 60px 100px;
}

.blog-title {
    font-family: "Futura LT Light", Futura, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 72px;
    line-height: 1.0;
    color: rgb(96, 86, 86);
    margin-bottom: 20px;
}

.blog-subtitle {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
    color: #555555;
    font-weight: 300;
}

.blog-card {
    margin-bottom: 60px;
    min-height: 430px;
}

.blog-card h2 {
    margin-left: 0;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 300;
}

.blog-card h2 a,
.blog-readmore {
    color: rgb(96, 86, 86);
    text-decoration: none;
    font-weight: 300;
}

.blog-card h2 a:hover,
.blog-readmore:hover {
    color: #a7b7b4;
    text-decoration: none;
}

.blog-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 24px;
}

.blog-meta {
    color: #a7b7b4;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 18px;
    font-weight: 300;
}

.blog-excerpt {
    line-height: 1.8;
    margin-bottom: 22px;
    color: #555555;
    font-weight: 300;
}

.blog-article {
    max-width: 880px;
    margin-top: 120px;
    margin-bottom: 90px;
}

.blog-article h1 {
    font-family: "Futura LT Light", Futura, "Avenir Next", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 58px;
    line-height: 1.1;
    color: rgb(96, 86, 86);
    margin-bottom: 30px;
}

.blog-featured {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    margin: 20px 0 45px 0;
}

.blog-content {
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-content h2,
.blog-content h3 {
    color: rgb(96, 86, 86);
    font-weight: 300;
    margin-top: 42px;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
}

.blog-back {
    margin-top: 50px;
}

.blog-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 50px;
    padding-top: 28px;
    border-top: 1px solid #e7e7e7;
}

.blog-views,
.blog-like-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
}

.blog-views {
    color: #555555;
    background: #f6f7f7;
}

.blog-like-button {
    border: 1px solid #dfe5e3;
    background: #ffffff;
    color: rgb(96, 86, 86);
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.blog-like-button:hover {
    background: #eef3f2;
    border-color: #a7b7b4;
    transform: translateY(-1px);
}

.blog-like-button.is-liked {
    background: #a7b7b4;
    border-color: #a7b7b4;
    color: #ffffff;
}

.blog-like-button:disabled {
    cursor: default;
    opacity: 0.85;
}

.blog-like-message {
    margin-top:20px;
    color:rgb(96,86,86);
    font-size:15px;
    font-weight:400;
}

@media (max-width:768px) {
    .blog-hero {
        margin: 50px 50px 30px 50px;
    }

    .blog-title {
        font-size: 42px;
        color: #5a5050;
    }

    .blog-subtitle,
    .blog-excerpt,
    .blog-content {
        color: #4f4f4f;
        font-weight: 300;
    }

    .blog-article {
        margin-top: 50px;
    }

    .blog-article h1 {
        font-size: 38px;
        color: #5a5050;
    }

    .blog-card-img {
        height: 220px;
    }

    .blog-meta {
        margin-top: 20px;
    }

    .blog-excerpt {
        font-size: 16px;
    }

    .blog-stats {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .blog-views,
    .blog-like-button {
        flex: 1 1 0;
        width: auto;
        justify-content: center;
        white-space: nowrap;
        padding: 10px 12px;
        font-size: 14px;
    }




}

/*
.blog-hero {
    margin: 120px 100px 60px 100px;
}
.blog-title {
    font-family: "Futura LT Light";
    font-size: 72px;
    line-height: 1.0;
    color: rgb(96, 86, 86);
    margin-bottom: 20px;
}
.blog-subtitle {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.8;
    color: #7a7979;
}
.blog-card {
    margin-bottom: 60px;
    min-height: 430px;
}
.blog-card h2 {
    margin-left: 0;
    font-size: 30px;
    line-height: 1.25;
}
.blog-card h2 a,
.blog-readmore {
    color: rgb(96, 86, 86);
    text-decoration: none;
}
.blog-card h2 a:hover,
.blog-readmore:hover {
    color: #a7b7b4;
    text-decoration: none;
}
.blog-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 24px;
}
.blog-meta {
    color: #a7b7b4;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 18px;
}
.blog-excerpt {
    line-height: 1.8;
    margin-bottom: 22px;
}
.blog-article {
    max-width: 880px;
    margin-top: 120px;
    margin-bottom: 90px;
}
.blog-article h1 {
    font-family: "Futura LT Light";
    font-size: 58px;
    line-height: 1.1;
    color: rgb(96, 86, 86);
    margin-bottom: 30px;
}
.blog-featured {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    margin: 20px 0 45px 0;
}
.blog-content {
    font-size: 18px;
    line-height: 1.9;
    color: #7a7979;
}
.blog-content h2,
.blog-content h3 {
    color: rgb(96, 86, 86);
    margin-top: 42px;
}
.blog-content img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
}
.blog-back { margin-top: 50px; }
@media (max-width:768px){
    .blog-hero { margin: 50px 50px 30px 50px; }
    .blog-title { font-size: 42px; }
    .blog-article { margin-top: 50px; }
    .blog-article h1 { font-size: 38px; }
    .blog-card-img { height: 220px; }
}*/
