/* ==========================================================================
   Senso Incomum — Error page
   Escopo: ajustes exclusivos da tela 404.
   ========================================================================== */

.error-template .section-content-wrap {
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
}

.error-template .section-error {
   width: min(92vw, 980px);
   height: auto;
   min-height: 100vh;
   margin: 0 auto;
   padding: clamp(28px, 6vh, 72px) 20px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: clamp(18px, 3vh, 34px);
   text-align: center;
}

.error-template .error-anchor-wrap {
   display: flex;
   align-items: center;
   justify-content: center;
}

.error-template .error-anchor {
   width: auto;
   height: 60vh;
   max-height: 60vh;
}

.error-template .error-wrap h2 {
   margin-bottom: 4px;
}

.error-template .error-wrap p {
   margin: 0 0 18px;
}
