@media (max-width: 600px) {
.wp-block-navigation__responsive-container-open {
order: 2; }
.wp-block-buttons {
order: 1; }
} .wp-block-list ul li,
.wp-block-post-content ul li {
padding-left: 0.75rem; margin-bottom: 1.2rem; line-height: 1.5;
}
.wp-block-list ul li::marker,
.wp-block-post-content ul li::marker {
font-size: 0.5em; color: var(--wp--preset--color--text-muted);
} .marker-green,
.marker-blue {
display: inline;
background-repeat: no-repeat;
background-position: 0 40%; background-size: 100% 35%; padding-right: 0.15em; }
.marker-green {
background-image: linear-gradient(
transparent 0%,
var(--wp--preset--color--accent-green) 0%
);
}
.marker-blue {
background-image: linear-gradient(
transparent 0%,
var(--wp--preset--color--accent-blue) 0%
);
}
.is-layout-constrained > .marker-h1-green {
display: table !important;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
position: relative;
}
.marker-h1-green::after {
content: "";
position: absolute;
left: 0;
bottom: 0.08em;
width: 100%;
height: 45%;
z-index: -1;
background-color: var(--wp--preset--color--accent-green);
} .icon {
width: 1em;
height: 1em;
vertical-align: -0.15em; display: inline-block;
margin-right: 0.2em;
} footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}