.es-container {
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--large );
color: #e01b24;
background-color: #e01b241A;
padding: 1em;
/* background-image: url("https://810575548-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrAv6fyTV5y3PTdcHpfNH%2Fuploads%2FmP9IoKGhktl02PX0Y6DN%2FBandinian%20Symbol%20I4.svg?alt=media&token=f4318135-500d-43f5-bb07-f846c44ff25a"); */
/* background-image: 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"); */
background-size: 150px;
}
.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: green;
border-radius: var( --border-radius--large );
mask-image: var( --spell-circle-after );
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
}
.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);
}