.rocs-wrap {
  margin: 40px 0;
}
.rocs-card {
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.06);
}
.rocs-card h2, .rocs-card h3, .rocs-card h4 {
  margin-top: 0;
}
.rocs-grid {
  display: grid;
  gap: 16px;
}
.rocs-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rocs-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rocs-pill-box {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e4e7ec;
  background: #f9fafb;
}
.rocs-pill-box.rocs-active {
  border-color: #111827;
  background: #eef2ff;
}
.rocs-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
}
.rocs-mini-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.rocs-mini-specs span,
.rocs-static-value {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 14px;
}
.rocs-kpis {
  margin-top: 18px;
}
.rocs-kpi {
  padding: 14px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e4e7ec;
}
.rocs-kpi span {
  display: block;
  color: #667085;
  margin-bottom: 6px;
  font-size: 14px;
}
.rocs-kpi strong {
  font-size: 20px;
}
.rocs-input,
.rocs-card input,
.rocs-card select,
.rocs-card textarea {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
}
.rocs-button.button,
.rocs-button.button.alt,
.button.rocs-button {
  border-radius: 999px;
  padding: 10px 16px;
}
.rocs-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.rocs-product-card {
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
}
.rocs-thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.rocs-links ul,
.rocs-notes,
.rocs-linked-products {
  margin: 10px 0 0 18px;
}
.rocs-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}
.rocs-form-response,
.rocs-save-response {
  margin-top: 10px;
  color: #0f766e;
}
@media (max-width: 1024px) {
  .rocs-grid-4,
  .rocs-grid-3,
  .rocs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .rocs-grid-4,
  .rocs-grid-3,
  .rocs-product-grid {
    grid-template-columns: 1fr;
  }
  .rocs-card {
    padding: 18px;
  }
}

.rocs-wizard-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.rocs-wizard-form .rocs-grid {
  margin: 18px 0;
}
.rocs-wizard .rocs-button {
  margin-top: 8px;
}
.rocs-results {
  margin-top: 20px;
}
