.wpco-cartoffers {
  background: #fff;
  border: 1px solid #d7dde7;
  border-radius: 6px;
  margin: 18px 0;
  padding: 14px;
}

.wpco-front-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.wpco-front-head h3 {
  color: #1f2937;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.wpco-front-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.wpco-offer-card {
  border: 1px solid #d7dde7;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 92px 1fr;
  min-height: 146px;
  overflow: hidden;
}

.wpco-offer-image {
  align-items: center;
  background: #f3f6f9;
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.wpco-offer-image img {
  height: 100%;
  max-height: 160px;
  object-fit: cover;
  width: 100%;
}

.wpco-no-image {
  background: #d7dde7;
  border-radius: 4px;
  display: block;
  height: 52px;
  width: 52px;
}

.wpco-offer-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
}

.wpco-combination {
  color: #667085;
  font-size: 12px;
  line-height: 1.25;
}

.wpco-offer-body h4 {
  color: #111827;
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
}

.wpco-offer-body p {
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
}

.wpco-offer-pitch,
.wpco-customization-pitch,
.wpco-line-pitch {
  color: #175cd3;
}

.wpco-line-pitch {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  margin: 3px 0 6px;
}

.wpco-price-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.wpco-price-row strong {
  color: #0f766e;
  font-size: 18px;
}

.wpco-old-price {
  color: #98a2b3;
  font-size: 13px;
  text-decoration: line-through;
}

.wpco-actions {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 70px 1fr;
  margin-top: auto;
}

.wpco-qty {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  height: 36px;
  min-width: 0;
  padding: 0 8px;
  width: 100%;
}

.wpco-add {
  min-height: 36px;
  white-space: normal;
}

.wpco-message {
  border-radius: 4px;
  font-size: 12px;
  margin-top: 2px;
  padding: 6px 8px;
}

.wpco-message.success {
  background: #ecfdf3;
  color: #067647;
}

.wpco-message.error {
  background: #fef3f2;
  color: #b42318;
}

.wpco-customization span {
  display: block;
}

.wpco-customization span {
  color: #667085;
  margin-top: 3px;
}

@media (max-width: 520px) {
  .wpco-cartoffers {
    padding: 10px;
  }

  .wpco-offer-card {
    grid-template-columns: 82px 1fr;
  }

  .wpco-actions {
    grid-template-columns: 62px 1fr;
  }
}
