.blockAttached {
  margin-top: 40px;
}
.blockAttached ul {
  padding-left: 0;
  list-style-type: none;
}
.blockAttached ul a {
  padding-right: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #E2F2FF;
  color: #0072CE;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.blockAttached ul a + a {
  margin-top: 10px;
}
.blockAttached ul a i {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin-right: 9px;
  background-color: #0072CE;
  color: #FFFFFF;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blockAttached ul a:hover span, .blockAttached ul a:focus span {
  text-decoration: underline;
}
.blockAttached ul a:hover i, .blockAttached ul a:focus i {
  background-color: #0B4371;
  color: #FFFFFF;
}/*# sourceMappingURL=blockAttached.css.map */