/* Blog Post Styles */
.schema-faq-section strong {
    font-weight: 600;    
    color: #0f172a;
}

.schema-faq strong {
    font-weight: 600;    
}

.entry-content p, .entry-content li {
    color: #4b5563;
}

.entry-content a {
    color: #1d4ed8;
}

.entry-content a:hover {
    color: #111827;
}

.entry-content ul.wp-block-list {
    list-style-type: disc;
    margin-left: 24px;    
}

.entry-content ol.wp-block-list {
    list-style-type: decimal;
    margin-left: 24px;    
}

.entry-content .wp-block-list strong {
    font-weight: 600!important;
}

.entry-content .wp-block-list li strong {
    font-weight: 600;
    color: #0f172a;
}

.entry-content p {
    margin-bottom: 15px; 
}

/* Table of Contents Styles */
.sigpostcontent ul li {
    margin-bottom: 5px;
}

.sigpostcontent ul li ul {
    padding: 0px 0px 0px 10px;
}

.sigpostcontent ul li ul li > a {
    padding: 5px 15px;
}

.sigpostcontent ul li {
    font-size: 14px;
    line-height: normal;
}

.sigpostcontent ul li strong {
    font-weight: 600;
}

.sigpostcontent ul li a:hover {
    background: #dbeafe;
    border-color: 2px solid #2563eb;
    display: block;
    border-left: 2px solid #2563eb;
}

.sigpostcontent ul li > a {
    padding: 3px 8px 4px;
    display: block;
    color: #4B5563;
    border-radius: 5px;
    border-left: 2px solid transparent;
}

.sigpostcontent ul li ul li a:before {
    content: "\203A";
    font-family: "bootstrap-icons";
    font-size: 20px;
    position: absolute;
    left: 7px;
    top: 3px;
    line-height: .5;
}

.sigpostcontent ul li a.active {
    background: #dbeafe;
    border-left: 2px solid #2563eb;
}

.sigpostcontent ul li ul li a {
    padding: 3px 0px 4px 22px;
    display: block;
    position: relative;
    color: #4B5563;
}

/* Blog Content Headings */
.blog-content h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.3333333;
}

.blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5 {
    color: #0f172a;
}

ul.wp-block-list.arrow-listing li {
    background: url(/wp-content/uploads/2025/09/green-icon.png) no-repeat;
    background-position: left top;
    background-size: 25px;
    padding-left: 34px;
    margin-bottom: 15px;
}

ul.wp-block-list.arrow-listing {
    margin-top: 20px;
}

.blog-content h3.wp-block-heading {
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.6;
}

/* Contact Form Styles */
.contact-form input.large, .contact-form textarea.small {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.45rem !important;
    border: 1px #cecece solid !important;
}

input[type=submit] {
    background-color: #1e40af !important;
}

input[type=submit]:hover {
    background-color: #1d4ed8 !important;
}
