/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 09:50:46 */
.entry-meta {
    display: none;
}


.blog_content h1 {
    font-size: 38px;
    font-weight: 800;
    padding: 20px 0 0;
    line-height: 1.4;
	color: #333;
}

.intro {
    background: #e4f3ff;
    padding: 15px;
    border: 2px solid #1998FF;
    border-radius: 6px;
}

.blog_content p {
    font-size: 17px;
    line-height: 1.6;
    margin: 6px 0;
}

.blog_content h2 {
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0 0;
    line-height: 1.4;
	color: #333;
}

.blog_content h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0 0;
    line-height: 1.4;
	color: #333;
}

.blog_content h4 {
    font-size: 28px;
    font-weight: 600;
    padding: 20px 0 0;
    line-height: 1.4;
	color: #333;
}

.blog_content ul li {
  font-size: 17px;
  line-height: 1.6;
  margin: 6px 0;
  
}

.blog_content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 0 0 10px;
}

.blog_content a {
  color: #1998FF;
  text-decoration: none;
}

.blog_content a:hover {
  text-decoration: underline;
}



.blog-faq h2 {
    margin: 25px 0;
    padding: 15px 0;
    font-weight: 600;
    font-size: 28px;
    color: #333;
}

.blog-faq h3 {
    margin: 0;
    padding: 15px 15px;
    background-color: #f5f5f5;
    font-weight: 600;
    font-size: 20px;
     color: #333;
}

.blog-faq h3 a {
    color: #1998FF;
    text-decoration: none;
    font-size: 20px;
}

.blog-faq p {
    padding: 15px 20px;
    background-color: #fff;
    margin: 0;
    line-height: 1.6;
    font-size: 17px;
    color: #333;
}












