/*
 * Product Recall Page Styles
 * Extracted from templates/product_recall/product_recall.html
 */

/* ========================================
   RECALL CONTENT
   ======================================== */
.recall-content {
  font-family: 'Comfortaa', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.recall-content a {
  color: #1D52E1;
  text-decoration: underline;
}

.recall-content a:hover {
  text-decoration: none;
}

/* ========================================
   HEADING
   ======================================== */
.recall-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18pt;
  font-weight: 700;
  white-space: pre-wrap;
}

/* ========================================
   PHOTOS / ASSETS
   ======================================== */
.recall-photos-label {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10pt;
  font-weight: 700;
  white-space: pre-wrap;
}

.recall-asset-wrapper {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.recall-asset-img {
  width: 512px;
  max-width: 100%;
  height: auto;
}

/* ========================================
   BUTTON / CTA
   ======================================== */
.recall-cta {
  margin: 40px 0;
  padding: 30px 0;
}

.recall-cta-text {
  font-size: 16px;
  line-height: 1.63;
  margin-bottom: 25px;
}

.recall-cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  font-family: 'Comfortaa', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.recall-cta-btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* ========================================
   FAQ DIVIDER
   ======================================== */
.recall-faq-divider {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
