.block-editor-iframe__html .ps-block-header {
position: relative;
}
.ps-pattern-banner h1:before {
content: "";
display: block;
width: 6.25rem;
height: 2px;
background: var(--wp--preset--color--primary);
margin-bottom: 1rem;
}
.wp-block-list.is-style-list-line {
list-style: none;
}
.wp-block-list.is-style-list-line li {
position: relative;
padding-left: 2.5rem;
}
.wp-block-list.is-style-list-line li:before {
content: "";
position: absolute;
top: 0.875rem;
left: 0;
width: 1.5rem;
height: 2px;
background: var(--wp--custom--color--border-light);
}
.wp-block-list.is-style-list-line li:last-child {
margin-bottom: 0;
}