.female-csbd-wrap{
  max-width: 980px;
  margin: 24px auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Meiryo,sans-serif;
  line-height: 1.7;
}
.female-csbd-header,
.female-csbd-results,
.female-csbd-axis,
.female-csbd-submit-wrap{
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 4px 18px rgba(0,0,0,.04);
}
.female-csbd-header h2,
.female-csbd-results h3,
.female-csbd-axis h3{
  margin-top: 0;
}
.female-csbd-lead{
  margin-bottom: 12px;
}
.female-csbd-note,
.female-csbd-disclaimer,
.female-csbd-interpretation{
  background: #faf7ff;
  border-left: 4px solid #9b7bd6;
  padding: 12px 14px;
  border-radius: 10px;
}
.female-csbd-progress{
  width: 100%;
  height: 12px;
  background: #ececec;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 8px;
}
.female-csbd-progress-bar{
  width: 0%;
  height: 100%;
  transition: width .25s ease;
  background: linear-gradient(90deg,#d39efc,#8ec5fc);
}
.female-csbd-progress-text{
  margin: 0 0 18px 0;
  color: #555;
}
.female-csbd-axis-desc{
  margin-top: -6px;
  color: #666;
  font-size: .95rem;
}
.female-csbd-question{
  padding: 14px 0;
  border-top: 1px dashed #e7e7e7;
}
.female-csbd-question:first-of-type{
  border-top: none;
}
.female-csbd-question-text{
  margin: 0 0 10px 0;
  font-weight: 600;
}
.female-csbd-options{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.female-csbd-option{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  background: #fafafa;
}
.female-csbd-option input{
  margin: 0;
}
.female-csbd-submit-wrap{
  text-align: center;
}
.female-csbd-submit{
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg,#7b5cff,#d56bff);
  cursor: pointer;
}
.female-csbd-result-grid{
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.female-csbd-result-card{
  border: 1px solid #ece8f4;
  border-radius: 14px;
  padding: 16px;
  background: #fcfbff;
}
.female-csbd-result-label{
  color: #666;
  font-size: .95rem;
}
.female-csbd-result-value{
  font-size: 1.6rem;
  font-weight: 800;
}
.female-csbd-result-sub{
  color: #666;
}
.female-csbd-chart-wrap{
  margin: 20px auto;
  max-width: 760px;
}
.female-csbd-axis-table-wrap{
  overflow-x: auto;
  margin-top: 12px;
}
.female-csbd-axis-table{
  width: 100%;
  border-collapse: collapse;
}
.female-csbd-axis-table th,
.female-csbd-axis-table td{
  border: 1px solid #e7e7e7;
  padding: 10px 12px;
  text-align: left;
}
.female-csbd-axis-table th{
  background: #f7f7fb;
}
@media (max-width: 767px){
  .female-csbd-wrap{
    padding: 12px;
  }
  .female-csbd-result-grid{
    grid-template-columns: 1fr;
  }
  .female-csbd-option{
    min-width: 54px;
    justify-content: center;
  }
}
