.article__label.tag__MICHELIN10 {
    background-image: linear-gradient(to top right, #ed4e15, #fa841e);
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px;
    font-style: italic;
}

.article__label.tag__MICHELIN10:hover {
    background-color: #f6f6f6 !important;
    color: #fa841e;
    border: solid #ed4e15 1px;
}

.tag__MICHELIN10 a {
    color: #f6f6f6 !important;
    border: none !important;
    padding: 6px 12px 6px 12px;
   font-style: italic;
}

.tag__MICHELIN10 a:hover {
    background-color: #f6f6f6 !important;
    color: #ed4e15 !important;
}

.article__label.tag__MICHELIN10 {
    background-image: linear-gradient(to top right, #ed4e15, #fa841e);
}

.article__label-container,
.product__tags {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    top: 0px;
    margin-top: 0px;
}
