:root :where(.wp-block-separator) {
    height: 1px !important;
    width: 100%;
}

:is([class*="900-background-color"],[class*="700-background-color"],[class*="500-background-color"],.has-dark-glass-background-color):not(.has-tonic-500-background-color)  .wp-block-separator {
    background-color: var(--wp--preset--color--theme-50);
    opacity: .3;
}

.wp-block-separator.is-style-bright {
    background: #070E21;
    background: linear-gradient(90deg,rgba(7, 14, 33, 0) 12%, rgba(7, 14, 33, .9) 50%, rgba(7, 14, 33, 0) 88%);
}
:is([class*="900-background-color"],[class*="700-background-color"],[class*="500-background-color"],.has-dark-glass-background-color):not(.has-tonic-500-background-color)  .wp-block-separator.is-style-bright {
    background: #F4F6F9;
    background: linear-gradient(90deg,rgba(244, 246, 249, 0) 12%, rgba(244, 246, 249, 1) 50%, rgba(244, 246, 249, 0) 88%);
}
:is([class*="300-background-color"],[class*="100-background-color"],[class*="50-background-color"],.has-light-glass-background-color)  .wp-block-separator.is-style-bright {
    background: #070E21;
    background: linear-gradient(90deg,rgba(7, 14, 33, 0) 12%, rgba(7, 14, 33, .9) 50%, rgba(7, 14, 33, 0) 88%);
}

.wp-block-separator.is-style-bright-right {
    background: #070E21;
    background: linear-gradient(90deg, rgba(7, 14, 33, 1) 50%, rgba(7, 14, 33, 0) 92%);
}
:is([class*="900-background-color"],[class*="700-background-color"],[class*="500-background-color"],.has-dark-glass-background-color):not(.has-tonic-500-background-color)  .wp-block-separator.is-style-bright-right,
.wp-block-cover:has(.wp-block-cover__background.has-theme-900-background-color) .wp-block-separator.is-style-bright-right {
    background: #F4F6F9;
    background: linear-gradient(90deg, rgba(244, 246, 249, 1) 50%, rgba(244, 246, 249, 0) 92%);
}
:is([class*="300-background-color"],[class*="100-background-color"],[class*="50-background-color"],.has-light-glass-background-color)  .wp-block-separator.is-style-bright-right {
    background: #070E21;
    background: linear-gradient(90deg, rgba(7, 14, 33, 1) 50%, rgba(7, 14, 33, 0) 92%);
}

.wp-block-separator.is-style-bright-left {
    background: #070E21;
    background: linear-gradient(90deg, rgba(7, 14, 33, 0) 8%, rgba(7, 14, 33, 1) 50%);
}
:is([class*="900-background-color"],[class*="700-background-color"],[class*="500-background-color"],.has-dark-glass-background-color):not(.has-tonic-500-background-color)  .wp-block-separator.is-style-bright-left {
    background: #F4F6F9;
    background: linear-gradient(90deg, rgba(244, 246, 249, 0) 8%, rgba(244, 246, 249, 1) 50%);
}
:is([class*="300-background-color"],[class*="100-background-color"],[class*="50-background-color"],.has-light-glass-background-color)  .wp-block-separator.is-style-bright-left {
    background: #070E21;
    background: linear-gradient(90deg, rgba(7, 14, 33, 0) 8%, rgba(7, 14, 33, 1) 50%);
}

/* .wp-block-separator.is-style-bright {
    margin-block: var(--wp--preset--spacing--l);
} */
 

footer .wp-block-separator.is-style-bright-right {
    background: #F4F6F9;
    background: linear-gradient(90deg, rgba(244, 246, 249, 1) 50%, rgba(244, 246, 249, 0) 92%);
}