/**
 * 단일 페이지 스타일
 */

.page-detail {
    max-width: 100%;
}

.page-header {
    margin-bottom: 48px;
    text-align: center;
}

.page-header h1 {
    font-size: var(--title-page);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

/* 반응형 */
@media (max-width: 768px) {
    .page-header {
        margin-bottom: 32px;
    }
}