/* Metal Horseshoe product-page factory information panels */
.main-product__block-factory_order_support {
  margin-top: 22px;
}

.metal-order-support {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(109, 149, 168, .42);
  border-top: 4px solid #e96b2b;
  border-radius: 12px;
  padding: 24px;
  color: #edf6fa;
  background: linear-gradient(145deg, #0d2533 0%, #123b4d 100%);
  box-shadow: 0 16px 32px rgba(11, 31, 43, .14);
}

.metal-order-support::after {
  position: absolute;
  right: -46px;
  bottom: -72px;
  width: 180px;
  height: 180px;
  content: '';
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
}

.metal-order-support__eyebrow,
.metal-tooling-card__eyebrow {
  margin: 0 0 7px;
  color: #f58a4d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.metal-order-support__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
}

.metal-order-support__intro {
  position: relative;
  z-index: 1;
  margin: 12px 0 17px;
  color: rgba(237, 246, 250, .82);
  font-size: 14px;
  line-height: 1.55;
}

.metal-order-support__steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.metal-order-support__steps li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-height: 52px;
  padding: 10px;
  border: 1px solid rgba(182, 210, 222, .22);
  border-radius: 7px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  background: rgba(255, 255, 255, .055);
}

.metal-order-support__steps span {
  flex: 0 0 auto;
  color: #f58a4d;
  font-size: 11px;
  font-weight: 800;
}

.metal-order-support__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  margin-top: 17px;
  border-radius: 4px;
  color: #102431;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: #f58a4d;
  transition: background .2s ease, transform .2s ease;
}

.metal-order-support__cta:hover {
  color: #102431;
  background: #ff9d65;
  transform: translateY(-1px);
}

.metal-tooling-card {
  box-sizing: border-box;
  align-self: start;
  padding: 25px;
  border: 1px solid #c6d6dd;
  border-top: 4px solid #e96b2b;
  border-radius: 12px;
  color: #274151;
  background: #f3f8fa;
  box-shadow: 0 16px 30px rgba(23, 59, 76, .08);
}

.metal-tooling-card__title {
  margin: 0;
  color: #102d3e;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.metal-tooling-card__intro {
  margin: 13px 0 19px;
  color: #577080;
  font-size: 14px;
  line-height: 1.58;
}

.metal-tooling-card__routes {
  display: grid;
  gap: 10px;
}

.metal-tooling-card__routes > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px solid #c9d7dd;
  color: #365667;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.metal-tooling-card__routes strong {
  color: #df6329;
  font-size: 12px;
  letter-spacing: .04em;
}

.metal-tooling-card__lead-time {
  padding-top: 14px;
  margin: 4px 0 0;
  border-top: 1px solid #c9d7dd;
  color: #193b4d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

@media (min-width: 990px) {
  .f-product-details-tabs .f-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 355px;
    column-gap: 54px;
    align-items: start;
  }

  .f-product-details-tabs .f-tabs__header,
  .f-product-details-tabs .f-tabs__content {
    grid-column: 1;
  }

  .f-product-details-tabs .metal-tooling-card {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 2px;
  }

  .f-product-details-tabs .f-tab-content--description .body_html,
  .f-product-details-tabs .f-tab-content--description .rte {
    max-width: 820px;
  }
}

@media (max-width: 989px) {
  .metal-tooling-card {
    margin-top: 28px;
  }
}

@media (max-width: 520px) {
  .metal-order-support,
  .metal-tooling-card {
    padding: 20px;
  }

  .metal-order-support__steps {
    grid-template-columns: 1fr;
  }

  .metal-order-support__cta {
    display: flex;
    width: 100%;
  }
}
