:root{--page-title-display:none;}/* Start custom CSS *//* ===============================
   404 PAGE — SAFETY RESET
   =============================== */

.error404 h1,
.error404 h2,
.error404 p{
  letter-spacing: normal !important;
  text-transform: none !important;
  line-height: 1.3 !important;
}

/* Prevent stacked duplicate titles */
.error404 .page-title{
  display: none !important;
}

/* Clean layout */
.error404 .site-content{
  text-align: center;
  padding: 60px 20px;
}/* End custom CSS */