<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.at-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.at-attachments {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.at-attachments th, .at-attachments td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    flex: 1;
    min-width: 150px;
}

.at-attachments th {
    background-color: #f2f2f2;
}

@media (max-width: 768px) {
    .at-attachments {
        display: block;
    }

    .at-attachments th, .at-attachments td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
</pre></body></html>