/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2025 | 08:33:52 */
.single .post:before {
background: linear-gradient(180deg, #F9ECD7 0%, white 100%);
content: "";
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
}

.single .post h1.entry-title {
    font-size: 52px;
    line-height: 64px;
    max-width: 43rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.single .entry-content p {
    font-size: 16px !important;
    line-height: 24px !important;
}

.single h2.wp-block-heading {
    font-family: 'Unica77' !important;
    font-size: 32px;
    line-height: 40px;
}

hr.wp-block-separator {
    border-bottom: 1px solid black;
}

.single img {
    border-radius: 0px;
}

nav.post-navigation {
    display: none;
}

@media (max-width: 768px) {
.single .post h1.entry-title {
    font-size: 36px !important;
    line-height: 40px !important;
	padding-top: 1rem;
    padding-bottom: 1rem;
	}}

.ccsb-card-heading {
    font-family: 'Unica77';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
	padding-left: 0px !important;
}