.it-hero-text-wrapper .eccezioni-home .text-formatted {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: var(--ut-radius);
    border: 1px solid white;
    padding: 1rem;
    margin-top: 1.5rem;
}

.it-hero-text-wrapper .eccezioni-home .container {
    padding: 0;
}

.it-hero-text-wrapper .eccezioni-home .text-formatted p {
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    color: white;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
}

.it-hero-text-wrapper .eccezioni-home .text-formatted p a {
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 768px) {
    .it-hero-text-wrapper .eccezioni-home .text-formatted {
        width: fit-content;
    }
    
    .it-hero-text-wrapper .eccezioni-home .field--type-link a {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .it-hero-text-wrapper .eccezioni-home .text-formatted p {
        margin-bottom: 1rem;
    }
    .it-hero-text-wrapper .eccezioni-home .field--type-link a {
        margin: 0;
    }
}
