/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.4.1741354934
Updated: 2025-03-07 13:42:14

*/
.error-wrapper-404 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8faf9 0%, #eef2f5 100%);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #333;
    padding: 0px;
}

.error-wrapper-404 .container {
    text-align: center;
    max-width: 520px;
    width: 100%;
}

.error-wrapper-404 .error-code {
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #44974f 0%, #407297 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -4px;
}

.error-wrapper-404 .error-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.error-wrapper-404 .error-message {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 32px;
}

.error-wrapper-404 .home-btn {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, #44974f 0%, #407297 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 16px rgba(68, 151, 79, 0.3);
}

.error-wrapper-404 .home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(68, 151, 79, 0.4);
}

.error-wrapper-404 .home-btn:active {
    transform: translateY(0);
}

.error-wrapper-404 .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #44974f 0%, #407297 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(68, 151, 79, 0.2);
}

.error-wrapper-404 .icon svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

@media (max-width: 480px) {
    .error-wrapper-404 .error-code {
        font-size: 80px;
    }
    .error-wrapper-404 .error-title {
        font-size: 22px;
    }
}