body{
    background: linear-gradient(180deg, #EBE8E1 0%, #F0F8FE 32.52%, #E6F4FF 66%);
}
.content-area{
    padding: 7.1vw 12.5vw;
}

.entry-content .wp-block-table{
    margin: 0;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    overflow: auto;
}
.entry-content li {
    font-size: 1.238vw;
    font-weight: 400;
    margin-bottom: 2vw;
    line-height: 1.57;
}
.entry-content table{
    width: 100%;
    --tw-border-opacity: 1;
    border-width: 1px;
    border-collapse: collapse;
    border-color: rgb(209 213 219/var(--tw-border-opacity,1));
}
.entry-content table tr:nth-child(1) td{
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity,1));
}
.entry-content table td{
    padding: 1rem;
    border: 1px solid #d1d5db;
}
.entry-content table td.has-text-align-center{
    text-align: center;
}
h2.wp-block-heading{
    font-size: 2vw;
}
h3.wp-block-heading{
    font-size: 1.8vw;
}
h4.wp-block-heading{
    font-size: 1.6vw;
}
.entry-content table tr:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity,1));
    transition: background-color 0.2s ease;
}
.single_title{
    font-size: 2.69vw;
    font-weight: 500;
    margin-top: 2vw;
}
.entry-content img{
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
.wp-block-image .alignleft{
    text-align: left;
}
.single_meta_time{
    display: flex;
    margin-top: 1.5vw;
    gap: 1.2vw;
    align-items: center;
}
.single_meta_time img{
    width: 1.6vw;
}
.single_meta_time p{
    color: rgba(43, 43, 43, 1);
    font-size: 1vw;
}
.single_banner_image img{
    margin-top: 4vw;
    width: 100%;
    height: 28.4vw;
    object-fit: cover;
}
.entry-content{
    margin-top: 3.3vw;
    color: rgba(43, 43, 43, 1);
}
.entry-content p{
    font-size: 1.238vw;
    font-weight: 400;
    margin-bottom: 2vw;
    line-height: 1.57;
}
.wp-block-heading{
    font-size: 2.4vw;
    font-weight: 500;
    margin-bottom: 2vw;
}
.wp-block-image{
    margin: 0 0 2vw 0;
    text-align: center;
}

.blog_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin-top: 2.2vw;
    margin-bottom: 2vw;
}
.blog_card{
    overflow: hidden;
    text-decoration: unset;
    background: rgba(228, 236, 241, 1);
    border-radius: 1.2vw;
}
.blog_card img{
    width: 100%;
    height: 11vw;
    object-fit: cover;
}
.blog_card_content{
    padding: .7vw 1.9vw;
}
.blog_card_content h5{
    -webkit-line-clamp: 3;
    font-weight: 600;
    font-size: 1.2vw;
    color: rgba(0, 0, 0, 1);
}
.blog_card_content p{
     
    color: rgba(43, 43, 43, 1);
    font-size: .82vw;
    padding: .5vw 0 3vw 0;
}
.related_post{
    margin-top: 9vw;
    padding: 2vw 2vw;
    background: rgba(213, 233, 247, 1);
    border-radius: 1vw;
}
.related_post h4{
    font-weight: 500;
    font-size: 2.06vw;
}
.news_updates{
    display: flex;
    padding: 1vw 1.8vw;
    gap: 1.5vw;
    background: rgba(229, 236, 240, 1);
    border-radius: .5vw;
}
.news_updates ul {
    margin: 0;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
}
.news_updates ul:hover {
    animation-play-state: paused;
}
.marquee-style{
    overflow: hidden;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.news_updates ul a::before {
    content: "";
    display: inline-block;
    width: 0.6vw;
    height: .6vw;
    background-color: rgba(30, 22, 20, 1);
    border-radius: 50%;
    margin-right: .9vw;
    vertical-align: inherit;
  }
.news_updates p{
    color: rgba(238, 131, 51, 1);
    font-weight: 500;
    font-size: 1.12vw;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.news_updates ul a{
    text-decoration: unset;
    display: inline-block;
    margin-right: .7vw;
    font-weight: 500;
    font-size: 1.12vw;
    color: rgba(43, 43, 43, 1);
}
@media(max-width:500px){
    .entry-content li {
        font-size: 4vw;
        line-height: 1.75;
        margin-bottom: 7vw;
    }
    .content-area {
        padding: 25vw 9.5vw 13.1vw 9.5vw;
    }
    .single_title{
        font-size: 8.5vw;
        width: 100%;
    }
    .single_meta_time{
        margin-top: 7.5vw;
        gap: 6.2vw;
    }
    .single_meta_time img {
        width: 7.6vw;
    }
    .single_meta_time p{
        font-size: 4vw;
    }
    .single_banner_image img{
        height: 83.4vw;
    }
    .entry-content{
        margin-top: 10.3vw;
    }
    .entry-content p{
        font-size: 4vw;
        line-height: 1.75;
        margin-bottom: 7vw;
    }
    .wp-block-heading{
        font-size: 7.7vw;
        margin-bottom: 7vw;
    }
    .related_post{
        padding: 13vw 5vw;
        border-radius: 6vw;
    }
    .related_post h4{
        font-size: 8vw;
    }
    .blog_grid{
        margin-top: 11.2vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
    }
    h2.wp-block-heading {
        font-size: 6.5vw;
    }
    h3.wp-block-heading {
        font-size: 5.8vw;
    }
    h4.wp-block-heading {
        font-size: 5vw;
    }
    .blog_card img{
        height: 49vw;
    }
    .blog_card_content {
        padding: 3.7vw 4.9vw;
    }
    .blog_card_content h5{
        font-size: 5.5vw;
    }
    .blog_card_content p{
        font-size: 3.82vw;
        padding: 3.5vw 0 3vw 0;
    }
    .news_updates ul a{
        font-size: 3vw;
    }
    .news_updates p{
        font-size: 3vw;
    }
    .news_updates{
        padding: 2vw 2.8vw;
        padding: 2vw 2.8vw;
    }
}