/*
Theme Name: Mostbest
Description: Mostbet WordPress theme for casino/betting platform
Version: 1.0.0
Author: Mostbest Team
Text Domain: mostbest
*/

@import url('assets/css/app.min.css');

.error-404-page{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:40px 20px;
}

.error-404-content{
    max-width:600px;
    margin:0 auto;
}

.error-code{
    font-size:120px;
    font-weight:800;
    line-height:1;
    color:#fa5200;
    margin-bottom:20px;
}

.error-404-content h1{
    font-size:36px;
    margin-bottom:15px;
}

.error-404-content p{
    font-size:18px;
    color:#777;
    margin-bottom:30px;
}

.error-home-btn{
    display:inline-block;
    padding:14px 32px;
    background:#468ede;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.error-home-btn:hover{
    background:#468ede;
    transform:translateY(-2px);
}

@media (max-width:768px){
    .error-code{
        font-size:80px;
    }

    .error-404-content h1{
        font-size:28px;
    }

    .error-404-content p{
        font-size:16px;
    }
}
