/* FEDANT Approved Product Styles */

/* Featured image uniformity */
.approved-product img {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Section headings */
.approved-product h2,
.approved-product h3 {
  color: #004080; /* FEDANT blue */
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 4px;
  margin-top: 24px;
}

/* Approval details box */
.approval-box {
  background: #f7f7f9;
  border: 1px solid #e2e2e8;
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
}

/* Call-to-action button */
.approved-product .cta-button {
  display: inline-block;
  background: #004080;
  color: white !important;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.approved-product .cta-button:hover {
  background: #003060;
}
