/*
Error Area Style
======================================================*/
.fww-error-content {
  text-align: center;
}
.fww-error-content img {
  margin-bottom: 25px;
}
.fww-error-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.fww-error-content p a {
  color: var(--headingColor);
  font-weight: 500;
  transition: var(--transition);
  text-decoration: underline;
}
.fww-error-content p a:hover {
  color: var(--redColor);
}/*# sourceMappingURL=error.css.map */