/* line labels for news */
.etichetta-news {
    background-color: #0080FF; /* color */
    padding: 10px;
    color: #FFFFFF;
    width: max-content;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.etichetta-news-title {
    font-size: 16px;
    color: #FFFFFF; /* It is not necessary, since the text inside is already white */
}

.etichetta-news-line {
    border: none;
    border-bottom: 2px solid #0080FF; /* color */
    width: 100%;
    margin-left: auto;
    margin-top: 0;
}

/* line labels for store */
.etichetta-store {
    background-color: #FF69B4; /* color */
    padding: 10px;
    color: #FFFFFF;
    width: max-content;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.etichetta-store-title {
    font-size: 16px;
    color: #FFFFFF; /* It is not necessary, since the text inside is already white */
}

.etichetta-store-line {
    border: none;
    border-bottom: 2px solid #FF69B4; /* color */
    width: 100%;
    margin-left: auto;
    margin-top: 0;
}

/* line labels for rss */
.etichetta-rss {
    background-color: #FFA500; /* color */
    padding: 10px;
    color: #FFFFFF;
    width: max-content;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.etichetta-rss-title {
    font-size: 16px;
    color: #FFFFFF; /* It is not necessary, since the text inside is already white */
}

.etichetta-rss-line {
    border: none;
    border-bottom: 2px solid #FFA500; /* color */
    width: 100%;
    margin-left: auto;
    margin-top: 0;
}

/* line labels for insights */
.etichetta-insights {
    background-color: #FF4500; /* color */
    padding: 10px;
    color: #FFFFFF;
    width: max-content;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.etichetta-insights-title {
    font-size: 16px;
    color: #FFFFFF; /* Not necessary, text is already white */
}

.etichetta-insights-line {
    border: none;
    border-bottom: 2px solid #FF4500; /* color */
    width: 100%;
    margin-left: auto;
    margin-top: 0;
}
