/* Buyer/Seller: separate the audience switcher from the title strip without changing its design. */
.playbook-redesign-page .playbook-main-section {
  padding-top: clamp(28px, 3vw, 42px);
}

.playbook-redesign-page .playbook-switcher {
  margin-top: 0;
}

@media (max-width: 720px) {
  .playbook-redesign-page .playbook-main-section {
    padding-top: 24px;
  }

  .playbook-redesign-page .playbook-switcher {
    margin-top: 0;
  }
}
