@import "./fc-hub.css";

.fc-inbound-deliveries-lp .cd-fc-inbound-preview {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.15rem;
  background: #f6f7f9;
  box-shadow:
    0 1.4rem 3.2rem rgba(0, 40, 100, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  background: #fff;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__head strong {
  color: #111827;
  font-size: 0.95rem;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__head span {
  padding: 0.2rem 0.48rem;
  border-radius: 0.45rem;
  background: #eef2f7;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 900;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__head i {
  margin-left: auto;
  color: #64748b;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding: 0.9rem;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card,
.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products {
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 0.65rem 1.45rem rgba(0, 40, 100, 0.055);
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card {
  padding: 0.85rem;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__notice {
  margin-bottom: 0.75rem;
  padding: 0.62rem 0.72rem;
  border-radius: 0.55rem;
  background: #f7ead8;
  color: #475569;
  font-size: 0.68rem;
  font-weight: 800;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card dl {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.8rem;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card dl div,
.fc-inbound-deliveries-lp .cd-fc-inbound-preview__inline {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 0.55rem;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card dt,
.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card label {
  color: #64748b;
  font-size: 0.64rem;
  font-weight: 800;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card dd,
.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card label span {
  color: #111827;
  font-size: 0.68rem;
  font-weight: 800;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card label span {
  display: block;
  margin-top: 0.25rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 0.5rem;
  background: #fff;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card label .is-note {
  min-height: 4.2rem;
  line-height: 1.45;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card button,
.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card em {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 0.55rem;
  font-size: 0.68rem;
  font-weight: 900;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card button {
  padding: 0.52rem 0.7rem;
  background: #22b66f;
  color: #fff;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__card em {
  margin-top: 0.55rem;
  padding: 0.45rem 0.58rem;
  background: #e5e7eb;
  color: #111827;
  font-style: normal;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products {
  margin: 0 0.9rem 0.9rem;
  overflow: hidden;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__toolbar {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.7rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__toolbar span,
.fc-inbound-deliveries-lp .cd-fc-inbound-preview__toolbar b {
  padding: 0.42rem 0.55rem;
  border-radius: 0.5rem;
  background: #e5e7eb;
  color: #111827;
  font-size: 0.62rem;
  font-weight: 900;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__toolbar b {
  background: #3fc77d;
  color: #fff;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products article {
  display: grid;
  grid-template-columns: minmax(4rem, 0.35fr) minmax(0, 1fr) auto auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__amount {
  justify-self: start;
  padding: 0.35rem 0.52rem;
  border-radius: 999px;
  background: rgba(244, 63, 94, 0.12);
  color: #be123c;
  font-size: 0.68rem;
  font-weight: 900;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products strong,
.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products em {
  display: block;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products strong {
  color: #111827;
  font-size: 0.78rem;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products em {
  color: #64748b;
  font-size: 0.6rem;
  font-style: normal;
  margin-top: 0.15rem;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products article button {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.5rem;
  background: #fff;
  color: #111827;
  padding: 0.45rem 0.6rem;
  font-size: 0.62rem;
  font-weight: 800;
}

.fc-inbound-deliveries-lp .cd-fc-inbound-preview__products article > i {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #e5e7eb;
  color: #111827;
}

@media (max-width: 991.98px) {
  .fc-inbound-deliveries-lp .cd-fc-inbound-preview__grid,
  .fc-inbound-deliveries-lp .cd-fc-inbound-preview__products article {
    grid-template-columns: 1fr;
  }
}
