.paper-box {
	position: relative;
    padding: 16px;
    background: #efe4d3;
    color: rgb(32, 12, 6);
    box-shadow: 0 0 8px #00000050;
    font-family: serif;
    border-radius: 5px;
    margin-left: -6px !important;
    margin-right: -6px !important;
    justify-self: anchor-center;
}

.paper-box > p:has(em):first-child {
	border-bottom: 4px double;
	padding-bottom: 6px;
}
.paper-box > p:has(em):first-child  + * {
	margin-block-start: calc(var(--wp--style--block-gap) - 6px);
}

.paper-box:before {
    content: "";
	pointer-events: none;
	display: block;
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/theme-source/rough-paper-texture.webp);
    opacity: 0.4;
}