.single-page-card {
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(250, 243, 229, 0.96));
    border: 1px solid rgba(194, 175, 141, 0.72);
    border-radius: 18px;
    box-shadow: 0 10px 18px rgba(85, 58, 20, 0.08);
    padding: 24px;
}

.page-header {
    border-bottom: 1px dashed rgba(194, 175, 141, 0.75);
    padding-bottom: 12px;
}

.page-title {
    margin: 0;
    font-family: 'Noto Serif SC', serif;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
}

.page-meta {
    margin-top: 8px;
    color: #736a5d;
    font-size: 13px;
}

.page-content {
    margin-top: 18px;
    color: #3e3a31;
    line-height: 1.95;
}

.page-content img,
.page-content video,
.page-content iframe,
.page-content table {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 680px) {
    .single-page-card {
        padding: 16px;
    }
}
