.tv-button-row {
  align-items: flex-start !important;
}

.tv-button-row > .sthk-tv-affiliate-wrap {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.tv-button-row > .sthk-tv-affiliate-wrap > .tv-subscribe-button {
  margin: 0 !important;
}

.sthk-tv-affiliate-note {
  display: block !important;
  margin: 6px 0 0 !important;
  padding: 0 2px !important;
  color: #c7ced8 !important;
  background: transparent !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  width: 220px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .tv-button-row > .sthk-tv-affiliate-wrap {
    width: 100%;
  }

  .tv-button-row > .sthk-tv-affiliate-wrap > .tv-subscribe-button,
  .sthk-tv-affiliate-note {
    width: 100%;
  }
}
