.site-footer {
  background: #0b3c8c;
  border-top: 1px solid #0b3c8c;
  padding: 15px 0;
}

.site-footer .foot-line {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #f1f1f1;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ff7a00;
}

.btn-affiliati {
  display: inline-block;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #ff7a00;
  border-radius: 20px;
}

.btn-affiliati:hover {
  background: #e86e00;
  color: #fff;
}

@media (max-width: 576px) {
  .site-footer .foot-line {
    font-size: 13px;
  }

  .btn-affiliati {
    padding: 6px 16px;
    font-size: 11px;
  }
}