/* Stili evidenziazioni titolo - frontend */

.highlight-color {
    color: #A42336;
}

.highlight-circle {
    position: relative;
    display: inline-block;
}

.highlight-circle::before {
    content: "";
    position: absolute;
    top: -40%;
    bottom: -40%;
    left: -12%;
    right: -12%;
    background-image: url(/wp-content/themes/farmerbit/dist/assets/images/highlight-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.highlight-underline {
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.12em;
}
