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

.mcfaq-block .productscategory_h2 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 12px;
}

.mcfaq-block [itemtype="https://schema.org/Question"] {
  border-left: 3px solid #d4d4d4;
  margin-bottom: 3px;
  background: #f5f5f5;
  transition: border-color 0.2s;
}

.mcfaq-block [itemtype="https://schema.org/Question"].mcfaq-open {
  border-left-color: #1a1a1a;
  background: #fff;
}

.mcfaq-block [itemprop="name"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
  color: #2a2a2a;
  user-select: none;
}

.mcfaq-block [itemprop="name"]::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: #1a1a1a;
  transition: transform 0.22s;
  flex-shrink: 0;
  margin-left: 12px;
  line-height: 1;
}

.mcfaq-block [itemtype="https://schema.org/Question"].mcfaq-open [itemprop="name"] {
  color: #111;
  border-bottom: 1px solid #e8e8e8;
}

.mcfaq-block [itemtype="https://schema.org/Question"].mcfaq-open [itemprop="name"]::after {
  transform: rotate(45deg);
  color: #cc0000;
}

.mcfaq-block [itemprop="acceptedAnswer"] {
  display: none;
  padding: 12px 16px 14px;
  font-size: 13px;
  color: #444;
  line-height: 1.65;
  background: #fff;
}

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

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