/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 22:24:09 */
.single-blog-post-content p,
.single-blog-post-content ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}

.single-blog-post-content ul li {
    margin-bottom: 4px;
}

.single-blog-post-content p strong {
    color: #000;
    font-weight: 700;
}

.single-blog-post-content a {
    color: #3DB4FF;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4.5%;
    text-underline-offset: 12.5%;
    text-underline-position: from-font;
}

.single-blog-post-content a:hover {
    color: #2C8DDB;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4.5%;
    text-underline-offset: 12.5%;
    text-underline-position: from-font;
}

.single-blog-post-content h2 {
    margin: 24px 0;
    color: #151515;
    font-size: 28px;
    font-style: normal;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
	font-weight: 800;
	line-height: 100%;
    /* 40px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.single-blog-post-content h3 {
    margin: 24px 0;
    color: #151515;
    font-size: 24px;
    font-style: normal;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
	font-weight: 800;
	line-height: 100%;
    /* 40px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.single-blog-post-content h4 {
    margin: 24px 0;
    color: #151515;
    font-size: 20px;
    font-style: normal;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
	font-weight: 800;
	line-height: 100%;
    /* 40px */
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

.single-blog-post-content h5 {
    margin: 24px 0;
    color: #151515;
    font-size: 16px;
    font-style: normal;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
	font-weight: 800;
	line-height: 100%;
    /* 40px */
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.single-blog-post-content h6 {
    margin: 24px 0;
    color: #151515;
    font-size: 16px;
    font-style: normal;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
	font-weight: 800;
	line-height: 100%;
    /* 40px */
    text-transform: none;
}

.single-blog-post-content .wp-block-pullquote {
    display: flex;
    padding: 32px 32px 32px 0;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-radius: 2px;
    background: rgba(243, 219, 36, 0.08);
    margin: 32px 0;
}

.single-blog-post-content blockquote {
    color: #797979;
    font-size: 18px;
    font-style: italic !important;
    font-weight: 400;
    line-height: 140%;
    padding-left: 32px;
    border-left: 4px solid #F3DB24;
}

.single-blog-post-content blockquote p {
    font-size: 18px;
    font-style: italic !important;
}

.single-blog-post-content figcaption.wp-element-caption {
    color: #A0A2A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.breadcrumb-post-title .elementor-button-text {
    text-align: left !important;
}