.main-hero {
    height: 100vh;
    padding: 128px 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

.main-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 0;
}

.hero-header {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 2;
}

.hero-header>span {
    font-family: Plus Jakarata Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}

.hero-blog-title {
    width: 80%;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.hero-header>p {
    font-family: Plus Jakarata Sans, sans-serif;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .hero-header {
        width: 100%;
        align-items: flex-start;
    }

    .hero-blog-title {
        width: 100%;
        font-size: 2.617rem;
    }
}

@media screen and (max-width: 430px) {
    .main-hero {
        padding: 100px 20px 50px 20px;
        height: 80vh;
        /* min-height: 60vh; */
        align-items: center;
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    }

    .hero-header {
        gap: 8px;
    }

    .hero-blog-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .hero-header>p {
        font-size: 1rem;
    }
}

.post-main-content-section {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 64px;
}

.post-meta {
    margin: 16px 0;
}

.post-meta * {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: Urbanist, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.main-content h1{
    font-size: 2.617rem;
}

.main-content h2{
    font-size: 1.618rem;
}

.main-content h3{
    font-size: 1.2rem;
}

.main-content h4{
    font-size: 1.2rem;
}

.main-content h5{
    font-size: 1rem;
}

.main-content h6{
    font-size: 1rem;
}




.main-content h1 a,
.main-content h2 a,
.main-content h3 a,
.main-content h4 a,
.main-content h5 a,
.main-content h6 a {
    color: #141E47;
}

.main-content h1 a:active,
.main-content h2 a:active,
.main-content h3 a:active,
.main-content h4 a:active,
.main-content h5 a:active,
.main-content h6 a:active {
    color: #141E47;
}

.main-content a {
    color: #141E47;
}

.main-content p,
.main-content li {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.618;
}

.main-content li {
    margin-top: 16px;
    margin-left: 20px;
}

.main-content blockquote {
    padding: 64px;
    text-align: center;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

tr td:nth-child(-n+3) {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    /* Optional */
}

tr td:nth-child(n+4) {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    /* Optional */
}

/* First row, first 3 cells individually */
.single-blog-wrapper .main-content table tr:first-child td:nth-child(1) {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.single-blog-wrapper .main-content table tr:first-child td:nth-child(2) {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.single-blog-wrapper .main-content table tr:first-child td:nth-child(3) {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

/* All other rows */
.main-content table tr:not(:first-child) td {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
}

/* Table basic styling */
.main-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.main-content table td,
.main-content table th {
    padding: 0.75rem 1rem;
    text-align: center;
    border: 1px solid #ccc;
}

/* Optional: alternate background for better readability */
.main-content table tr:nth-child(even):not(:first-child) {
    background-color: #fafafa;
}

/* Responsive adjustment */
@media (max-width: 768px) {

    .single-blog-wrapper .main-content table td,
    .single-blog-wrapper .main-content table th {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}

@media screen and (max-width:430px) {

    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5,
    .main-content h6 {
        font-family: Urbanist, sans-serif;
        font-size: 1.618rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .main-content p,
    .main-content li {
        font-size: 1rem;
    }

    .main-content blockquote {
        padding: 32px;
    }

}

.more-posts-container {
    max-width: 1440px;
    margin: 0 auto;
}

.related-posts-list {
    margin: 3rem 0;
}

.related-heading {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.related-post-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-post-card:hover {
    /* transform: translateY(-6px); */
    /* box-shadow: 0 6px 14px rgba(0,0,0,0.15); */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.related-post-card a {
    width: 80%;
    text-decoration: none;
    color: #000;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-post-content {
    padding: 1rem;
}

.related-post-title {
    font-family: Urbanist, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #000;
}

.related-post-excerpt {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
}