/**
 * 2007-2024 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Régis Daum
 * @copyright 2007-2024
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.johnsteel-faq-container {
  display: flex;
  gap: 50px;
}
.johnsteel-faq-text {
  max-width: 100%;
  min-width: 300px;
}
.johnsteel-pastille {
  background-color: var(--primary);
  color: #fff;
  padding: 4px 18px;
  border-radius: 100vw;
  font-weight: 600;
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.johnsteel-pastille-white {
  background-color: #fff;
  color: var(--primary);
}
.johnsteel-pastille span {
  font-size: 1.2rem;
}
.johnsteel-faq-container .johnsteel-accordion {
  flex-grow: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .johnsteel-faq-container {
    flex-direction: column;
  }
}
