:focus {
      outline: none;
  }

  
  div + div {
      clear: both;
  }
  
  details[open] p, details[open] ul li, details[open] ol li{
      line-height: 1.5em;
      padding: 0.5em;
      color: #000000;
  }

  
  .faq-title {
      font-size: 2em;
      margin: 0.4em 0;
  }

  .faq-list > div {
      border-bottom: 0.07em solid #c0baba;
      padding: 1em 0em;
  } 
  
  .faq-list > div:last-child {
      border: initial;
  }
  
  summary {
      font-size: 1.4em;
      font-weight: bold;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; 
      user-select: none;
  }
  
  summary:hover {
      color: #e31b1b;
      transition: all 0.3s ease;
  }
  
  details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
  }
  
  @keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
  }
  
  details[open] summary {
    color: #c43535;
  }
  
  details[open] p, details[open] ul, details[open] ol{
      border-left: 2px solid #c43535;
      margin-left: 55px;
      padding-left: 25px;
      opacity: 100;
      transition: all 3s ease;
      background: rgba(235, 176, 152, 0.637); 
  }
  

  /* details[open] summary:after {
      content: "-";
      font-size: 3.2em;
      margin: -0.5em 0.14em 0 0;
      font-weight: 200;
  } */

  .faq-list {
      padding: 2em 0;
      color: black;
  }
  
  summary::-webkit-details-marker {
      display: none;
  }
  
  /* summary:after {
      background: transparent;
      border-radius: 0.3em;
      content: "+";
      color: #c43535;
      float: left;
      font-size: 1.8em;
      font-weight: bold;
      margin: -0.3em 0.25em 0 0;
      padding: 0;
      text-align: center;
      width: 25px;
  } */