/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/dr-competitors-tabs/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.dr-competitors-tabs {
  padding: 4rem 0;
}
.dr-competitors-tabs__inner {
  max-width: 1100px;
}
.dr-competitors-tabs__header {
  margin-bottom: 2.5rem;
}
.dr-competitors-tabs__header .dr-competitors-tabs__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.2;
}
.dr-competitors-tabs__header .dr-competitors-tabs__subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: #4f5b76;
  margin: 0;
}
.dr-competitors-tabs .nav-tabs {
  border: none;
  margin-bottom: 2.5rem;
}
.dr-competitors-tabs .nav-tabs__buttons {
  display: flex;
  gap: 1.5rem;
}
.dr-competitors-tabs .nav-tabs__buttons::-webkit-scrollbar {
  display: none;
}
.dr-competitors-tabs .section-tabs__button {
  border: none;
  background: none;
  color: #0c142b;
  font-weight: 600;
  font-size: 1rem;
  padding: 0;
  transition: color 0.2s ease-in-out;
  scroll-snap-align: start;
}
.dr-competitors-tabs .section-tabs__button span {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
}
.dr-competitors-tabs .section-tabs__button span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f93676;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.dr-competitors-tabs .section-tabs__button:hover, .dr-competitors-tabs .section-tabs__button:focus-visible {
  color: #f93676;
  outline: none;
}
.dr-competitors-tabs .nav-link.active,
.dr-competitors-tabs .nav-link.is-active {
  color: #f93676;
}
.dr-competitors-tabs .nav-link.active span::after,
.dr-competitors-tabs .nav-link.is-active span::after {
  transform: scaleX(1);
}
.dr-competitors-tabs .compare-content {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.dr-competitors-tabs .competitors-tab-logo {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dr-competitors-tabs .competitors-tab-logo img {
  max-width: 160px;
  height: auto;
}
.dr-competitors-tabs__logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 60px;
  border-radius: 12px;
  border: 1px dashed rgba(12, 20, 43, 0.2);
  color: rgba(12, 20, 43, 0.6);
  background: rgba(12, 20, 43, 0.05);
  font-weight: 600;
  padding: 0 1rem;
  text-align: center;
}
.dr-competitors-tabs .competitors-separator {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f93676;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dr-competitors-tabs .tab-columns__compare {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
}
.dr-competitors-tabs .compare-precentage {
  font-size: 1rem;
  align-items: center;
  gap: 0.75rem;
}
.dr-competitors-tabs .compare-precentage .dr-competitors-tabs__score-label {
  font-weight: 600;
  color: #0c142b;
  min-width: 65px;
  text-align: center;
}
.dr-competitors-tabs .compare-precentage .precentage {
  position: relative;
  width: 165px;
  height: 18px;
  background-color: #fff1f6;
  display: block;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.dr-competitors-tabs .compare-precentage .precentage.dark {
  border-radius: 0 10px 10px 0;
}
.dr-competitors-tabs .dr-competitors-tabs__bar {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.dr-competitors-tabs .dr-competitors-tabs__bar-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  transition: width 0.4s ease-in-out;
}
.dr-competitors-tabs .dr-competitors-tabs__bar-fill--light {
  background-color: #e2e2e2;
}
.dr-competitors-tabs .dr-competitors-tabs__bar-fill--dark {
  background-color: #f93676;
}
.dr-competitors-tabs .competitors-tab-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0c142b;
  margin: 0;
}
.dr-competitors-tabs__panel.is-active {
  display: block;
}
.dr-competitors-tabs__panel:not(.is-active) {
  display: none;
}
@media (max-width: 1024px) {
  .dr-competitors-tabs .compare-precentage {
    gap: 0.5rem;
  }
}
@media (max-width: 992px) {
  .dr-competitors-tabs .tab-columns__compare {
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .dr-competitors-tabs .nav-tabs__buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
  }
  .dr-competitors-tabs .section-tabs__button span::after {
    bottom: -0.5rem;
  }
  .dr-competitors-tabs .compare-precentage .precentage {
    width: 120px;
  }
  .dr-competitors-tabs .competitors-tab-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .dr-competitors-tabs .compare-precentage .precentage {
    width: 80px;
  }
  .dr-competitors-tabs .dr-competitors-tabs__score-label {
    min-width: 54px;
  }
}

/*# sourceMappingURL=style-index.css.map*/