.gs-option-accordion {
  margin: 18px 0;
}

.gs-option-accordion__button {
  width: 100%;
  padding: 13px 15px;
  border: none;
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}

.gs-option-accordion__content {
  padding: 15px;
  border-top: 1px solid #ddd;
}

.gs-option-message {
  margin-top: 8px;
  color: #c00;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
}