.classitaly-article-faq {
  width: 100%;
  max-width: none;
  margin-top: 48px;

  .news_top__box {
    > h2 {
      scroll-margin-top: 110px;
      color: #302928;
      font-weight: 700;
      line-height: 1.25;
    }
  }

  > details {
    display: block;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0 0 14px;
    border: 1px solid #eadfcd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(48, 41, 40, 0.07);

    > summary {
      position: relative;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 20px 56px 20px 22px;
      color: #302928;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.45;
      cursor: pointer;
    }

    > p {
      margin: 0;
      padding: 0 22px 22px;
      color: #686868;
      font-size: 16px;
      line-height: 1.7;
    }
  }

}

.classitaly-article-faq summary::-webkit-details-marker {
  display: none;
}

.classitaly-article-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 24px;
  color: #d0a75b;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

.classitaly-article-faq details[open] summary::after {
  content: "-";
}