.erc-recipe-card {
  background: #fffefc;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px;
  margin: 30px auto;
  max-width: 800px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.erc-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.erc-meta {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
}

.erc-rating i {
  color: #ccc;
  margin: 0 2px;
  cursor: pointer;
  transition: color 0.3s;
}
.erc-rating i.active,
.erc-rating i:hover,
.erc-rating i:hover ~ i {
  color: #f4c150;
}

.erc-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.erc-btn {
  background-color: #f28e1c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.erc-btn:hover {
  background-color: #c96d10;
}

hr {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.erc-section h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #333;
}

.erc-section ul {
  margin-left: 20px;
  list-style: disc;
}

.erc-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

.erc-step-num {
  min-width: 34px;
  min-height: 34px;
  background-color: #f4c150;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
  flex-shrink: 0;
}

.erc-step-text {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.erc-footer {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.erc-footer i {
  margin: 0 5px;
  color: #f28e1c;
}
