.guided-helper-list {
  margin: -0.25rem 0 1.35rem;
  padding-left: 1.3rem;
  color: var(--text-mid, #3d5a72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.guided-helper-list li {
  margin: 0.28rem 0;
  padding-left: 0.15rem;
}

.guided-result-intro,
.guided-result-note {
  color: var(--text-mid, #3d5a72);
  line-height: 1.65;
}

.guided-result-note {
  margin-top: 1.2rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #f8fbfd;
  border: 1px solid #d8e7f0;
  font-size: 0.88rem;
}

.guided-recommendations {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.guided-recommendation-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.15rem;
  border-radius: 14px;
  border: 1px solid #c8dff0;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(44, 95, 130, 0.08);
}

.guided-recommendation-card h4 {
  margin: 0.2rem 0 0.45rem;
  color: var(--text-dark, #1a2a38);
  font-size: 1rem;
}

.guided-recommendation-card p {
  margin: 0;
  color: var(--text-mid, #3d5a72);
  line-height: 1.55;
  font-size: 0.88rem;
}

.guided-recommendation-label {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #eaf3fa;
  color: #2c5f82;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.guided-recommendation-price {
  margin-top: 0.7rem;
  color: #2c5f82;
  font-family: 'DM Serif Display', serif;
  font-size: 1.35rem;
}

.guided-recommendation-actions {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.guided-recommendation-actions .btn-secondary,
.guided-recommendation-actions .btn-add {
  margin: 0;
  min-height: 40px;
}

.guided-result-controls {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

@media (max-width: 720px) {
  .guided-recommendation-card {
    grid-template-columns: 1fr;
  }

  .guided-recommendation-actions {
    width: 100%;
  }

  .guided-recommendation-actions button {
    flex: 1;
  }
}
