/* RepairTicket section labels: editorial eyebrows, not clickable buttons. */
.heading-section .rt-section-eyebrow,
.rt-feature-explorer__heading .rt-section-eyebrow {
  position: relative;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #3f454b;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.heading-section .rt-section-eyebrow::before,
.rt-feature-explorer__heading .rt-section-eyebrow::before {
  position: static;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #05c653;
  box-shadow: 0 0 0 4px rgba(5, 198, 83, 0.1);
  transform: none;
}

.heading-section .rt-section-eyebrow.style-1 {
  color: #e7e7e8;
  background: transparent;
  box-shadow: none;
}

.heading-section.center .rt-section-eyebrow {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .heading-section .rt-section-eyebrow,
  .rt-feature-explorer__heading .rt-section-eyebrow {
    margin-bottom: 24px;
  }
}
