/*
 Theme Name: Notice Wales Child
 Template: twentytwentyfive
 Version: 1.0.0
 Text Domain: notice-wales-child
*/

/* Notice Wales 404 */
.notice-wales-404 {
    background: #f6f2ea;
    padding: 4.5rem 1.5rem 5rem;
}

.notice-wales-404 .notice-404-card {
    background: #fff;
    border: 1px solid rgba(18, 54, 82, 0.12);
    border-radius: 12px;
    padding: 2.6rem 2.8rem;
    max-width: 760px;
    margin: 2rem auto;
    text-align: center;
    box-shadow: 0 16px 30px rgba(18, 54, 82, 0.08);
}

.notice-wales-404 .notice-404-banner {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    background: rgba(168, 32, 32, 0.12);
    color: #a82020;
    border: 1px solid rgba(168, 32, 32, 0.2);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.notice-wales-404 h1 {
    margin-top: 1.6rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.notice-wales-404 p {
    margin: 0.85rem auto 0;
    max-width: 560px;
    font-size: 1.1rem;
    color: #2e2e2e;
}

.notice-wales-404 .notice-404-actions {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .notice-wales-404 .notice-404-card {
        padding: 2rem 1.6rem;
        margin: 1.5rem auto;
    }

    .notice-wales-404 h1 {
        font-size: 1.6rem;
    }
}
