.n-comparative {
  margin: clamp(1.6rem, 4vw, 3.2rem) auto;
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .n-comparative {
    max-width: 80% !important;
  }
}
.n-comparative__tabs {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1.3vw, 1rem);
  margin-bottom: clamp(0.9rem, 1.8vw, 1.4rem);
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  .n-comparative__tabs {
    justify-self: center;
  }
  .n-comparative__tabs .n-comparative__panels {
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .n-comparative__tabs .n-comparative__tab {
    font-size: 1rem;
  }
}
.n-comparative__tab {
  border: 0;
  background: transparent;
  color: var(--n-color-dark, #242323);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.9rem 1.35rem;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.n-comparative__tab:focus-visible {
  outline: 2px solid #1a8bff;
  outline-offset: 2px;
}
.n-comparative__tab.is-active {
  color: #fff;
  background: #7157ee;
}
.n-comparative__panel {
  display: none;
}
.n-comparative__panel.is-active {
  display: block;
}
.n-comparative__illustration {
  width: 100%;
  min-height: clamp(260px, 50vw, 620px);
  border: 2px solid #1a8bff;
  border-top-right-radius: clamp(20px, 2.6vw, 32px);
  border-bottom-left-radius: clamp(20px, 2.6vw, 32px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .n-comparative {
    margin: 1.2rem 0.8rem;
  }
  .n-comparative__tab {
    padding: 0.75rem 1rem;
  }
  .n-comparative__illustration {
    min-height: 240px;
  }
}

/*# sourceMappingURL=nephants_comparative.css.map */
