/* =========
   SYSTEM page only
   ========= */

.content-block{
  padding: 20px 20px 40px;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}

.section-title{
  color: #C9A24D;
  font-size: 22px;
  margin: 0 auto 30px;
  text-align: center;
  border-bottom: 1px solid #C9A24D;
  display: block;
  padding-bottom: 10px;
  width: 100%;
  max-width: 300px;
}

.section-subtitle{
  color: #C9A24D;
  font-size: 18px;
  margin-bottom: 20px;
  border-left: 3px solid #C9A24D;
  padding-left: 10px;
}

/* steps */
.step-box{
  margin-bottom: 35px;
  position: relative;
  padding-left: 55px;
}
.step-num{
  position: absolute;
  left: 0;
  top: 0;
  color: #C9A24D;
  font-size: 26px;
  font-weight: bold;
  font-family: "Times New Roman", serif;
  font-style: italic;
  opacity: 0.8;
}
.step-title{
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.step-text{
  font-size: 14px;
  color: #ccc;
  line-height: 1.8;
}
.important-note{
  color: #ff4d4d;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

/* Q&A */
.qa-box{
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 25px;
}
.question{
  color: #C9A24D;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}
.question::before{
  content: 'Q.';
  margin-right: 12px;
  color: #C9A24D;
  font-size: 18px;
}
.answer{
  font-size: 14px;
  color: #ccc;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
}
.answer::before{
  content: 'A.';
  margin-right: 12px;
  color: #888;
  font-weight: bold;
  font-size: 18px;
}

/* bottom links */
.content-links{
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(201, 162, 77, 0.2);
}
.link-row{
  font-size: 15px;
  margin: 0 0 20px;
}
.link-row:last-child{ margin-bottom: 0; }

.link-gold{
  color: #C9A24D;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.arrow{ margin-right: 8px; }
