<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body .page-bottom {

  margin-top:123px;

}*/
.page picture.page_background {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.contenitore_articolo {
  position: relative;
  background-color: white;
}

.contenitore_articolo h1 {
  font-size: 4rem;
  margin-top: 4.8rem;
  font-weight: bold;
}

.contenitore_articolo h2 {
  font-size: 2.9rem;
  line-height: 3.6rem;
}

.contenitore_articolo h3 {
  font-size: 2.2rem;
  line-height: 3.6rem;
}

.contenitore_articolo .generic_main_article {
  padding-top: 2.88rem;
  padding-bottom: 1.44rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.contenitore_articolo .generic_main_article .main_image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.6rem;
}

.contenitore_articolo .generic_main_article .row_main_article .generic_main_article {
  font-size: 1.44rem;
  line-height: 2.16rem;
}

body.page .contenitore_articolo {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  body.page .contenitore_articolo {
    padding: 0;
  }
}

ul.feed_list {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  max-width: 200px;
}

ul.feed_list li {
  margin-left: 0 !important;
  margin-bottom: .5em;
  padding: .3em .5em;
  list-style-type: none !important;
}

ul.feed_list li a i {
  color: white;
}

ul.feed_list li a:link,
ul.feed_list li a:visited,
ul.feed_list li a:hover,
ul.feed_list li a:focus,
ul.feed_list li a:active {
  color: #fff;
  text-decoration: none;
}

ul.feed_list li.feed_vert_hardware {
  background-color: #d92328;
}

ul.feed_list li.feed_vert_videogioco {
  background-color: #f39c12;
}

ul.feed_list li.feed_vert_smartphone {
  background-color: #3fb12d;
}

ul.feed_list li.feed_vert_culturapop {
  background-color: #17a2b8;
}

ul.feed_list li.feed_vert_more {
  background-color: #707070;
}

ul.feed_list li.feed_vert_offerta {
  background-color: #a02969;
}

@media only screen and (min-width: 1300px) {
  h1 {
    font-size: 5.12rem;
    line-height: 6.144rem;
  }
}

footer {
  padding-bottom: 58px;
}

.bottom_bar_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 52px;
  background-color: white;
  -webkit-box-shadow: 0px -1px 1px #ccc;
  box-shadow: 0px -1px 1px #ccc;
  font-size: 1.6rem;
}

.bottom_bar_fixed ul.social_share {
  display: table;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.bottom_bar_fixed ul.social_share li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 20%;
}

.bottom_bar_fixed ul.social_share li a {
  text-align: center;
  width: 100%;
  line-height: 52px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .bottom_bar_fixed {
    display: none;
  }
  footer {
    padding-bottom: 0;
  }
}
</pre></body></html>