.section-tabs-parameter .tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.section-tabs-parameter .tabs::-webkit-scrollbar {
  display: none;
}

.section-tabs-parameter .tab {
  cursor: pointer;
  border-bottom: 2px solid rgba(var(--color-entry-line),.2);
  border-bottom-color: rgba(var(--color-entry-line),.2);
  border-bottom-style: solid !important;
  border-image-slice: 2;
  border-image-source: unset;
  border-style: none;
  color: rgba(var(--color-text),.2);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 12px 32px;
  white-space: nowrap;
}
.section-tabs-parameter .tab:hover{
      color: rgba(var(--color-text),1);
}
.section-tabs-parameter .tab.active {
  border-bottom: 2px solid rgba(var(--color-entry-line),1);
  border-bottom-color: rgba(var(--color-entry-line),1);
  border-bottom-style: solid !important;
  border-image-slice: 2;
  border-image-source: unset;
  border-style: none;
  color: rgba(var(--color-text),1);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.section-tabs-parameter .content-item {
  display: none;
}

.section-tabs-parameter .content-item.active {
  display: block;
}

.section-tabs-parameter .section-tabs-parameter-group {
  width: 100%;
  display: block;
}

.section-tabs-parameter .parameter-heading {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin: 10px 10px 10px 10px;
}

.section-tabs-parameter .parameter-content {
  margin: 10px 10px 10px 10px;
  padding: 0 5px;
}

.section-tabs-parameter .button {
  margin: 10px 10px 10px 10px;
  padding: 12px 32px 12px 32px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

.section-tabs-parameter .button:hover {
  font-weight: normal;
}

.section-tabs-parameter .theme-video-media__play-button:hover {
  transform: translate(-50%, -50%) scale(1);
}

.section-tabs-parameter .theme-video-media__play-button .ytp-large-play-button-bg {
  transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  fill-opacity: .8;
}

.section-tabs-parameter theme-video-media:hover .theme-video-media__play-button .ytp-large-play-button-bg {
  fill: red !important;
  fill-opacity: 1 !important;
}