@charset "utf-8";
/* =========================================================
   FAQ_2025A.css
   Modern Support / Engineering Knowledgebase Style
   Matches 2025A design language (About/Support pages)
   Updated: 2025-10-30
========================================================= */

/* Base spacing for right content region */
.float_right_out {
  background: #F9FAFB;
  padding: 32px 40px;
  color: #111;
  line-height: 1.8;
  font-family: Verdana, Geneva, sans-serif;
}

/* ========== Hero ========== */
.section.hero {
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
  border: 1px solid #dce8f4;
  border-radius: 14px;
  padding: 28px 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.section.hero .page-title,
.section.hero h1 {
  font-size: 22px;
  color: #004080;
  border-bottom: 2px solid #007A29;
  padding-bottom: 8px;
  margin-bottom: 12px;
  letter-spacing: .4px;
  font-weight: bold;
}

.section.hero .lead {
  font-size: 13px;
  color: #333;
  margin-top: 4px;
  max-width: 90%;
}

/* ========== FAQ List & Answer Blocks ========== */

.section.faq-content {
  margin-top: 10px;
}

/* Style common content coming from includes */
.section.faq-content p,
.section.faq-content li,
.section.faq-content td,
.section.faq-content div,
.section.faq-content span {
  font-size: 13px;
  color: #222;
  line-height: 1.7;
}

/* FAQ list items (list mode) */
.section.faq-content a {
  color: #004080;
  text-decoration: none;
  transition: .15s;
  font-weight: bold;
}
.section.faq-content a:hover {
  text-decoration: underline;
  color: #0066cc;
}

/* Card look for list output (applies to FAQ list Title include) */
.section.faq-content > * {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 18px 14px;
  margin-bottom: 14px;
  box-shadow: 0 1px 0 rgba(0,0,0,.03), 0 6px 14px rgba(0,0,0,.04);
}

/* FAQ answer title emphasis */
.section.faq-content h2,
.section.faq-content h3 {
  color: #003366;
  font-size: 16px;
  margin-bottom: 10px;
  border-left: 4px solid #007A29;
  padding-left: 8px;
}

/* Widen lists inside answer content */
.section.faq-content ul,
.section.faq-content ol {
  margin: 8px 0 12px 20px;
}

/* ========== CTA Buttons ========== */

.btn {
  display: inline-block;
  font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .15s;
}

.btn:hover {
  transform: translateY(-1px);
}

/* Primary */
.btn-primary {
  background: #007A29;
  color: #fff;
  border-color: #00631f;
  box-shadow: 0 3px 10px rgba(0,122,41,.15);
}
.btn-primary:hover {
  filter: brightness(1.06);
}

/* Outline */
.btn-outline {
  background: #fff;
  color: #004080;
  border-color: #b9cfe5;
}

/* Back to list box */
.back-cta {
  margin-top: 20px;
}
.back-cta .btn-outline {
  padding: 7px 12px;
  font-size: 12px;
}

/* ========== Footer CTA ========== */
.contact-cta {
  background: #ffffff;
  border: 1px dashed #cfe1f2;
  border-radius: 12px;
  padding: 20px 20px 22px;
  margin-top: 18px;
}
.contact-cta h2 {
  font-size: 17px;
  color: #004080;
  margin-bottom: 8px;
}
.contact-cta p {
  font-size: 13px;
  margin-bottom: 12px;
}

/* ========== Responsive ========== */
@media (max-width: 1199px) {
  .float_right_out {
    padding: 22px 16px;
  }
  .section.hero {
    padding: 20px 18px;
  }
  .section.faq-content > * {
    padding: 16px 14px;
  }
}


.copper-weight-page .cta-close-wrap{ ... }
.copper-weight-page .btn-close-only{ ... }     


/* FAQ description text */
.faq_desc{
  display:block;
  margin:3px 0 10px 0;
  color:#555;
  font-size:13px;
  line-height:1.7;
}




.faq_desc{
  display:block;
  margin:3px 0 10px 22px;
  color:#555;
  font-size:13px;
  line-height:1.7;
}



.faq_desc{
  display:block;
  margin:3px 0 10px 22px;
  color:#555;
  font-size:13px;
  line-height:1.7;
}




.faq_group_title{
  margin: 18px 0 10px 0;
  padding: 8px 12px;
  background: #f3f8f3;
  border-left: 4px solid #2e7d32;
  font-size: 18px;
  font-weight: bold;
  color: #1f4f24;
}

.faq_desc{
  display:block;
  margin:3px 0 10px 22px;
  color:#555;
  font-size:13px;
  line-height:1.7;
}



.faq_group_title{
  margin: 18px 0 6px 0;
  padding: 8px 12px;
  background: #f3f8f3;
  border-left: 4px solid #2e7d32;
  font-size: 18px;
  font-weight: bold;
  color: #1f4f24;
}

.faq_group_desc{
  margin: 0 0 12px 2px;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
}

.faq_desc{
  display:block;
  margin:3px 0 10px 22px;
  color:#555;
  font-size:13px;
  line-height:1.7;
}