#start-resizable-editor-section {
    display: none;
}

.wp-block-audio figcaption {
    text-align: center;
    color: rgb(85, 85, 85);
    font-size: 13px;
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-code {
    padding: 0.8em 1em;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    color: rgb(30, 30, 30);
    font-family: Menlo,Consolas,monaco,monospace;
}

.wp-block-embed figcaption {
    text-align: center;
    color: rgb(85, 85, 85);
    font-size: 13px;
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0, 0%, 100%, 0.65);
}

.blocks-gallery-caption {
    text-align: center;
    color: rgb(85, 85, 85);
    font-size: 13px;
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-image figcaption {
    text-align: center;
    color: rgb(85, 85, 85);
    font-size: 13px;
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-pullquote {
    color: currentColor;
    margin-bottom: 1.75em;
    border-top-color: currentColor;
    border-bottom-color: currentColor;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.wp-block-pullquote__citation {
    color: currentColor;
    text-transform: uppercase;
    font-size: 0.81em;
    font-style: normal;
}

.wp-block-pullquote cite {
    color: currentColor;
    text-transform: uppercase;
    font-size: 0.81em;
    font-style: normal;
}

.wp-block-pullquote footer {
    color: currentColor;
    text-transform: uppercase;
    font-size: 0.81em;
    font-style: normal;
}

.wp-block-navigation ul {
    list-style: none;
}

    .wp-block-navigation ul li {
        list-style: none;
    }

.wp-block-navigation-link.wp-block-navigation-link {
    margin: 0px;
}

.wp-block-quote {
    margin: 0px 0px 1.75em;
    padding-left: 1em;
    border-left-color: currentColor;
    border-left-width: 0.25em;
    border-left-style: solid;
}

.wp-block-quote__citation {
    color: currentColor;
    font-size: 0.81em;
    font-style: normal;
    margin-top: 1em;
    position: relative;
}

.wp-block-quote cite {
    color: currentColor;
    font-size: 0.81em;
    font-style: normal;
    margin-top: 1em;
    position: relative;
}

.wp-block-quote footer {
    color: currentColor;
    font-size: 0.81em;
    font-style: normal;
    margin-top: 1em;
    position: relative;
}

.wp-block-quote.has-text-align-right {
    padding-right: 1em;
    padding-left: 0px;
    border-right-color: currentColor;
    border-left-color: currentColor;
    border-right-width: 0.25em;
    border-left-width: medium;
    border-right-style: solid;
    border-left-style: none;
}

.wp-block-quote.has-text-align-center {
    border: currentColor;
    border-image: none;
    padding-left: 0px;
}

.wp-block-quote.is-large {
    border: currentColor;
    border-image: none;
}

.wp-block-quote.is-style-large {
    border: currentColor;
    border-image: none;
}

.wp-block-search .wp-block-search__label {
    font-weight: 700;
}

.wp-block-group.has-background {
    padding: 1.25em 2.37em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wp-block-separator {
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: currentColor;
    border-image: none;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.4;
}

:not(.is-style-wide):not(.is-style-dots).wp-block-separator {
    max-width: 100px;
}

:not(.is-style-dots).wp-block-separator.has-background {
    height: 1px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

:not(.is-style-wide):not(.is-style-dots).wp-block-separator.has-background {
    height: 2px;
}

.wp-block-table {
    border-collapse: collapse;
}

    .wp-block-table thead {
        border-bottom-color: currentColor;
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }

    .wp-block-table tfoot {
        border-top-color: currentColor;
        border-top-width: 3px;
        border-top-style: solid;
    }

    .wp-block-table td {
        padding: 0.5em;
        border: 1px solid currentColor;
        border-image: none;
        -ms-word-break: normal;
    }

    .wp-block-table th {
        padding: 0.5em;
        border: 1px solid currentColor;
        border-image: none;
        -ms-word-break: normal;
    }

    .wp-block-table figcaption {
        text-align: center;
        color: rgb(85, 85, 85);
        font-size: 13px;
    }

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-video figcaption {
    text-align: center;
    color: rgb(85, 85, 85);
    font-size: 13px;
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0, 0%, 100%, 0.65);
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.37em;
    margin-top: 0px;
    margin-bottom: 0px;
}

#end-resizable-editor-section {
    display: none;
}
