body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.site-header {
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.site-header img {
    height: 40px;
    width: auto;
}
.site-header h2 {
    margin: 0;
    font-size: 24px;
    text-transform: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
h2, h3 {
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}
ul {
    margin-left: 20px;
}
.tldr {
    margin: 20px 0;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.copyright {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    color: #666;
}
@media print {
    .site-header {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
