.es-container {
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--large );
color: #e01b24;
background-color: #e01b241A;
padding: 1em;
background-size: 150px;
overflow: hidden;
position: relative;
}
.es-container::after {
--spell-circle-after: url("https://548916280-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpaqFHtSBIvRvOg8Wfmx5%2Fuploads%2FWEViu7j32vfudpdSmvEG%2FSpell%20Circle.svg?alt=media&token=e1e66eeb-da0d-47fa-b71b-d823fbfe3cd7");
position: absolute;
display: block;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e01b24;
border-radius: var( --border-radius--large );
mask-image: var( --spell-circle-after );
mask-size: 20em auto;
mask-repeat: no-repeat;
mask-position: right;
filter: brightness(0.4);
}
.es-intro {
font-family: "Mea Culpa", cursive;
font-weight: 400;
font-style: normal;
display: block;
font-size: 2em;
filter: brightness(0.4);
}
.es-wording-container {
padding-left: 1em;
padding-right: 1em;
}
.es-wording {
font-family: "Quintessential", serif;
font-weight: 400;
font-style: normal;
filter: brightness(0.4);
}