/* General layout */
body {
  font-family: Arial, sans-serif;

  color: #e0e0e0;
  /* light text */
  min-height: 100vh;
  margin: 0;
  overflow: auto;
}

.main-container {
  padding: 20px;
}

.container {
  padding: 20px 30px;
  border-radius: 12px;
  width: 600px;
  text-align: center;
}

.text-cardbg {
  background-color: #1b1b1b !important;
  color: #fff !important;
}

/* Response box */
.response-box {
  margin-top: 15px;
  min-height: 40px;
  color: #f1f1f1;
}

.card {
  margin-top: 15px;
  text-align: left;
  padding: 20px 30px;
  border-radius: 12px;
  width: 800px;
  background: #2a2a2a;
  min-height: 40px;
  color: #f1f1f1;
}

.card:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.loading {
  color: #aaa;
}

.error {
  color: #ff6b6b;
}

.success {
  color: #e0e0e0;
}

.suggested-product>* {
  margin-bottom: 4px;
  /* space between children inside .success */
}

.suggested-product>*:last-child {
  margin-bottom: 0;
  /* remove last extra space */
}

.similar-products>* {
  margin-bottom: 4px;
  /* space between children inside .success */
}

.similar-products>*:last-child {
  margin-bottom: 0;
  /* remove last extra space */
}

.similar-products {
  margin-top: 12px;
}

.similar-product {
  margin-top: 8px;
}

.similar-product>* {
  margin-bottom: 4px;
  /* space between children inside .success */
}

.similar-product>*:last-child {
  margin-bottom: 0;
  /* remove last extra space */
}

.success ul {
  margin: 4px 0;
  /* top/bottom spacing for the list */
  padding-left: 18px;
  /* indent for list bullets */
}

.success li {
  margin-bottom: 2px;
  /* space between li items */
}

.success li:last-child {
  margin-bottom: 0;
}

.obj-name {
  margin-right: 4px;
}

.obj-val {
  font-weight: bold;
}

.attribute-key {
  margin-right: 4px;
}

.attribute-val {
  font-weight: bold;
}
