
.vangogh-top10-block {
  max-width: 980px;
  margin: 42px auto 24px;
  padding: 0 12px;
  color: #333;
}

.vangogh-top10-title {
  font-size: 30px;
  line-height: 1.28;
  font-weight: 600;
  color: #222;
  margin: 0 0 18px;
}

.vangogh-top10-inner {
  position: relative;
  max-height: 255px;
  overflow: hidden;
  transition: max-height 0.55s ease;
}

.vangogh-top10-inner.expanded {
  max-height: 6000px;
}

.vangogh-top10-text {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

.vangogh-top10-text p {
  margin: 0 0 16px;
}

.vangogh-top10-text strong {
  color: #222;
  font-weight: 600;
}

.vangogh-top10-text a {
  color: #222;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.25s ease;
}

.vangogh-top10-text a:hover {
  opacity: 0.75;
}

.vangogh-top10-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.82) 58%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.vangogh-top10-inner.expanded .vangogh-top10-fade {
  opacity: 0;
}

.vangogh-top10-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  border: none;
  background: none;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #222;
  transition: opacity 0.25s ease;
}

.vangogh-top10-btn:hover {
  opacity: 0.72;
}

@media (max-width: 768px) {
  .vangogh-top10-block {
    max-width: 100%;
    margin: 28px auto 18px;
    padding: 0 14px;
  }

  .vangogh-top10-title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  .vangogh-top10-inner {
    max-height: 235px;
  }

  .vangogh-top10-text {
    font-size: 14px;
    line-height: 1.85;
  }

  .vangogh-top10-text p {
    margin: 0 0 14px;
  }

  .vangogh-top10-fade {
    height: 76px;
  }

  .vangogh-top10-btn {
    margin-top: 10px;
    font-size: 13px;
  }
}
