/* === Round Seal === */
.sb-decoration-round-seal {
    width: 96px;
    height: 96px;
    border: 1.5px solid var(--wp--preset--color--saddle);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--wp--preset--color--saddle);
    background: rgba(237, 213, 192, 0.4);
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.sb-decoration-round-seal::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid var(--wp--preset--color--saddle);
    border-radius: 50%;
    opacity: 0.4;
}
.sb-decoration-round-seal__line-1,
.sb-decoration-round-seal__line-3 {
    font-family: var(--wp--preset--font-family--manrope);
    font-size: var(--wp--preset--font-size--tiny);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
}
.sb-decoration-round-seal__line-2 {
    font-family: var(--wp--preset--font-family--cormorant);
    font-style: italic;
    font-size: var(--wp--preset--font-size--body);
    margin: var(--wp--preset--spacing--xxs) 0;
    font-weight: 500;
}
