.page-content { font-family: "Open Sans", sans-serif; color: #222; }
.page-content h1::after,
.page-content h2::after,
.page-content h3::after,
.page-content h4::after,
.page-content h5::after,
.page-content h6::after { display: none !important; }
.page-content .container { max-width: 920px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.page-content__title {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #212529;
    margin: 32px 0 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid #e82693;
}
.page-content__body {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}
.page-content__body h2 {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin: 32px 0 12px;
    line-height: 1.3;
}
.page-content__body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #e82693;
    margin: 24px 0 8px;
    line-height: 1.4;
}
.page-content__body h4 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 20px 0 6px;
}
.page-content__body p { margin: 0 0 14px; }
.page-content__body ul,
.page-content__body ol { margin: 0 0 14px 22px; padding: 0; }
.page-content__body li { margin: 4px 0; }
.page-content__body a {
    color: #e82693;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.page-content__body a:hover { color: #c91f7d; }
.page-content__body strong { color: #212529; }
.page-content__body blockquote {
    margin: 16px 0;
    padding: 12px 18px;
    background: #fdeef6;
    border-left: 4px solid #e82693;
    border-radius: 4px;
    color: #444;
    font-style: italic;
}
.page-content__body hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 28px 0;
}
.page-content__body table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}
.page-content__body th,
.page-content__body td {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    text-align: left;
}
.page-content__body th { background: #f8f9fa; font-weight: 600; }
@media (max-width: 600px) {
    .page-content__title { font-size: 26px; margin-top: 20px; }
    .page-content__body h2 { font-size: 20px; }
    .page-content__body h3 { font-size: 16px; }
}
