.buyer-faq-login-required {
  text-align: center;
  font-size: 1.5rem;
}

.buyer-faq-login-link {
  color: #007cba;
}

.buyer-faq-top-anchor {
  position: relative;
  top: -1px;
}

.buyer-faq-title {
  font-size: 1.9rem;
  font-weight: 700;
  padding-bottom: 50px;
}

.buyer-faq-content {
  font-size: 1.5rem;
}

.buyer-faq-link {
  color: green;
  font-weight: 500;
}

.buyer-faq-inline-icon {
  vertical-align: middle;
}

.buyer-faq-icon-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.buyer-faq-icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.buyer-faq-icon-intro {
  margin: 10px 0 0;
}

.buyer-faq-section-label {
  margin: 15px 0 0;
}

.buyer-faq-icon-link,
.buyer-faq-icon-wrap {
  display: inline-flex;
  align-items: center;
}

.buyer-faq-icon-link {
  text-decoration: none;
}

.buyer-faq-icon-label {
  font-size: 1.4rem;
}

.buyer-faq-outline-body {
  padding: 10px 0 15px 28px;
  font-size: 1rem;
}

.buyer-faq .icon-list svg {
  fill: #000;
  width: 32px;
  height: 32px;
}

.buyer-faq .icon-list a svg {
  transition: fill 0.2s ease;
}

.buyer-faq .icon-list a:hover svg {
  fill: green;
}

.buyer-faq details {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.buyer-faq details > summary::marker {
  color: rgb(212, 47, 116);
}

.buyer-faq details > summary::-webkit-details-marker {
  color: rgb(212, 47, 116);
}

.buyer-faq h4 {
  font-size: 1.3rem;
}

.buyer-faq .buyer-faq-outline h3 {
  color: green;
  font-weight: 500;
}

.buyer-faq .buyer-faq-outline details {
  margin: 0 0 10px;
  padding: 0;
}

.buyer-faq .buyer-faq-outline summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.buyer-faq .buyer-faq-outline summary::-webkit-details-marker {
  display: none;
}

.buyer-faq .buyer-faq-outline summary::marker {
  content: "";
}

.buyer-faq .buyer-faq-outline summary::before {
  content: "▸";
  color: green;
  display: inline-block;
  line-height: 1.2;
  transform: translateY(2px);
  transition: transform 0.15s ease;
}

.buyer-faq .buyer-faq-outline details[open] summary::before {
  transform: translateY(2px) rotate(90deg);
}

.buyer-faq .buyer-faq-outline .buyer-faq-outline-h4 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.buyer-faq .buyer-faq-outline .note-label {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .buyer-faq details > div {
    font-size: 1.4rem;
  }

  .buyer-faq details p {
    font-size: 1.4rem;
  }

  .buyer-faq .buyer-faq-outline .buyer-faq-outline-item > div {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .buyer-faq {
    padding-left: 20px;
    padding-right: 20px;
  }
}
