/* @group Terms & Policy Content
------------------------------------ */

.terms-and-policy-content .bp-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media only screen
and (min-width : 961px) {
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */


/* Editor
------------------------------------ */
:where(.editor-styles-wrapper) .terms-and-policy-content .bp-column > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}