/* CONTENT PAGE */

body.velo-content-page {
    background: #f3f5f7 !important;
    margin: 0;
    padding: 0;
}

body.velo-content-page header,
body.velo-content-page nav,
body.velo-content-page aside,
body.velo-content-page .site-header,
body.velo-content-page .site-footer,
body.velo-content-page .main-navigation,
body.velo-content-page .sidebar,
body.velo-content-page .widget,
body.velo-content-page .footer-widgets,
body.velo-content-page .wp-block-template-part,
body.velo-content-page footer:not(.velo-status-footer) {
    display: none !important;
}

body.velo-content-page .entry-title,
body.velo-content-page .wp-block-post-title {
    display: none !important;
}

body.velo-content-page .site,
body.velo-content-page .site-content,
body.velo-content-page #page,
body.velo-content-page #content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.velo-content-card {
    max-width: 820px;
    margin: 35px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #eaecf0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.velo-content-card h1,
.velo-content-card h2,
.velo-content-card h3 {
    color: #101828;
}

.velo-content-card p,
.velo-content-card li {
    font-size: 16px;
    line-height: 1.7;
    color: #344054;
}

@media (max-width: 768px) {
    .velo-content-card {
        margin: 20px 12px;
        padding: 24px;
        border-radius: 18px;
    }
}

.velo-status-header {
    text-align: center;
    padding-top: 35px;
    margin-bottom: -10px;
}

.velo-status-logo {
    width: 120px;
    height: 80px;
    margin: 0 auto 16px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.velo-status-logo img {
    max-width: 120px;
    height: auto;
    display: block;
}

.velo-status-header h1 {
    font-size: 42px;
    margin: 0 0 10px;
    color: #101828;
    font-weight: 800;
}

.velo-status-header p {
    font-size: 18px;
    color: #667085;
    margin: 0;
}

.velo-status-footer {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
    padding: 20px;
    font-size: 14px;
}

.velo-status-footer a {
    color: #667085;
    text-decoration: none;
}