.coolfaq {
  clear: both;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  padding: 22px 0 18px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #e5e5e5;
  color: inherit;
}

.coolfaq__title {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

.coolfaq__group {
  margin-bottom: 1.25rem;
}

.coolfaq__group-title {
  margin: 1rem 0 .75rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.coolfaq__item {
  border-bottom: 1px solid #e5e5e5;
}

.coolfaq__question-title {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.coolfaq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.coolfaq__question:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.coolfaq__question-text {
  display: inline-block;
}

.coolfaq__icon {
  flex: 0 0 auto;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}

.coolfaq__answer {
  padding: 0 0 16px;
  color: inherit;
}

.coolfaq__answer p:last-child {
  margin-bottom: 0;
}

.coolfaq__notice {
  margin-bottom: 1rem;
}

.coolfaq__ask {
  margin-top: 18px;
}

.coolfaq__ask-toggle {
  display: inline-block;
  margin-bottom: .75rem;
  cursor: pointer;
  list-style: none;
}

.coolfaq__ask-toggle::-webkit-details-marker {
  display: none;
}

.coolfaq__ask-form {
  margin-top: .75rem;
  padding: 16px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.coolfaq--category-after-list {
  margin-top: 24px;
}

.coolfaq--width-content {
  width: 100%;
}

.coolfaq--product-after-description {
  margin-top: 28px;
  margin-bottom: 34px;
}
