/*
Theme Name: Fangzhan WP Theme
Theme URI:
Author:
Version: 1.0
Description: Static HTML converted WordPress theme.
*/

@media screen and (max-width: 1200px) {
  .page-footer .footer-container .footer-info .footer-info-wrapper .footer-follow-nav-list {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
  }
}

.error-page .error-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.error-page .error-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.error-page .error-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  padding: 0 22px;
  border-radius: 40px;
  font-size: 14px;
  text-decoration: none;
}

.error-page .error-action-primary {
  color: #fff;
  background: var(--button-bg, linear-gradient(to bottom, #2fcaff, #1678f2));
  box-shadow: var(--button-shadow, 0 4px 12px rgba(11, 116, 189, .32));
}

.error-page .error-action-secondary {
  color: var(--primary-color, #0b74bd);
  border: 1px solid var(--primary-color, #0b74bd);
  background: transparent;
}

@media screen and (max-width: 576px) {
  .error-page .error-actions {
    flex-direction: column;
    align-items: center;
  }
}
