.section-faq .btn-switch-wrapper {
  display: flex;
  padding: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  flex-wrap: wrap;
}
.section-faq .btn-switch-wrapper .btn-switch {
  cursor: pointer;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  border: none;
  border-radius: 24px;
  text-align: center;
  font-family: Noto Sans Thai Looped;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #2B2C2C;
  background-color: #FFF;
  transition: all 0.3s;
}
.section-faq .btn-switch-wrapper .btn-switch.active {
  background-color: #C6222D;
  color: #FFF;
}
.section-faq .faq-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-faq .faq-card {
  display: flex;
  padding: 40px 48px;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
}
.section-faq .faq-card .title {
  align-self: flex-start;
  color: #000;
  font-family: Sukhumvit Set;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section-faq .faq-card .faq-list-use,
.section-faq .faq-card .faq-list-earn {
  display: grid;
  align-self: stretch;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  align-items: flex-start;
  gap: 24px;
}
.section-faq .faq-card .faq-list-use .faq-item,
.section-faq .faq-card .faq-list-earn .faq-item {
  max-width: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-align: center;
}
.section-faq .faq-card .faq-list-use .faq-item img,
.section-faq .faq-card .faq-list-earn .faq-item img {
  max-width: 238px;
  max-height: 336px;
}
.section-faq .faq-card .faq-list-use .faq-item label,
.section-faq .faq-card .faq-list-earn .faq-item label {
  color: #000;
  text-align: center;
  font-family: Sukhumvit Set;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section-faq .faq-card .faq-list-use .faq-item p,
.section-faq .faq-card .faq-list-earn .faq-item p {
  color: #777;
  text-align: center;
  font-family: Noto Sans Thai Looped;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.section-faq .faq-card .faq-list-earn {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.section-faq .faq-card .faq-list-earn .faq-item {
  max-width: 325px;
}
.section-faq .faq-card .faq-list-earn .faq-item img {
  max-width: 325px;
  max-height: 336px;
}
.section-faq .panel {
  border-radius: 16px;
  background: #FFF;
  padding: 28px;
}
.section-faq .panel .panel-heading {
  border: 0;
}
.section-faq .panel .panel-heading .panel-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-faq .panel .panel-heading .panel-title h4 {
  margin-bottom: 0;
  color: #2B2C2C;
  font-family: Sukhumvit Set;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.section-faq .panel .panel-heading img {
  transition: all 0.3s;
  width: 32px;
  height: 32px;
}
.section-faq .panel .panel-heading.active {
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
}
.section-faq .panel .panel-heading.active img {
  transform: rotate(180deg);
}
.section-faq .panel .panel-body {
  padding: 20px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Noto Sans Thai Looped;
}
.section-faq .panel .panel-body a {
  text-decoration: underline;
}
.section-faq .panel .panel-body b {
  font-weight: 700;
}/*# sourceMappingURL=member-faq.css.map */