<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.edinews_widget_argomento_sidebar_small .content .news_item {
  margin-top: 30px;
}

.edinews_widget_argomento_sidebar_small {
  border: 2px solid var(--title-color);
  border-radius: 10px;
  padding: 2.5rem 2rem;
}

.edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .title {
  display: inline;
  font-family: var(--secondary-font-family);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue-background-color);
}

.edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts {
  display: inline;
}

.edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a span {
  display: none;
}

.edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a:before {
  content: '\f0a9';
  font-family: var(--fontawesome-font-family);
}

.edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a:link, .edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a:visited, .edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a:hover, .edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a:focus, .edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a:active {
  color: var(--blue-background-color);
  text-decoration: none;
}

.edinews_widget_argomento_sidebar_small .edinews_widget_argomento_title_container .all_posts a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.edinews_widget_argomento_sidebar_small .content .news_item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--horizontal-separator-color);
}

.edinews_widget_argomento_sidebar_small .content .news_item .col_container .text_part_wrapper {
  background-color: transparent;
  display: block;
  padding-left: 0;
}

.edinews_widget_argomento_sidebar_small .content .news_item .col_container .text_part_wrapper .title {
  font-size: 1.6rem;
  line-height: 1.76rem;
  font-weight: 600;
  margin-top: 0 !important;
  padding: 0;
}

.edinews_widget_argomento_sidebar_small .content .news_item .col_container .text_part_wrapper .excerpt {
  display: none;
}

.edinews_widget_argomento_sidebar_small .content .news_item .col_container .text_part_wrapper .news_item_tags {
  display: none;
}

.edinews_widget_argomento_sidebar_small .content .news_item .col_container .image_container {
  display: none;
}

.edinews_widget_argomento_sidebar_small .content .news_item .reading-time-icon {
  display: none;
}

.edinews_widget_argomento_sidebar_small .content .news_item .news_item_icons {
  display: none;
}

.edinews_widget_argomento_sidebar_small .content .news_item .shout_date {
  font-size: 13px;
  position: absolute;
  top: -15px;
}

.edinews_widget_argomento_sidebar_small .content .news_item .shout_date .shout {
  padding: 0;
}

.edinews_widget_argomento_sidebar_small .content .news_item .shout_date .date {
  display: none;
}

.edinews_widget_argomento_sidebar_small .content .news_item:last-child {
  border: 0 none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .content_trunk .edinews_widget_argomento_sidebar_small {
    margin-top: 5.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .content_trunk .edinews_widget_argomento_sidebar_small {
    margin-top: 7.3rem;
  }
}
</pre></body></html>