/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: Astra Child Theme
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

/* custome css start*/

.cflex {
    display: flex;
}

.blog-author {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 25px auto;
}

.items-center {
    align-items: center;
}

.box23 {
    gap: 1rem;
    flex-direction: row;
}



.au-pic {
    border-radius: 9999px;
    height: 3.5rem;
    width: 3.5rem;
    overflow: auto;
}

.aflex-col {
    flex-direction: column;
}

.entry-content .aflex-col p {
    margin-bottom: 5px;
    color: var(--ast-global-color-2);
}

.box25 {
    align-items: flex-end;
    flex-direction: column;

}

.ast-single-post .aflex-col a {
    color: var(--ast-global-color-2);
    text-decoration: none;
}

.aflex-col a:hover {
    color: #0e5e8c;
    text-decoration: underline;
}

.faq-body {
    margin: 100px auto;
}

.faq-query {
    background-color: #f5f5f5;
    border: 1px solid #c7c7c7;
    padding: 4px 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: auto;
}

.faq-query h3 {
    font-size: 18px;
    line-height: 25px;
    float: left;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 23px;
}

.faq-question {
    cursor: pointer;
}

.faq-answer {
    width: 100%;
    overflow: auto;
}

.ddlist {
    float: right;
}

.hide {
    display: none;
}

.blog-content {
    margin-bottom: 100px;
}


.big-heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.blogcta {
    margin: 25px auto;
}

.entry-content ul {
    padding-left: 40px;
}

table.cus-table {
    text-align: center;
}

tr.theading {
    background-color: rgb(245, 245, 245);
}

.read-more {
    margin: 12px auto;
    text-align: center;
    padding: 13px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #158ad0;
    background-color: #0e5e8c;
    font-weight: 600;
    display: inline-block;
}

.read-more:hover {
    background-color: #158ad0;
}

.entry-content :where(h1, h2, h3, h4, h5, h6) {
    margin-top: 0em;
    margin-bottom: 20px;
}

body {
    counter-reset: section;
}

.number::before {
    counter-increment: section;
    content: counter(section) ". ";
    font-weight: bold;
    color: #212D45;
}

.entry-content ul.alpha ul {
    margin: 11px auto;
}

.entry-content ul.alpha li {
    list-style-type: lower-alpha;
}

.entry-content ul.alpha ul.disc li {
    list-style: disc;
}

td.tbg,
th.tbg {
    background-color: #f4f3ef;
}

/* Section divider rows (5–8%) */
tr.section-divider {
    background-color: #fafafa;
    font-weight: 600;
}

/* Outcome rows (10%) */
tr.highlight-row {
    background-color: #f2f2f2;
}

/* Thick top border (approx 1.5pt) */
tr.thick-top td {
    border-top: 2px solid #999;
}

/* Right align numbers */
td.num {
    text-align: right;
    white-space: nowrap;
}

@media (min-width: 993px) {
    .ast-right-sidebar #primary {
        padding-right: 18px;
    }
}

.section-group {
    counter-reset: section;
}

.blog a,
.single-post a {
    text-decoration: none !important;
    
}

.blog a:hover,
.single-post a:hover {
    text-decoration: underline !important;
}
.entry-content li {
            padding: 7px 0px;
        }
.entry-content ul.alpha ul.disc ul.roman li {
            list-style-type: lower-roman;
        }
/* custome css end */