<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widget-elenco-eventi .calendar-filters {
  text-align-last: center;
  margin: 10px 0;
  padding: 20px;
}
.widget-elenco-eventi .calendar-filters &gt; a {
  display: inline-block;
  background-color: #F4F5F5;
  color: #000;
  border-radius: 25px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition        : all .3s;
}
.widget-elenco-eventi .calendar-filters &gt; a:hover {
  transform: scale(1.1);
}
.widget-elenco-eventi .vc_row {
  margin-bottom: 45px;
  padding: 45px 0;
  border-bottom: 1px solid #ccc;
}
.widget-elenco-eventi .vc_row .wpb_column:first-child h2 {
  color: #191654;
}
.widget-elenco-eventi .vc_row .wpb_column:first-child h2 a {
  color: #191654;
  text-decoration: none;
}
.widget-elenco-eventi .vc_row .wpb_column:first-child .dettagli-evento {
  margin-top: 25px;
}
.widget-elenco-eventi .vc_row .wpb_column:last-child {
  text-align: right;
}
.widget-elenco-eventi .vc_row .wpb_column:last-child .imprenditore-post.event {
  text-align: left;
}
.widget-elenco-eventi .vc_row .wpb_column:last-child .button {
  border: 2px solid #000;
  border-radius: 25px;
  background-color: #fff;
  background-image: none;
  color: #000;
  font-weight: normal;
}
.widget-elenco-eventi .vc_row .wpb_column:last-child .button:hover {
  background-color: #000 !important;
  color: #fff;
  background-image: none !important;
}

/**
 * RESPONSIVE
 */

@media (max-width: 767px) {
  .widget-elenco-eventi .vc_row .wpb_column:last-child {
    text-align: center;
  }
  .widget-elenco-eventi .vc_row .wpb_column:last-child .button {
    width: 80%;
    margin: auto;
    margin-top: 35px; 
    text-transform: uppercase;
    background: #191654;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 7px;
  }
}</pre></body></html>