/* The preorder products already include the extended warranty in their offer.
   Hide the separate paid add-on control only on the two eligible products. */
#fc-pdp #fc-extw-addon.fc-extw {
  display: none !important;
}

.fc18-preorder-policy {
  margin: 8px 0 14px;
  padding: 10px 12px;
  border-left: 3px solid #d79b36;
  border-radius: 7px;
  background: #fff8e9;
  color: #4a3a20;
  font-size: 12.5px;
  line-height: 1.5;
}

.fc18-preorder-policy strong {
  color: #2b2113;
}

.fc18-preorder-urgency {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 8px;
  padding: 10px 12px;
  border: 1px solid #f0b4a9;
  border-radius: 9px;
  background: #fff2ef;
  color: #7c241a;
  font-size: 12.5px;
  line-height: 1.35;
}

.fc18-preorder-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #df3f2f;
  box-shadow: 0 0 0 4px rgba(223, 63, 47, .12);
}

.fc18-preorder-countdown {
  margin-left: auto;
  white-space: nowrap;
  font-size: 11.5px;
  font-weight: 750;
}

@media (max-width: 520px) {
  .fc18-preorder-urgency {
    flex-wrap: wrap;
  }

  .fc18-preorder-countdown {
    width: 100%;
    margin-left: 16px;
  }
}
