.language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 1.25rem 0 0;
}

.language-switcher a {
  border: 1px solid #d8dee8;
  border-radius: 999px;
  color: #344054;
  font-size: .82rem;
  padding: .35rem .7rem;
  text-decoration: none;
  text-transform: uppercase;
}

.language-switcher a[aria-current="page"] {
  background: #087da9;
  border-color: #087da9;
  color: #fff;
}

.video-converter-hero {
  background: linear-gradient(145deg, #fff, #ecf9ff);
}

.usage-notice {
  background: #f0f9ff;
  border: 1px solid #b9e5f7;
  border-radius: 18px;
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
}

.usage-notice h2 {
  font-size: 1.05rem;
  margin: 0 0 .5rem;
}

.usage-notice p {
  color: #31586a;
  font-size: .98rem;
  margin: 0;
}

.video-converter-pricing {
  background: #effaff;
}

.video-converter-pricing .prose {
  border-left: 5px solid #159bc9;
  padding-left: 28px;
}

.video-converter-pricing p {
  color: var(--muted);
  font-size: 1.05rem;
}

.video-converter-cta {
  background: #086b91;
}

.video-converter-guide-head {
  background: linear-gradient(180deg, #edfaff, #fff);
}

.video-converter-guide-shots {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.video-converter-guide-shots .guide-shot {
  flex: 0 1 300px;
  margin: 0;
}

.video-converter-guide-shots img {
  border-radius: 28px;
  box-shadow: 0 18px 50px rgb(15 23 42 / 14%);
  display: block;
  height: auto;
  width: 100%;
}

.video-converter-guide-shots figcaption {
  color: var(--muted);
  font-size: .9rem;
  margin-top: .6rem;
  text-align: center;
}

.video-converter-guide-steps {
  margin-top: 3rem;
}

.video-converter-guide-step {
  display: block;
}

.video-converter-guide-step:last-child {
  border-bottom: 0;
}

@media (max-width: 600px) {
  .language-switcher {
    gap: .35rem;
  }

  .language-switcher a {
    font-size: .75rem;
  }

  .usage-notice {
    padding: 1rem;
  }

  .video-converter-pricing .prose {
    padding-left: 20px;
  }

  .video-converter-guide-shots .guide-shot {
    flex-basis: min(100%, 330px);
  }
}
