.page-content-section {
    background-color: #f4f7fa;
}

.page-breadcrumbs {
    font-size: 0.875rem;
    color: #6c757d;
}

.page-breadcrumbs a {
    color: #05668d;
    text-decoration: none;
}

.page-breadcrumbs a:hover {
    text-decoration: underline;
}

.page-breadcrumbs__sep {
    margin: 0 0.5rem;
    color: #a0a8b0;
}

.page-content {
    color: #1c252e;
    line-height: 1.75;
}

.page-content > *:first-child {
    margin-top: 0;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #12212b;
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content blockquote,
.page-content table {
    margin-bottom: 1.25rem;
}

.page-content ul,
.page-content ol {
    padding-left: 1.2rem;
}

.page-content li + li {
    margin-top: 0.4rem;
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dce3ea;
    border-radius: 12px;
    overflow: hidden;
}

.page-content table th,
.page-content table td {
    padding: 0.75rem 0.875rem;
    border-bottom: 1px solid #e6ebf0;
    border-right: 1px solid #e6ebf0;
    vertical-align: top;
}

.page-content table th {
    background-color: #f3f6f9;
    font-weight: 700;
}

.page-content table tr:last-child td {
    border-bottom: 0;
}

.page-content table th:last-child,
.page-content table td:last-child {
    border-right: 0;
}

.page-content blockquote {
    margin-left: 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #05668d;
    background-color: #f3f8fb;
    border-radius: 0 12px 12px 0;
    color: #2b3a44;
}

.error-404-section {
    background: linear-gradient(180deg, #ebf2fa 0%, #ffffff 100%);
}

.error-404-card {
    max-width: 720px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(5, 102, 141, 0.12);
    box-shadow: 0 20px 40px rgba(8, 27, 40, 0.08);
}

.error-404-code {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #05668d;
}

.error-404-btn-secondary {
    color: #05668d;
    border-color: rgba(5, 102, 141, 0.28);
    background: rgba(5, 102, 141, 0.08);
}

.error-404-btn-secondary:hover {
    color: #044e6c;
    border-color: rgba(5, 102, 141, 0.44);
    background: rgba(5, 102, 141, 0.15);
}

@media (max-width: 767.98px) {
    .page-content {
        padding: 1.25rem !important;
        line-height: 1.65;
    }

    .page-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
