.ytfp-bottom {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ytfp-bottom__card {
  border-radius: 18px;
  padding: 18px 20px;
}

.ytfp-bottom__card--tips {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.ytfp-bottom__card--donators {
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.ytfp-bottom__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #1a202c;
}

.ytfp-bottom__title--donators {
  color: #9a3412;
}

.ytfp-bottom__tips-list,
.ytfp-bottom__donators-list {
  margin: 0;
  padding-left: 22px;
}

.ytfp-bottom__tips-list {
  color: #2d3748;
  line-height: 1.6;
}

.ytfp-bottom__donators-list {
  color: #7c2d12;
  line-height: 1.8;
}

.ytfp-bottom__tip-item,
.ytfp-bottom__donator-item {
  margin-bottom: 12px;
}

.ytfp-bottom__tip-item:last-child,
.ytfp-bottom__donator-item:last-child {
  margin-bottom: 0;
}

.ytfp-bottom__donator-link {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
