.highlight-box {
    background-color: #f8f9fa;
    border-left: 5px solid #0056b3;
    padding: 15px 20px;
    margin: 25px 0;
}

.note {
    font-size: 0.95em;
    color: #555;
    font-style: italic;
    margin-top: 20px;
}

.page-content {
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

.page-content h1 {
    border-bottom: 2px solid #0056b3;
    padding-bottom: 10px;
    color: #0056b3;
}