/*
Theme Name: ZD Dynamic Theme
Theme URI: https://example.com/
Author: Codex
Author URI: https://example.com/
Description: Dynamic WordPress theme for pages, news, and products based on the ZD Demo frontend.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: zd-dynamic-theme
*/

.we-serve-card .serve-icon {
  width: 100px;
  height: 100px;
}

.we-serve-card .serve-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.error-page-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
}

.error-page-shell .error-card {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
