/* Spécificités uniques pour ivx-cryptos-to-follow */
.follow h2 {
  margin-bottom: 19.84px;
}

.follow ul.prices {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  gap: 24px;
}

.follow ul.prices li {
  background: #17191d 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  /* padding: 16.67px 15.4px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.follow .price-card .ccpw-card-body {
  box-shadow: none !important;
  border-bottom: 1px solid #7c7c7c;
  border-radius: 0 !important;
}

.follow ul.prices li a {
  text-align: center;
  text-decoration: underline;
  font: normal normal normal 14px/19px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
  margin-top: 10.93px;
  margin-bottom: 10.93px;
}

.section.follow .container ul li a:hover {
  color: var(--accent-color) !important;
}
