/* Single Article Template Styles */
.page-header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 2rem;
}


.page-title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.single-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.single-article .post-thumbnail {
    margin: -2rem -1rem 2rem;
    margin: 0;
    overflow: hidden;
}

.single-article .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.entry-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.wp-singular.page #primary.content-area,
.wp-singular.page #primary.content-area .single-article.type-page .article-container {
    padding-top: 0;
    margin-top: 0;
}

.single-article.type-page .entry-header .entry-title {
    background-color: #333;
    color: #FFF;
    margin: 0 0 2rem 0;
    padding: 3rem 2rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    /* top:0;    */
}

.single-article.type-page .entry-header {
    /* position: relative; */
    height: 10rem;
}

.entry-content {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}

.entry-meta {
    /*
    margin-top: 3rem;
    padding-top: 1.5rem;
    */
    padding-bottom: 1rem;
    /*
    border-top: 1px solid #eee;
    */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #666;
}

.entry-categories {}

.posted-on {}

.cat-links {}

@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .entry-title {
        font-size: 1.75rem;
    }

    .article-container {
        padding: 1rem 0;
    }
}

/* Article Content */


.entry-header h1,
.entry-content h1,
.tab-content-text h2,
.tab-content-text h3 {
    color: #e05c2c;
    text-transform: uppercase;
    padding: 0 0 1rem 0;
    font-size: 1.1rem;
    line-height: 1.7rem;
    letter-spacing: 1px;
}

.entry-content h2,
.tab-content-text h4 {
    color: #000000;
    font-size: 1.075rem;
    line-height: 1.7rem;
    letter-spacing: 1px;
}

.entry-content h3,
.tab-content-text h5 {
    color: #000000;
    font-size: 1.05rem;
    line-height: 1.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 1rem 0;
}

.entry-content h4 {
    font-size: 1.025rem;
    line-height: 1.7rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.entry-content h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.entry-content h6,
.tab-content-text h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.entry-content p,
.tab-content-text p {
    color: #999999;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    padding-bottom: 1rem;
}

.tab-content-text p {
    text-align: center;
}

.entry-content hr,
.tab-content-text hr {
    border: 0;
    height: 0px;
    border-bottom: 1px dotted #999999;
    margin: 30px 0;
    width: 50%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content ul,
.tab-content-text ul {
    margin: 0;
    padding: 0rem 1rem 1rem 2rem;
    list-style-type: disc;
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
}

.entry-content ul li,
.tab-content-text ul li {
    margin: 0;
    padding: 0;

}


.tab-content-header {
    text-align: center;
    padding: 4rem 2rem 2rem 2rem;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}

.tab-content-header h2 {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.tab-content-header p {
    color: #FFFFFF;
}

.tab-content-header a {
    color: #FFFFFF;
    text-decoration: none;
}

.tab-content-header a:hover {
    text-decoration: underline;
}


#post-65 .wp-block-page-list,
#post-65 .wp-block-pages-list__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#post-65 .wp-block-pages-list__item .wp-block-pages-list__item__link {
    background: none;
    color: #e95c1b;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.7em 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    text-decoration: none;
}
#post-65 .wp-block-pages-list__item .wp-block-pages-list__item__link:hover {
    text-decoration: underline;
}