/* ==========================================================================
   HEADING BLOCK STYLE PRESETS
   Per-block override for the Gutenberg core/heading block.
   ========================================================================== */

body.single #si-single-content,
body.page #si-single-content,
.editor-styles-wrapper {
counter-reset: hd-heading-block;
}

body.single #si-single-content .hd-heading-style-legacy,
body.page #si-single-content .hd-heading-style-legacy,
.editor-styles-wrapper .hd-heading-style-legacy {
clear: both;
min-width: 1px;
min-height: 1px;
margin: 30px 0 20px;
padding: 10px 10px 10px 15px;
background: #333;
color: #f3f3f3;
}

body.single #si-single-content .hd-heading-style-left-border,
body.single #si-single-content .hd-heading-style-accent-bar,
body.single #si-single-content .hd-heading-style-underline,
body.single #si-single-content .hd-heading-style-double-line,
body.single #si-single-content .hd-heading-style-pill,
body.single #si-single-content .hd-heading-style-gradient,
body.single #si-single-content .hd-heading-style-card,
body.single #si-single-content .hd-heading-style-marker,
body.single #si-single-content .hd-heading-style-numbered,
body.single #si-single-content .hd-heading-style-number-plain,
body.single #si-single-content .hd-heading-style-number-circle,
body.single #si-single-content .hd-heading-style-number-box,
body.single #si-single-content .hd-heading-style-number-outline,
body.single #si-single-content .hd-heading-style-number-split,
body.single #si-single-content .hd-heading-style-editorial,
body.single #si-single-content .hd-heading-style-minimal,
body.single #si-single-content .hd-heading-style-feature-cover,
body.single #si-single-content .hd-heading-style-feature-lead,
body.single #si-single-content .hd-heading-style-section-flag,
body.single #si-single-content .hd-heading-style-corner-frame,
body.single #si-single-content .hd-heading-style-spotlight,
body.single #si-single-content .hd-heading-style-timeline,
body.page #si-single-content .hd-heading-style-left-border,
body.page #si-single-content .hd-heading-style-accent-bar,
body.page #si-single-content .hd-heading-style-underline,
body.page #si-single-content .hd-heading-style-double-line,
body.page #si-single-content .hd-heading-style-pill,
body.page #si-single-content .hd-heading-style-gradient,
body.page #si-single-content .hd-heading-style-card,
body.page #si-single-content .hd-heading-style-marker,
body.page #si-single-content .hd-heading-style-numbered,
body.page #si-single-content .hd-heading-style-number-plain,
body.page #si-single-content .hd-heading-style-number-circle,
body.page #si-single-content .hd-heading-style-number-box,
body.page #si-single-content .hd-heading-style-number-outline,
body.page #si-single-content .hd-heading-style-number-split,
body.page #si-single-content .hd-heading-style-editorial,
body.page #si-single-content .hd-heading-style-minimal,
body.page #si-single-content .hd-heading-style-feature-cover,
body.page #si-single-content .hd-heading-style-feature-lead,
body.page #si-single-content .hd-heading-style-section-flag,
body.page #si-single-content .hd-heading-style-corner-frame,
body.page #si-single-content .hd-heading-style-spotlight,
body.page #si-single-content .hd-heading-style-timeline,
.editor-styles-wrapper .hd-heading-style-left-border,
.editor-styles-wrapper .hd-heading-style-accent-bar,
.editor-styles-wrapper .hd-heading-style-underline,
.editor-styles-wrapper .hd-heading-style-double-line,
.editor-styles-wrapper .hd-heading-style-pill,
.editor-styles-wrapper .hd-heading-style-gradient,
.editor-styles-wrapper .hd-heading-style-card,
.editor-styles-wrapper .hd-heading-style-marker,
.editor-styles-wrapper .hd-heading-style-numbered,
.editor-styles-wrapper .hd-heading-style-number-plain,
.editor-styles-wrapper .hd-heading-style-number-circle,
.editor-styles-wrapper .hd-heading-style-number-box,
.editor-styles-wrapper .hd-heading-style-number-outline,
.editor-styles-wrapper .hd-heading-style-number-split,
.editor-styles-wrapper .hd-heading-style-editorial,
.editor-styles-wrapper .hd-heading-style-minimal,
.editor-styles-wrapper .hd-heading-style-feature-cover,
.editor-styles-wrapper .hd-heading-style-feature-lead,
.editor-styles-wrapper .hd-heading-style-section-flag,
.editor-styles-wrapper .hd-heading-style-corner-frame,
.editor-styles-wrapper .hd-heading-style-spotlight,
.editor-styles-wrapper .hd-heading-style-timeline {
position: relative;
clear: both;
overflow: visible;
min-width: 1px;
min-height: 1px;
margin: 34px 0 20px;
padding: 0.35em 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
color: #1f2937;
font-weight: 800;
line-height: 1.45;
letter-spacing: 0.02em;
}

.editor-styles-wrapper .wp-block-heading[class*="hd-heading-style-"]:not(.hd-heading-style-pill):not(.hd-heading-style-marker):not(.hd-heading-style-section-flag) {
box-sizing: border-box;
width: 100%;
margin: 0px auto;
}

body.single #si-single-content .hd-heading-style-left-border,
body.page #si-single-content .hd-heading-style-left-border,
.editor-styles-wrapper .hd-heading-style-left-border {
padding: 0.28em 0.75em;
border-left: 6px solid var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
background: color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 7%, #ffffff);
}

body.single #si-single-content .hd-heading-style-accent-bar,
body.page #si-single-content .hd-heading-style-accent-bar,
.editor-styles-wrapper .hd-heading-style-accent-bar {
padding-top: 0.85em;
}

body.single #si-single-content .hd-heading-style-accent-bar::before,
body.page #si-single-content .hd-heading-style-accent-bar::before,
.editor-styles-wrapper .hd-heading-style-accent-bar::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 72px;
height: 5px;
border-radius: 999px;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
}

body.single #si-single-content .hd-heading-style-underline,
body.page #si-single-content .hd-heading-style-underline,
.editor-styles-wrapper .hd-heading-style-underline {
padding-bottom: 0.45em;
border-bottom: 3px solid color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 28%, #e5e7eb);
}

body.single #si-single-content .hd-heading-style-underline::after,
body.page #si-single-content .hd-heading-style-underline::after,
.editor-styles-wrapper .hd-heading-style-underline::after {
content: "";
position: absolute;
right: auto;
bottom: -3px;
left: 0;
width: 96px;
height: 3px;
border-radius: 999px;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
}

body.single #si-single-content .hd-heading-style-double-line,
body.page #si-single-content .hd-heading-style-double-line,
.editor-styles-wrapper .hd-heading-style-double-line {
padding: 0.55em 0;
border-top: 2px solid color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 34%, #d1d5db);
border-bottom: 2px solid color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 34%, #d1d5db);
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-double-line {
display: block;
box-sizing: border-box;
width: 100%;
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-double-line.has-text-align-left {
text-align: left;
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-double-line.has-text-align-center {
text-align: center;
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-double-line.has-text-align-right {
text-align: right;
}

body.single #si-single-content .hd-heading-style-pill,
body.page #si-single-content .hd-heading-style-pill,
.editor-styles-wrapper .hd-heading-style-pill {
display: inline-flex;
align-items: center;
width: auto;
max-width: 100%;
padding: 0.48em 1em;
border-radius: 999px;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
color: #ffffff;
}

body.single #si-single-content .hd-heading-style-gradient,
body.page #si-single-content .hd-heading-style-gradient,
.editor-styles-wrapper .hd-heading-style-gradient {
padding: 0.72em 0.95em;
border-radius: 16px;
background:
linear-gradient(135deg, color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 92%, #111827), var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)));
color: #ffffff;
box-shadow: 0 16px 36px color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 22%, transparent);
}

body.single #si-single-content .hd-heading-style-card,
body.page #si-single-content .hd-heading-style-card,
.editor-styles-wrapper .hd-heading-style-card {
padding: 0.75em 0.95em;
border: 1px solid color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 18%, #e5e7eb);
border-radius: 18px;
background: #ffffff;
box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

body.single #si-single-content .hd-heading-style-card::before,
body.page #si-single-content .hd-heading-style-card::before,
.editor-styles-wrapper .hd-heading-style-card::before {
content: "";
position: absolute;
top: 14px;
bottom: 14px;
left: 0;
width: 5px;
border-radius: 0 999px 999px 0;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
}

body.single #si-single-content .hd-heading-style-marker,
body.page #si-single-content .hd-heading-style-marker,
.editor-styles-wrapper .hd-heading-style-marker {
z-index: 0;
display: inline;
padding: 0.05em 0.18em;
background:
linear-gradient(transparent 58%, color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 32%, #fff7ed) 0);
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}

body.single #si-single-content .hd-heading-style-numbered,
body.page #si-single-content .hd-heading-style-numbered,
.editor-styles-wrapper .hd-heading-style-numbered {
display: flex;
align-items: flex-start;
gap: 0.65em;
}

body.single #si-single-content .hd-heading-style-numbered::before,
body.page #si-single-content .hd-heading-style-numbered::before,
.editor-styles-wrapper .hd-heading-style-numbered::before {
counter-increment: hd-heading-block;
content: counter(hd-heading-block, decimal-leading-zero);
flex: 0 0 auto;
min-width: 2.4em;
padding: 0.14em 0.42em;
border-radius: 999px;
background: var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)));
color: #ffffff;
font-size: 0.72em;
line-height: 1.55;
text-align: center;
}

body.single #si-single-content .hd-heading-style-number-plain,
body.single #si-single-content .hd-heading-style-number-circle,
body.single #si-single-content .hd-heading-style-number-box,
body.single #si-single-content .hd-heading-style-number-outline,
body.single #si-single-content .hd-heading-style-number-split,
body.page #si-single-content .hd-heading-style-number-plain,
body.page #si-single-content .hd-heading-style-number-circle,
body.page #si-single-content .hd-heading-style-number-box,
body.page #si-single-content .hd-heading-style-number-outline,
body.page #si-single-content .hd-heading-style-number-split,
.editor-styles-wrapper .hd-heading-style-number-plain,
.editor-styles-wrapper .hd-heading-style-number-circle,
.editor-styles-wrapper .hd-heading-style-number-box,
.editor-styles-wrapper .hd-heading-style-number-outline,
.editor-styles-wrapper .hd-heading-style-number-split {
display: flex;
align-items: center;
gap: 0.68em;
}

body.single #si-single-content .hd-heading-style-number-plain::before,
body.single #si-single-content .hd-heading-style-number-circle::before,
body.single #si-single-content .hd-heading-style-number-box::before,
body.single #si-single-content .hd-heading-style-number-outline::before,
body.single #si-single-content .hd-heading-style-number-split::before,
body.page #si-single-content .hd-heading-style-number-plain::before,
body.page #si-single-content .hd-heading-style-number-circle::before,
body.page #si-single-content .hd-heading-style-number-box::before,
body.page #si-single-content .hd-heading-style-number-outline::before,
body.page #si-single-content .hd-heading-style-number-split::before,
.editor-styles-wrapper .hd-heading-style-number-plain::before,
.editor-styles-wrapper .hd-heading-style-number-circle::before,
.editor-styles-wrapper .hd-heading-style-number-box::before,
.editor-styles-wrapper .hd-heading-style-number-outline::before,
.editor-styles-wrapper .hd-heading-style-number-split::before {
counter-increment: hd-heading-block;
content: counter(hd-heading-block);
flex: 0 0 auto;
font-weight: 900;
line-height: 1;
}

body.single #si-single-content .hd-heading-style-number-plain::before,
body.page #si-single-content .hd-heading-style-number-plain::before,
.editor-styles-wrapper .hd-heading-style-number-plain::before {
min-width: 1.6em;
color: var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)));
font-size: 1.08em;
}

body.single #si-single-content .hd-heading-style-number-circle::before,
body.page #si-single-content .hd-heading-style-number-circle::before,
.editor-styles-wrapper .hd-heading-style-number-circle::before {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2em;
height: 2em;
border-radius: 999px;
background: var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)));
color: #ffffff;
font-size: 0.72em;
}

body.single #si-single-content .hd-heading-style-number-box::before,
body.page #si-single-content .hd-heading-style-number-box::before,
.editor-styles-wrapper .hd-heading-style-number-box::before {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.1em;
padding: 0.35em 0.48em;
border-radius: 6px;
background: var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #111827)));
color: #ffffff;
font-size: 0.72em;
}

body.single #si-single-content .hd-heading-style-number-outline::before,
body.page #si-single-content .hd-heading-style-number-outline::before,
.editor-styles-wrapper .hd-heading-style-number-outline::before {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2em;
height: 2em;
border: 2px solid var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)));
border-radius: 999px;
color: var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)));
font-size: 0.72em;
}

body.single #si-single-content .hd-heading-style-number-split,
body.page #si-single-content .hd-heading-style-number-split,
.editor-styles-wrapper .hd-heading-style-number-split {
gap: 0.82em;
padding-bottom: 0.52em;
border-bottom: 1px solid color-mix(in srgb, var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63))) 30%, #e5e7eb);
}

body.single #si-single-content .hd-heading-style-number-split::before,
body.page #si-single-content .hd-heading-style-number-split::before,
.editor-styles-wrapper .hd-heading-style-number-split::before {
content: counter(hd-heading-block, decimal-leading-zero);
color: var(--hd-heading-number-color, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)));
font-size: 0.78em;
letter-spacing: 0.08em;
}

body.single #si-single-content .hd-heading-style-editorial,
body.page #si-single-content .hd-heading-style-editorial,
.editor-styles-wrapper .hd-heading-style-editorial {
padding-left: 1.2em;
font-family: inherit;
font-size: clamp(1.55rem, 1.25rem + 1vw, 2.15rem);
line-height: 1.22;
}

body.single #si-single-content .hd-heading-style-editorial::before,
body.page #si-single-content .hd-heading-style-editorial::before,
.editor-styles-wrapper .hd-heading-style-editorial::before {
content: "";
position: absolute;
top: 0.12em;
left: 0;
width: 0.42em;
height: 0.42em;
border-radius: 999px;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
box-shadow: 0 0.58em 0 color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 46%, #f3f4f6);
}

body.single #si-single-content .hd-heading-style-minimal,
body.page #si-single-content .hd-heading-style-minimal,
.editor-styles-wrapper .hd-heading-style-minimal {
padding: 0 0 0.25em;
color: #111827;
letter-spacing: 0.01em;
}

body.single #si-single-content .hd-heading-style-minimal::before,
body.page #si-single-content .hd-heading-style-minimal::before,
.editor-styles-wrapper .hd-heading-style-minimal::before {
content: "#";
margin-right: 0.38em;
color: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
font-weight: 900;
}

body.single #si-single-content .hd-heading-style-feature-cover,
body.page #si-single-content .hd-heading-style-feature-cover,
.editor-styles-wrapper .hd-heading-style-feature-cover {
display: block;
padding: 0.72em 0.95em 0.78em 1.1em;
border: 1px solid color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 20%, #e5e7eb);
border-radius: 18px;
background:
linear-gradient(90deg, color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 12%, #ffffff) 0%, #ffffff 72%);
box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

body.single #si-single-content .hd-heading-style-feature-cover::before,
body.page #si-single-content .hd-heading-style-feature-cover::before,
.editor-styles-wrapper .hd-heading-style-feature-cover::before {
content: "";
position: absolute;
top: 0.72em;
bottom: 0.72em;
left: 0;
width: 7px;
border-radius: 0 999px 999px 0;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
}

body.single #si-single-content .hd-heading-style-feature-lead,
body.page #si-single-content .hd-heading-style-feature-lead,
.editor-styles-wrapper .hd-heading-style-feature-lead {
padding: 0.62em 0 0.62em 1.08em;
border-left: 4px solid var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
background:
linear-gradient(90deg, color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 9%, transparent), transparent 76%);
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-feature-lead {
display: block;
box-sizing: border-box;
width: 100%;
text-align: center;
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-feature-lead.has-text-align-left {
text-align: left;
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-feature-lead.has-text-align-center {
text-align: center;
}

.editor-styles-wrapper .wp-block-heading.hd-heading-style-feature-lead.has-text-align-right {
text-align: right;
}

body.single #si-single-content .hd-heading-style-feature-lead::after,
body.page #si-single-content .hd-heading-style-feature-lead::after,
.editor-styles-wrapper .hd-heading-style-feature-lead::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 1.08em;
height: 1px;
background: color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 28%, #e5e7eb);
}

body.single #si-single-content .hd-heading-style-section-flag,
body.page #si-single-content .hd-heading-style-section-flag,
.editor-styles-wrapper .hd-heading-style-section-flag {
display: inline-flex;
align-items: center;
max-width: 100%;
padding: 0.42em 0.86em;
border-radius: 8px;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
color: #ffffff;
box-shadow: 0 10px 22px color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 18%, transparent);
}

body.single #si-single-content .hd-heading-style-section-flag::before,
body.page #si-single-content .hd-heading-style-section-flag::before,
.editor-styles-wrapper .hd-heading-style-section-flag::before {
content: "";
width: 0.58em;
height: 0.58em;
margin-right: 0.52em;
border-radius: 999px;
background: rgba(255, 255, 255, 0.86);
}

body.single #si-single-content .hd-heading-style-corner-frame,
body.page #si-single-content .hd-heading-style-corner-frame,
.editor-styles-wrapper .hd-heading-style-corner-frame {
padding: 0.72em 0.9em;
border: 1px solid color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 34%, #d1d5db);
background: #ffffff;
}

body.single #si-single-content .hd-heading-style-corner-frame::before,
body.page #si-single-content .hd-heading-style-corner-frame::before,
.editor-styles-wrapper .hd-heading-style-corner-frame::before,
body.single #si-single-content .hd-heading-style-corner-frame::after,
body.page #si-single-content .hd-heading-style-corner-frame::after,
.editor-styles-wrapper .hd-heading-style-corner-frame::after {
content: "";
position: absolute;
width: 1.2em;
height: 1.2em;
border-color: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
border-style: solid;
}

body.single #si-single-content .hd-heading-style-corner-frame::before,
body.page #si-single-content .hd-heading-style-corner-frame::before,
.editor-styles-wrapper .hd-heading-style-corner-frame::before {
top: -1px;
left: -1px;
border-width: 3px 0 0 3px;
}

body.single #si-single-content .hd-heading-style-corner-frame::after,
body.page #si-single-content .hd-heading-style-corner-frame::after,
.editor-styles-wrapper .hd-heading-style-corner-frame::after {
right: -1px;
bottom: -1px;
border-width: 0 3px 3px 0;
}

body.single #si-single-content .hd-heading-style-spotlight,
body.page #si-single-content .hd-heading-style-spotlight,
.editor-styles-wrapper .hd-heading-style-spotlight {
padding: 0.72em 0.92em;
border-top: 5px solid var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
border-radius: 16px;
background: #111827;
color: #ffffff;
box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

body.single #si-single-content .hd-heading-style-timeline,
body.page #si-single-content .hd-heading-style-timeline,
.editor-styles-wrapper .hd-heading-style-timeline {
display: flex;
align-items: center;
gap: 0.68em;
padding: 0.48em 0;
}

body.single #si-single-content .hd-heading-style-timeline::before,
body.page #si-single-content .hd-heading-style-timeline::before,
.editor-styles-wrapper .hd-heading-style-timeline::before {
content: "";
flex: 0 0 auto;
width: 0.72em;
height: 0.72em;
border: 4px solid color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 24%, #ffffff);
border-radius: 999px;
background: var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63));
box-shadow: 0 0 0 1px color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 38%, #e5e7eb);
}

body.single #si-single-content .hd-heading-style-timeline::after,
body.page #si-single-content .hd-heading-style-timeline::after,
.editor-styles-wrapper .hd-heading-style-timeline::after {
content: "";
flex: 1 1 auto;
min-width: 48px;
height: 2px;
background: color-mix(in srgb, var(--hd-heading-accent, var(--hd-single-h2-accent, #e91e63)) 28%, #e5e7eb);
}

body.single #si-single-content h1[class*="hd-heading-style-"],
body.page #si-single-content h1[class*="hd-heading-style-"],
.editor-styles-wrapper h1.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h1-font-size, 1.95rem);
}

body.single #si-single-content h2[class*="hd-heading-style-"],
body.page #si-single-content h2[class*="hd-heading-style-"],
.editor-styles-wrapper h2.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h2-font-size, 1.62rem);
}

body.single #si-single-content h3[class*="hd-heading-style-"],
body.page #si-single-content h3[class*="hd-heading-style-"],
.editor-styles-wrapper h3.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h3-font-size, 1.36rem);
}

body.single #si-single-content h4[class*="hd-heading-style-"],
body.page #si-single-content h4[class*="hd-heading-style-"],
.editor-styles-wrapper h4.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h4-font-size, 1.2rem);
}

body.single #si-single-content h5[class*="hd-heading-style-"],
body.page #si-single-content h5[class*="hd-heading-style-"],
.editor-styles-wrapper h5.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h5-font-size, 1.08rem);
}

body.single #si-single-content h6[class*="hd-heading-style-"],
body.page #si-single-content h6[class*="hd-heading-style-"],
.editor-styles-wrapper h6.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h6-font-size, 1rem);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-margin-top"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-margin-top"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-margin-top"] {
margin-top: var(--hd-heading-margin-top);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-margin-bottom"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-margin-bottom"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-margin-bottom"] {
margin-bottom: var(--hd-heading-margin-bottom);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-top"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-top"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-padding-top"] {
padding-top: var(--hd-heading-padding-top);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-right"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-right"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-padding-right"] {
padding-right: var(--hd-heading-padding-right);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-bottom"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-bottom"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-padding-bottom"] {
padding-bottom: var(--hd-heading-padding-bottom);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-left"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-padding-left"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-padding-left"] {
padding-left: var(--hd-heading-padding-left);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-border-color"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-border-color"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-border-color"] {
border-color: var(--hd-heading-border-color);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-bg-color"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-bg-color"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-bg-color"] {
background: var(--hd-heading-bg-color);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-text-color"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-text-color"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-text-color"] {
color: var(--hd-heading-text-color);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-font-size"],
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-font-size"],
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-font-size"] {
font-size: var(--hd-heading-font-size);
}

body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-border-color"]::before,
body.single #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-border-color"]::after,
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-border-color"]::before,
body.page #si-single-content [class*="hd-heading-style-"][style*="--hd-heading-border-color"]::after,
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-border-color"]::before,
.editor-styles-wrapper [class*="hd-heading-style-"][style*="--hd-heading-border-color"]::after {
border-color: var(--hd-heading-border-color);
background-color: var(--hd-heading-border-color);
}

body.single #si-single-content .hd-heading-style-numbered[style*="--hd-heading-number-color"]::before,
body.single #si-single-content .hd-heading-style-number-plain[style*="--hd-heading-number-color"]::before,
body.single #si-single-content .hd-heading-style-number-circle[style*="--hd-heading-number-color"]::before,
body.single #si-single-content .hd-heading-style-number-box[style*="--hd-heading-number-color"]::before,
body.single #si-single-content .hd-heading-style-number-outline[style*="--hd-heading-number-color"]::before,
body.single #si-single-content .hd-heading-style-number-split[style*="--hd-heading-number-color"]::before,
body.page #si-single-content .hd-heading-style-numbered[style*="--hd-heading-number-color"]::before,
body.page #si-single-content .hd-heading-style-number-plain[style*="--hd-heading-number-color"]::before,
body.page #si-single-content .hd-heading-style-number-circle[style*="--hd-heading-number-color"]::before,
body.page #si-single-content .hd-heading-style-number-box[style*="--hd-heading-number-color"]::before,
body.page #si-single-content .hd-heading-style-number-outline[style*="--hd-heading-number-color"]::before,
body.page #si-single-content .hd-heading-style-number-split[style*="--hd-heading-number-color"]::before,
.editor-styles-wrapper .hd-heading-style-numbered[style*="--hd-heading-number-color"]::before,
.editor-styles-wrapper .hd-heading-style-number-plain[style*="--hd-heading-number-color"]::before,
.editor-styles-wrapper .hd-heading-style-number-circle[style*="--hd-heading-number-color"]::before,
.editor-styles-wrapper .hd-heading-style-number-box[style*="--hd-heading-number-color"]::before,
.editor-styles-wrapper .hd-heading-style-number-outline[style*="--hd-heading-number-color"]::before,
.editor-styles-wrapper .hd-heading-style-number-split[style*="--hd-heading-number-color"]::before {
border-color: var(--hd-heading-number-color);
background-color: var(--hd-heading-number-color);
color: var(--hd-heading-number-color);
}

body.single #si-single-content .hd-heading-style-numbered::before,
body.single #si-single-content .hd-heading-style-number-circle::before,
body.single #si-single-content .hd-heading-style-number-box::before,
body.page #si-single-content .hd-heading-style-numbered::before,
body.page #si-single-content .hd-heading-style-number-circle::before,
body.page #si-single-content .hd-heading-style-number-box::before,
.editor-styles-wrapper .hd-heading-style-numbered::before,
.editor-styles-wrapper .hd-heading-style-number-circle::before,
.editor-styles-wrapper .hd-heading-style-number-box::before {
color: #ffffff;
}

.hd-heading-style-color-control {
margin-top: 12px;
}

.hd-heading-style-color-control label {
display: block;
margin-bottom: 6px;
font-weight: 600;
}

.hd-heading-style-color-control input[type="color"] {
width: 100%;
height: 36px;
padding: 2px;
}

@media (max-width: 768px) {
body.single #si-single-content .hd-heading-style-left-border,
body.single #si-single-content .hd-heading-style-accent-bar,
body.single #si-single-content .hd-heading-style-underline,
body.single #si-single-content .hd-heading-style-double-line,
body.single #si-single-content .hd-heading-style-pill,
body.single #si-single-content .hd-heading-style-gradient,
body.single #si-single-content .hd-heading-style-card,
body.single #si-single-content .hd-heading-style-marker,
body.single #si-single-content .hd-heading-style-numbered,
body.single #si-single-content .hd-heading-style-number-plain,
body.single #si-single-content .hd-heading-style-number-circle,
body.single #si-single-content .hd-heading-style-number-box,
body.single #si-single-content .hd-heading-style-number-outline,
body.single #si-single-content .hd-heading-style-number-split,
body.single #si-single-content .hd-heading-style-editorial,
body.single #si-single-content .hd-heading-style-minimal,
body.single #si-single-content .hd-heading-style-feature-cover,
body.single #si-single-content .hd-heading-style-feature-lead,
body.single #si-single-content .hd-heading-style-section-flag,
body.single #si-single-content .hd-heading-style-corner-frame,
body.single #si-single-content .hd-heading-style-spotlight,
body.single #si-single-content .hd-heading-style-timeline,
body.page #si-single-content .hd-heading-style-left-border,
body.page #si-single-content .hd-heading-style-accent-bar,
body.page #si-single-content .hd-heading-style-underline,
body.page #si-single-content .hd-heading-style-double-line,
body.page #si-single-content .hd-heading-style-pill,
body.page #si-single-content .hd-heading-style-gradient,
body.page #si-single-content .hd-heading-style-card,
body.page #si-single-content .hd-heading-style-marker,
body.page #si-single-content .hd-heading-style-numbered,
body.page #si-single-content .hd-heading-style-number-plain,
body.page #si-single-content .hd-heading-style-number-circle,
body.page #si-single-content .hd-heading-style-number-box,
body.page #si-single-content .hd-heading-style-number-outline,
body.page #si-single-content .hd-heading-style-number-split,
body.page #si-single-content .hd-heading-style-editorial,
body.page #si-single-content .hd-heading-style-minimal,
body.page #si-single-content .hd-heading-style-feature-cover,
body.page #si-single-content .hd-heading-style-feature-lead,
body.page #si-single-content .hd-heading-style-section-flag,
body.page #si-single-content .hd-heading-style-corner-frame,
body.page #si-single-content .hd-heading-style-spotlight,
body.page #si-single-content .hd-heading-style-timeline {
margin: 28px 0 16px;
}

body.single #si-single-content .hd-heading-style-pill,
body.single #si-single-content .hd-heading-style-marker,
body.single #si-single-content .hd-heading-style-section-flag,
body.page #si-single-content .hd-heading-style-pill,
body.page #si-single-content .hd-heading-style-marker,
body.page #si-single-content .hd-heading-style-section-flag {
display: inline;
}

body.single #si-single-content .hd-heading-style-numbered,
body.single #si-single-content .hd-heading-style-number-plain,
body.single #si-single-content .hd-heading-style-number-circle,
body.single #si-single-content .hd-heading-style-number-box,
body.single #si-single-content .hd-heading-style-number-outline,
body.single #si-single-content .hd-heading-style-number-split,
body.single #si-single-content .hd-heading-style-timeline,
body.page #si-single-content .hd-heading-style-numbered,
body.page #si-single-content .hd-heading-style-number-plain,
body.page #si-single-content .hd-heading-style-number-circle,
body.page #si-single-content .hd-heading-style-number-box,
body.page #si-single-content .hd-heading-style-number-outline,
body.page #si-single-content .hd-heading-style-number-split,
body.page #si-single-content .hd-heading-style-timeline {
display: flex;
}

body.single #si-single-content h1[class*="hd-heading-style-"],
body.page #si-single-content h1[class*="hd-heading-style-"],
.editor-styles-wrapper h1.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h1-font-size, 1.68rem);
}

body.single #si-single-content h2[class*="hd-heading-style-"],
body.page #si-single-content h2[class*="hd-heading-style-"],
.editor-styles-wrapper h2.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h2-font-size, 1.42rem);
}

body.single #si-single-content h3[class*="hd-heading-style-"],
body.page #si-single-content h3[class*="hd-heading-style-"],
.editor-styles-wrapper h3.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h3-font-size, 1.22rem);
}

body.single #si-single-content h4[class*="hd-heading-style-"],
body.page #si-single-content h4[class*="hd-heading-style-"],
.editor-styles-wrapper h4.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h4-font-size, 1.1rem);
}

body.single #si-single-content h5[class*="hd-heading-style-"],
body.page #si-single-content h5[class*="hd-heading-style-"],
.editor-styles-wrapper h5.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h5-font-size, 1rem);
}

body.single #si-single-content h6[class*="hd-heading-style-"],
body.page #si-single-content h6[class*="hd-heading-style-"],
.editor-styles-wrapper h6.wp-block-heading[class*="hd-heading-style-"] {
font-size: var(--hd-heading-level-h6-font-size, 0.94rem);
}
}
