:root {
    --primary: #ff4801;
    --secondary: #ff7300;
    --text: #333333;
    --light-bg: #f8f8f8;
}

.blog-page-container {
    max-width: 75%;
    margin: 0 auto;
    padding: 32px 64px;
}

.blog-page-post {
    border-radius: 8px;
    overflow: hidden;
}

.blog-page-header {
    padding: 32px 32px 16px;
}

.blog-page-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.blog-page-badge {
    background: linear-gradient(to right, var(--secondary), var(--primary));
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 3rem;
}

.blog-page-date {
    color: #666;
    font-size: 14px;
    margin: 0 3rem;
}

.blog-page-title {
    font-size: 5.85rem !important;
    margin: 2rem 0;
    line-height: 1.3;
    text-align: center;
}

.blog-page-author {
    color: #666;
    font-size: 1.55rem;
    text-align: center;
}

.blog-page-img {
    text-align: center;
    justify-content: center;
    margin: auto;
    margin-top: 4rem;
}

.blog-page-img img {
    width: 95%;
    height: auto;
    border-radius: 10px;
}

.blog-page-content-img {
    text-align: center;
    justify-content: center;
    margin: auto;
    margin: 4rem 0;
}

.blog-page-content-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-content {
    padding: 0 32px 32px;
}

.blog-content p {
    text-align: justify;
    margin: 16px 0;
    font-size: 1.55rem;
    line-height: 2.5rem;
    letter-spacing: 0.5px;
    color: #555;
}

.blog-content li {
    text-align: justify;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 1.55rem;
    font-size: 1.55rem;
    line-height: 2.5rem;
    letter-spacing: 0.5px;
    color: #555;
}

.blog-subtitle {
    font-size: 3.55rem;
    margin: 3.25rem 0 2rem;
    line-height: 4rem;
    color: #222;
}

.blog-faq-question {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    line-height: 2.65rem;
    color: #222;
}

.blog-faq-answer {
    padding-top: 0;
    margin: 0 !important;
    padding-bottom: 1rem;
}

.blog-highlight {
    background: #fff5ee;
    border-left: 4px solid var(--primary);
    padding: 16px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

.blog-page-footer {
    padding: 5rem 3.2rem;
    border-top: 1px solid #eee;
}

.blog-page-tags {
    padding: 1rem 0;
}

.blog-page-tags span {
    display: inline-block;
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
    margin-right: 8px;
    margin-top: 8px;
    font-size: 1.33rem;
    color: #555;
}

.blog-page-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.blog-page-links a {
    color: var(--primary);
    text-decoration: none;
    font-size: 14px;
}

.blog-page-social {
    display: flex;
    align-items: center;
}

.blog-page-social span {
    margin-right: 8px;
    font-size: 1.55rem;
    color: #666;
}

.blog-page-social a {
    color: #666;
    margin-left: 12px;
    font-size: 1.8rem;
}

.bg-light {
    background: #fff9f5;
}

.continue-reading-tag {
    display: block;
    width: fit-content;
    background: linear-gradient(to right, #ff7300, #ff4801);
    padding: 6px 15px;
    border-radius: 20px;
    margin: 3rem auto;
    font-size: 1.23rem;
    text-align: center;
    justify-content: center;
    color: var(--white-color);
}

@media (max-width: 1025px) {
    .blog-page-container {
        max-width: 85% !important;
    }

    .blog-page-title {
        font-size: 4rem !important;
        margin: 2rem 0 !important;
        line-height: 5rem !important;
    }

    .blog-subtitle {
        font-size: 2.55rem !important;
        margin: 2.5rem 0 2rem !important;
        line-height: 3rem !important;
    }

    .blog-faq-question {
        font-size: 1.9rem !important;
        margin-top: 1.4rem !important;
        line-height: 2.65rem !important;
    }

}

@media (max-width: 768px) {

    .blog-page-container {
        max-width: 100% !important;
        padding: 16px !important;
    }

    .blog-page-header,
    .blog-content,
    .blog-page-footer {
        padding: 24px 16px !important;
    }
}

@media (max-width: 660px) {

    .blog-page-title {
        font-size: 3.85rem !important;
        margin: 2rem 0 !important;
        line-height: 4rem !important;
    }
}

@media (max-width: 541px) {

    .blog-faq-question {
        font-size: 1.75rem !important;
        margin-top: 1.1rem !important;
        line-height: 2.15rem !important;
    }

}

@media (max-width: 500px) {

    .blog-page-title {
        font-size: 3.65rem !important;
        margin: 2rem 0 !important;
        line-height: 4rem !important;
    }
}

@media (max-width: 431px) {

    .blog-page-badge {
        margin: 0 1.2rem !important;
    }

    .blog-page-date {
        margin: 0 1.2rem !important;
    }

    .blog-page-img {
        margin-top: 2rem !important;
    }

    .blog-page-title {
        font-size: 3.45rem !important;
        margin: 2rem 0 !important;
        line-height: 4rem !important;
    }
}

@media (max-width: 391px) {

    .blog-subtitle {
        font-size: 2.25rem !important;
        margin: 2rem 0 1.2rem !important;
        line-height: 2.5rem !important;
    }

    .blog-faq-question {
        font-size: 1.79rem !important;
        margin-top: 1.4rem !important;
        line-height: 2.25rem !important;
    }

    .blog-page-badge {
        font-size: 11px !important;
    }

    .blog-page-date {
        font-size: 11px !important;
    }
}

@media (max-width: 376px) {

    .blog-page-title {
        font-size: 3.45rem !important;
        margin: 2rem 0 !important;
        line-height: 4rem !important;
    }

    .blog-page-badge {
        margin: 0 1rem !important;
    }

    .blog-page-date {
        margin: 0 1rem !important;
    }

    .blog-page-container {
        padding: 32px 10px !important;
    }

}