.app-promo-tabs {
  background: var(--neutral-light-gray);
}

.app-promo-tab .image-link {
  display: block;
  width: 120px;
  max-width: 120px;
}

.tabsNav {
  display: flex;
  justify-content: center;
  width: fit-content;
  background: var(--white);
  border-radius: 800px;
  box-shadow: 0 10px 50px -4px rgba(13, 17, 48, 0.10);
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 0 auto;
}

.tabsNav li .nav-link {
  padding: 12px 24px;
  border-radius: 800px;
}

.tabsNav li .nav-link.active {
  background: var(--brand-primary);
  color: var(--white);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
