.addon--large {
    .addon__thumbnail {
        aspect-ratio: 214 / 100;
        object-position: center;
        object-fit: none;

        @media screen and (max-width: 768px) {
            object-position: center;
            object-fit: fill;
            height: 50px;
            aspect-ratio: 1 / 1;
            max-width: 7.14286rem;
        }
    }

    .addon__description {
        font-weight: normal;
    }
}

.addon__fake-checkbox--radio {
    border-radius: 100%;
}

.addon__field .input {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .addon__field .input {
        max-width: 225px; /* ou remova completamente essa regra */
    }
}
