.page-product .product-prices .tax-shipping-delivery-label {
  color: #6b7080;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
}

.tl-power-compatibility {
  align-items: flex-start;
  display: flex;
  gap: 0.55rem;
  margin: 0.4rem 0 0.9rem;
  padding: 0.55rem 0.65rem 0.55rem 0.55rem;
  overflow: hidden;
  position: relative;
  color: #51576b;
  background: linear-gradient(120deg, #f7f8ff 0%, #f1f5ff 100%);
  border: 1px solid #dfe5ff;
  border-left: 3px solid #1515a8;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.875rem rgba(21, 21, 168, 0.07);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.tl-power-compatibility__icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 1.75rem;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 0.05rem;
  color: #1515a8;
  background: #ffffff;
  border: 1px solid #d7ddff;
  border-radius: 0.5rem;
  box-shadow: 0 0.2rem 0.5rem rgba(21, 21, 168, 0.11);
  animation: tl-power-compatibility-intro 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tl-power-compatibility__icon-svg {
  width: 1.05rem;
  height: 1.05rem;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.tl-power-compatibility__bolt {
  fill: currentColor;
  stroke: none;
}

.tl-power-compatibility__content {
  flex: 1 1 auto;
  min-width: 0;
}

.tl-power-compatibility strong {
  color: #252838;
  font-weight: 600;
}

.tl-power-compatibility__link {
  align-items: center;
  display: inline-flex;
  gap: 0.18rem;
  margin-left: 0.3rem;
  color: #1515a8;
  font-weight: 700;
  text-decoration: none;
}

.tl-power-compatibility__link:hover,
.tl-power-compatibility__link:focus-visible {
  color: #09096f;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.tl-power-compatibility__link:focus-visible {
  border-radius: 0.2rem;
  outline: 2px solid currentColor;
  outline-offset: 0.15rem;
}

.tl-power-compatibility__link-arrow {
  display: inline-block;
  transition: transform 180ms ease;
}

.tl-power-compatibility__link:hover .tl-power-compatibility__link-arrow,
.tl-power-compatibility__link:focus-visible .tl-power-compatibility__link-arrow {
  transform: translateX(0.16rem);
}

@keyframes tl-power-compatibility-intro {
  0% {
    opacity: 0.45;
    transform: scale(0.88);
    box-shadow: 0 0 0 0 rgba(21, 21, 168, 0.2);
  }
  55% {
    opacity: 1;
    transform: scale(1.04);
    box-shadow: 0 0 0 0.3rem rgba(21, 21, 168, 0.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0.2rem 0.5rem rgba(21, 21, 168, 0.11);
  }
}

@media (max-width: 575.98px) {
  .tl-power-compatibility {
    gap: 0.5rem;
    padding: 0.5rem 0.55rem 0.5rem 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-power-compatibility__icon {
    animation: none;
  }

  .tl-power-compatibility__link-arrow {
    transition: none;
  }
}
