/* IC Advanced Backorder Manager — frontend styles */

.ic-wb-shipping-notice {
  font-family: "poppins";
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fff8e5;
  border: 1px solid #d2c26b;
  color: #000000;
  border-radius: 16px;
}

.ic-wb-shipping-notice-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 31px;
  flex-shrink: 0;
}

.ic-wb-shipping-notice-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ic-wb-shipping-notice-text {
  text-align: left;
  font-size: 16px;
}

.ic-wb-shipping-notice-text span {
  font-weight: 600;
}

.ic-wb-cart-label {
  display: inline-block;
  margin: 6px 0;
  padding: 4px 8px;
  background: #fff8e5;
  border: 1px solid #d2c26b !important;
  color: #1e1f26;
  border-radius: 32px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ic-wb-cart-ship-by {
  display: block;
  margin-top: 4px;
  color: #555;
  font-style: italic;
}

.ic-wb-checkout-ship-by th,
.ic-wb-checkout-ship-by td {
  background: #fff8e5;
}

.ic-wb-ship-by-msg {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  margin: 16px 0;
  background: #fff8e5;
  border: 1px solid #d2c26b;
  color: #000000;
  border-radius: 16px;
}

.ic-wb-ship-by-msg-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 31px;
  flex-shrink: 0;
}

.ic-wb-ship-by-msg-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ic-wb-ship-by-msg-text {
  text-align: left;
  font-size: 16px;
}

.ic-wb-ship-by-msg-right span {
  font-weight: 600;
}

.ic-wb-ship-by-msg-right .swap-button {
  display: block;
  text-decoration: none;
  background: white;
  padding: 10px 8px;
  margin-top: 12px;
  border: 1px solid black;
  border-radius: 32px;
  width: fit-content;
  color: black !important;
  font-weight: 600;
  font-size: 14px;
}
.ic-wb-ship-by-date {
  font-weight: 600;
}

.available-on-backorder.ic-wb-backorder {
  color: #523f00;
}

#cfw-side-cart small.ic-wb-cart-label {
  border: 1px solid #d2c26b !important;
}
