/*
Theme Name: Świat Lodów
Theme URI: https://swiatlodow.pl/
Author: EVO Geulincx Sp. z o.o.
Description: Dedykowany, jednostronicowy motyw WordPress dla marki Świat Lodów.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: swiat-lodow
*/

.error-404-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 180px 0 100px;
    text-align: center;
    background: #fff;
}

.error-404-section .error-code {
    margin: 0 0 10px;
    font-family: "Gluten", sans-serif;
    font-size: clamp(100px, 18vw, 220px);
    font-weight: 800;
    line-height: .85;
    color: var(--theme-color3, #e4047e);
}

.error-404-section h1 {
    margin-bottom: 18px;
}

.error-404-section p {
    max-width: 620px;
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    .error-404-section {
        min-height: 60vh;
        padding: 130px 20px 70px;
    }
}
