/* --- GLOBAL BLOG WRAPPER --- */


.normal-blog-content .container{


    background-color: #fff;
    padding: 20px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

}

@media (max-width: 576px) {

    .normal-blog-content article{
        padding: 15px 10px!important;
    }
    
}


.normal-blog-content h1, 
.normal-blog-content h2, 
.normal-blog-content h3,
.normal-blog-content h4,
.normal-blog-content h5 {
  
     color: #00003d;
  

}


.normal-blog-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #323232;
   
    text-align: justify;
}


.normal-blog-content p,
.normal-blog-content ul li:last-child{
      margin-bottom: 1.25rem;
}

.normal-blog-content h1 { 
    font-size: 2rem; 
    font-weight: 500;
    padding-bottom: 10px;  
    margin-top: 1em;
    color:#00003d;
}

.normal-blog-content h2 { 
   
    color:#00003d;
    font-size: 1.4rem;
     font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
   
  
}
.normal-blog-content h3 { 
    color:#00003d;
    font-size: 1.2rem; 
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 0.7em;
    
 }

.normal-blog-content h4 {
     font-size: 1rem; font-weight: 300; 
    color: #00003d;
}

.normal-blog-content h5 { 
    font-size: 0.67rem; font-weight: 200;color: #59022e;
}

 .normal-blog-content a {
    color: #00003d; 
    font-weight: 400;
    text-decoration: none;
    border-bottom: 0.0625rem dashed #cf0512!important;

}

.normal-blog-content a:hover {
   color: #cf0512!important; 
    border-bottom: 0.0625rem dashed #00003d!important;
}
.normal-blog-content strong{
     color: #00003d;
}



/* --- LISTS (BULLETS & NUMBERING) --- */
.normal-blog-content ul, 
.normal-blog-content ol {
    margin-bottom: 30px;
  
}




/* --- PROFESSIONAL TABLE STYLING --- */
.table-responsive { overflow-x: auto; margin-bottom: 30px; }

.blog-custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.blog-custom-table th {
 
    border-bottom: 1px solid;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.blog-custom-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
}




.normal-blog-content blockquote {
    background: #eeeeee;
    border-left: 5px solid #d8d7d7!important;
    margin: 30px 0;
    padding: 20px 30px;
    font-style: italic;
    font-size: 20px;
    color: #444;
}





.normal-blog-content .latest-post{
    border: none;
}

.normal-blog-content .latest-post h3{
    margin-top: 0!important;
}

.normal-blog-content .latest-post{
    margin-top: 45px;
}

.normal-blog-content .latest-post ul{
    margin-bottom: 0;
}

.normal-blog-content .latest-post ul li:last-child{
    margin-bottom: 0;
} 

.normal-blog-content h3{
    margin-top: 0;
}

@media (max-width: 576px) {

    
    
}





