.average_prices {
  border-radius: 3px;
  background-color: white;
  width: 260px;
  margin-bottom: 15px;

  &:hover {
    border-color: @orange;
  }
}

.average_prices-wrapper {
  padding: 20px;
  text-decoration: none;
  color: @black;
  display: block;
  text-align: center;
}

.average_prices-title {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 600;
}

.average-price-wrap {
  display: inline-block;
}

.average_prices-box {
  float: left;

  &.first-child {
    margin-right: 10px;
  }
}

.average_prices-value {
  font-size: 22px;
  margin: 0 0 10px;
  display: inline-block;
}

.average_prices-center {
  float: none;
  margin: auto;
}

.average_prices-name {
  display: block;
}
