/* Typography */
.editor-styles-wrapper p, .editor-styles-wrapper ol, .editor-styles-wrapper ul, .editor-styles-wrapper dl, .editor-styles-wrapper dt {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
}

/* Custom blocks */

/* Custom blocks icon */
.dashicons-boldest {
    background: url();
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.dashicons-boldest:before {
    display: none;
}

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

/* Color palette */
.has-pax-black-color {
    color: #000000 !important;
}
.has-pax-black-background-color {
    background-color: #000000 !important;
}

.has-pax-white-color {
    color: #FFFFFF !important;
}
.has-pax-white-background-color {
    background-color: #FFFFFF !important;
}

.has-pax-orange-color {
    color: #FF5400 !important;
}
.has-pax-orange-background-color {
    background-color: #FF5400 !important;
}

.has-pax-dark-blue-color {
    color: #0072E6 !important;
}
.has-pax-dark-blue-background-color {
    background-color: #0072E6 !important;
}

.has-pax-light-blue-color {
    color: #BEEEFF !important;
}
.has-pax-light-blue-background-color {
    background-color: #BEEEFF !important;
}

.has-pax-yellow-color {
    color: #FFF266 !important;
}
.has-pax-yellow-background-color {
    background-color: #FFF266 !important;
}

.has-pax-gray-color {
    color: #AAB2B2 !important;
}
.has-pax-gray-background-color {
    background-color: #AAB2B2 !important;
}

.has-pax-blue-gray-color {
    color: #E3EDED !important;
}
.has-pax-blue-gray-background-color {
    background-color: #E3EDED !important;
}

.has-pax-orange-gray-color {
    color: #FFE6ED !important;
}
.has-pax-orange-gray-background-color {
    background-color: #FFE6ED !important;
}




/* ACF Color Picker only palette colors */
.block-editor-block-list__block .iris-picker .iris-square {
    display: none;
}
.block-editor-block-list__block .iris-picker .iris-strip {
    display: none;
}
.block-editor-block-list__block .iris-border .iris-palette-container {
    position: relative;
    bottom: 0 !important;
    left: 0 !important;
    display: block;
    height: auto;
}
.block-editor-block-list__block .wp-picker-container .iris-picker {
    height: auto !important;
    border: none;
}
.block-editor-block-list__block .iris-picker .iris-square, .block-editor-block-list__block .iris-picker .iris-slider, .block-editor-block-list__block .iris-picker .iris-square-inner, .block-editor-block-list__block .iris-picker .iris-palette {
    border-radius: 100px !important;
    box-shadow: inset 0 0 2px rgb(0 0 0 / 40%) !important;
}



/* Blocks */
.editor-styles-wrapper  .splide {
	visibility: visible !important;
}
.editor-styles-wrapper  .splide__slide {
    flex-shrink: unset;
	margin-right: 1rem;
}
.editor-styles-wrapper  .my-slider-progress {
    display: none;
}

.editor-styles-wrapper .block-timeline-wrapper .carousel-slide {
    width: 25%;
    padding: 0 2rem;
}

/* Underline and change color of links in Gutenberg editor */
.editor-styles-wrapper a {
    color: #FF5400;
}

:root .editor-styles-wrapper .wp-block-button__link, :root .editor-styles-wrapper .wp-block-file__button {
    background: #ff5400;
    border-radius: 40px;
    text-transform: unset;
}
:root .editor-styles-wrapper .wp-block-button__link.has-pax-orange-color {
    color: #FFFFFF !important;
}