.elementor-element .breadcrumbs {
    width: max-content;
    background: white;
    padding: 6px 16px;
    border-radius: 32px;
    display: flex;
    align-items: center;
}

.elementor-element .breadcrumbs.transparent {
    background: transparent;
    padding: 0;
}

.breadcrumbs a {
    font-weight: bold;
}

.breadcrumbs a,
.breadcrumbs p {
    font-family: Maison Neue;
}

.breadcrumbs .elementor-widget-heading:not(.active) {
    opacity: 0.5;
}

.breadcrumbs a:after {
    content: url("/wp-content/uploads/chevron-right.svg");
    position: relative;
    top: 0;
    margin-left: 13px;
}

body.single-press h1,
body.single-blogs h1,
body.single-webinars h1,
body.single-cases h1 {
    font-size: 52px;
    line-height: 1.2em;
}


body.single-press h2,
body.single-blogs h2,
body.single-webinars h2,
body.single-cases h2 {
    font-size: 30px;
    line-height: 1.2em;
}


body.single-press h3,
body.single-blogs h3,
body.single-webinars h3,
body.single-cases h3 {
    font-size: 24px;
    line-height: 1.2em;
}


body.single-press h4,
body.single-blogs h4,
body.single-webinars h4,
body.single-cases h4 {
    font-size: 20px;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    body.single-press h1,
    body.single-blogs h1,
    body.single-webinars h1,
    body.single-cases h1 {
        font-size: 30px;
    }
}

body .post-content a {
    text-decoration: underline;
}

body .post-content form {
    margin-top: 50px;
}

.post-content h2 {
    margin: 40px 0 10px;
}

.post-content h3 {
    margin: 40px 0 10px;
}

.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 10px;
}

.post-content p {
    margin-bottom: 10px !important;
}

.post-content .wp-block-image {
    margin: 40px 0;
}

.post-content blockquote {
    border-left: 8px solid var(--e-global-color-secondary);
    padding-left: 50px;
    margin: 40px 0;
}

.post-content blockquote > p {
    font-size: 20px;
}

.post-content blockquote strong {
    font-weight: bold;
    font-family: Maison Neue;
    margin-top: 10px;
    display: block;
}

.post-content ul li:before {
    content: url("/wp-content/uploads/yellow-check.svg");
    position: absolute;
    left: -30px;
    top: 2px;
    margin-right: 14px;
}

.post-content ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}

.post-content ul li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 30px;
}

body .wp-block-button a {
    color: white;
    text-decoration: none !important;
    border-radius: 8px;
    font-family: Maison Neue;
    background: #2D2D29;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    padding: 11px 20px;
}

body .wp-block-button a:hover {
    background: black
}

.post-content .wp-block-buttons {
	display: flex;
    gap: 20px;
}

.post-content .wp-block-button {
	color: #FFFFFF !important;
}

@media only screen and (max-width: 768px) {
	.post-content .wp-block-buttons {
		flex-wrap: wrap;
	}
}