.dashicon.dashicons.dashicons-boldest {
	background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='51' height='51' fill='%23D5FF33'/%3E%3Cpath d='M21.1702 22.61L24.3801 22.6L24.2001 15.29L31.5002 15.23L31.4202 12L20.9102 12.11L21.1702 22.61Z' fill='%230000FF'/%3E%3Cpath d='M37.7304 38.9599C39.4834 39.0482 41.219 38.5751 42.6844 37.6094C44.1504 36.6436 45.2694 35.2356 45.8804 33.5899L42.4004 32.0499C42.1134 33.036 41.5043 33.8975 40.6706 34.4974C39.837 35.0972 38.8266 35.4009 37.8004 35.3599C37.0889 35.3775 36.3819 35.2429 35.7265 34.9653C35.0712 34.6876 34.4827 34.2733 34.0004 33.7499C33.4914 33.1994 33.0961 32.5539 32.837 31.8503C32.5778 31.1468 32.4601 30.399 32.4904 29.6499C32.4623 28.9161 32.5815 28.1842 32.8408 27.4972C33.1001 26.8102 33.4944 26.1821 34.0004 25.6499C34.4821 25.1475 35.0615 24.7491 35.703 24.4791C36.3445 24.2091 37.0344 24.0732 37.7304 24.0799C38.7531 24.0238 39.7644 24.3182 40.5971 24.9146C41.4299 25.5109 42.0344 26.3736 42.3104 27.3599L45.7104 25.8199C44.6404 22.6499 41.7104 20.4799 37.7104 20.4799C36.478 20.447 35.2525 20.6739 34.1136 21.146C32.9747 21.6181 31.9481 22.3247 31.1004 23.2199C30.2437 24.0721 29.5661 25.0871 29.1076 26.2051C28.6491 27.3231 28.4188 28.5216 28.4304 29.7299C28.4071 30.9531 28.6316 32.1684 29.0902 33.3026C29.5489 34.4368 30.2322 35.4664 31.0992 36.3297C31.9661 37.1929 32.9988 37.8718 34.1349 38.3255C35.2711 38.7793 36.4873 38.9984 37.7104 38.9699' fill='%23231F20'/%3E%3Cpath d='M16.62 21V24.57H12.24V32.42C12.24 34.58 13.31 35.42 15.31 35.42C15.7373 35.4219 16.1634 35.3749 16.58 35.28V38.65C15.8979 38.8998 15.1764 39.0251 14.45 39.02C10.54 39.02 8.27 36.95 8.27 33.08V24.57H5V21H8.24V15.49H12.24V21H16.62Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
}

/* Disable links in custom blocks */
.editor-styles-wrapper .custom-boldest-block a {
	pointer-events: none;
	cursor: default;
}


/* Typography */

.block-editor-block-list__layout.is-root-container > * {
    margin-block-start: var(--wp--preset--spacing--80);
    margin-block-end: var(--wp--preset--spacing--80);
}

:root p, p, .is-layout-constrained > p {
    margin-top: 0;
    margin-bottom: 1rem;
}


.editor-styles-wrapper :root p,
.editor-styles-wrapper :root .wp-block-heading p,
.editor-styles-wrapper .is-layout-constrained > p {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}

/* Editor heading margins */
.editor-styles-wrapper :root h1,
.editor-styles-wrapper :root .wp-block-heading h1,
.editor-styles-wrapper .is-layout-constrained > h1 {
    margin-top: 2em;
    margin-bottom: 0.75em;
    margin-left: 0;
    margin-right: 0;
}

.editor-styles-wrapper :root h2,
.editor-styles-wrapper :root .wp-block-heading h2,
.editor-styles-wrapper .is-layout-constrained > h2 {
    margin-top: 1.75em;
    margin-bottom: 0.65em;
    margin-left: 0;
    margin-right: 0;
}

.editor-styles-wrapper :root h3,
.editor-styles-wrapper :root .wp-block-heading h3,
.editor-styles-wrapper .is-layout-constrained > h3 {
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    margin-left: 0;
    margin-right: 0;
}

.editor-styles-wrapper :root h4,
.editor-styles-wrapper :root .wp-block-heading h4,
.editor-styles-wrapper .is-layout-constrained > h4 {
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

.editor-styles-wrapper :root h5,
.editor-styles-wrapper :root .wp-block-heading h5,
.editor-styles-wrapper .is-layout-constrained > h5 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

.editor-styles-wrapper :root h6,
.editor-styles-wrapper :root .wp-block-heading h6,
.editor-styles-wrapper .is-layout-constrained > h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

/* Editor - First heading rules */
.editor-styles-wrapper div > :is(h1, h2, h3, h4, h5, h6):first-child {
    margin-top: 0;
}

/* Editor - Broken hierarchy rules */
.editor-styles-wrapper h6 + h1,
.editor-styles-wrapper h6 + h2,
.editor-styles-wrapper h6 + h3,
.editor-styles-wrapper h6 + h4,
.editor-styles-wrapper h6 + h5,
.editor-styles-wrapper h5 + h1,
.editor-styles-wrapper h5 + h2,
.editor-styles-wrapper h5 + h3,
.editor-styles-wrapper h5 + h4,
.editor-styles-wrapper h4 + h1,
.editor-styles-wrapper h4 + h2,
.editor-styles-wrapper h4 + h3,
.editor-styles-wrapper h3 + h1,
.editor-styles-wrapper h3 + h2,
.editor-styles-wrapper h2 + h1 {
    margin-top: 0.65em !important;
}
