body {
    color: #333;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    padding: 40px 48px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

h1 {
    font-size: 1.8em;
    font-weight: 700;
    color: #0058A3;
    border-bottom: 3px solid #FFDB00;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

h2, h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: #0058A3;
    margin-top: 28px;
    margin-bottom: 10px;
}

p {
    line-height: 1.7;
    margin-bottom: 12px;
}

a {
    color: #0058A3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding-left: 1.5em;
    margin-bottom: 12px;
}

ul li {
    line-height: 1.7;
    margin-bottom: 6px;
}

.back-link {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-weight: 600;
}

.back-link a {
    color: #0058A3;
}

footer {
    margin-top: 32px;
}

@media (max-width: 768px) {
    .content {
        padding: 24px 20px;
    }
}

.docx-download-link {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1rem;
    background: #0058A3;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
}

.docx-download-link:hover {
    background: #004f93;
}
