/* FAQ / Help center */
#help-page { max-width: 800px; margin: 0 auto; padding: 20px 15px 80px; }
#help-page > .breadcrumb { display: none; }

.help-hero { text-align: center; padding: 50px 0 40px; }
.help-title { font-size: 32px; font-weight: 700; color: #000; margin: 0 0 12px; }
.help-subtitle { font-size: 16px; color: #666; margin: 0; }

/* Group */
.faq-group { margin-bottom: 36px; }
.faq-group__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

/* Accordion item */
.faq-item {
  border-bottom: 1px solid #e8e8e8;
}
.faq-item__q {
  display: block;
  padding: 18px 40px 18px 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  position: relative;
  list-style: none;
  -webkit-appearance: none;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300;
  color: #999;
  transition: transform .2s;
}
.faq-item[open] .faq-item__q::after {
  content: '\2212';
  color: #0271e3;
}
.faq-item__a {
  padding: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Gift terms ordered list */
.gift-terms-list {
  padding: 0 0 0 24px;
  margin: 0;
}
.gift-terms-list li {
  padding: 14px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
}
.gift-terms-list li::marker {
  font-weight: 700;
  color: #000;
}

/* Contact footer */
.help-contact {
  text-align: center;
  padding: 40px 0 0;
  font-size: 15px;
  color: #666;
}
.help-contact a { color: #0271e3; text-decoration: none; font-weight: 500; }
.help-contact a:hover { text-decoration: underline; }
