/* QQG.NET v21: do not leave a blank product configuration area after a failed response. */
.dy8-config-page .qqg-config-error {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e4f4;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(30, 69, 120, .08);
  color: #425675;
  display: flex;
  flex-direction: column;
  margin: 16px 0 36px;
  min-height: 280px;
  padding: 34px 24px;
  text-align: center;
}

.dy8-config-page .qqg-config-error strong {
  color: #152944;
  font-size: 20px;
  line-height: 1.4;
}

.dy8-config-page .qqg-config-error p {
  margin: 10px 0 22px;
  max-width: 520px;
}

.dy8-config-page .qqg-config-error button {
  background: #2166d3;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  min-height: 40px;
  padding: 0 22px;
}

@media screen and (max-width: 750px) {
  .dy8-config-page .qqg-config-error {
    margin-bottom: 96px;
    min-height: 220px;
    padding: 28px 18px;
  }
}
