/* === FAQ Block - motoandco.fr === */

.mcfaq-block .productscategory_h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #222;
  margin: 0 0 30px;
  padding: 0;
  border-left: none;
}

.mcfaq-block [itemtype="https://schema.org/Question"] {
  position: relative;
  border-bottom: 1px solid #eaeae8;
}

.mcfaq-block [itemtype="https://schema.org/Question"]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 2px;
  background: transparent;
  transition: background-color 0.25s;
}

.mcfaq-block [itemtype="https://schema.org/Question"].mcfaq-open::before {
  background: #FDD594;
}

.mcfaq-block [itemprop="name"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 18px;
  cursor: pointer;
  user-select: none;
}

.mcfaq-block [itemprop="name"] .mcfaq-q-text {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.mcfaq-block [itemtype="https://schema.org/Question"].mcfaq-open [itemprop="name"] .mcfaq-q-text {
  font-weight: 600;
  color: #111;
}

.mcfaq-block [itemprop="name"] .mcfaq-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #ccc;
  transform: rotate(0deg);
  transition: transform 0.25s, stroke 0.25s;
}

.mcfaq-block [itemtype="https://schema.org/Question"].mcfaq-open [itemprop="name"] .mcfaq-chevron {
  stroke: #FDD594;
  transform: rotate(180deg);
}

.mcfaq-block [itemprop="acceptedAnswer"] {
  display: none;
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  padding: 2px 24px 20px 18px;
  margin: 0;
}

.mcfaq-block [itemtype="https://schema.org/Question"].mcfaq-open [itemprop="acceptedAnswer"] {
  display: block;
}

.mcfaq-block [itemprop="acceptedAnswer"] [itemprop="text"] {
  margin: 0;
}

.mcfaq-block [itemprop="acceptedAnswer"] strong {
  color: #1a1a1a;
  font-weight: 600;
}
