﻿body {
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a {
    color: #1a1b1f;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: #1a1b1f;
    text-decoration: none;
}

.blog-detail-header-wrap {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

}

.label {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 20px;
    opacity: 0.6;
    margin-top: 8px;
}

.detail-header-image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 500px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 60px;
    display: block;
}

.detail-header-image-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.rich-text {
    max-width: 800px;
    margin: 40px auto 100px auto;
    font-size: 16px;
    line-height: 1.6;
}

.rich-text p {
    margin-bottom: 1.5rem;
}


.rich-text p {
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .rich-text {
        font-size: 15px;
        line-height: 1.5;
        margin-left: 15px;
        margin-right: 15px;
    }

    .detail-header-image {
        height: auto;
        min-height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}


.rich-text p {
    opacity: .6;
    margin-top: 15px;
    margin-bottom: 25px;
}