.last-updated {
    color: #7f8c8d;
    font-size: 0.9em;
    font-style: italic;
}

.content h2 {
    color: #9cb3ca;
    border-bottom: 1px solid #ecf0f1;
    padding: 10px;
}

.content h3 {
    color: #9cb3ca;
    margin: 10px;
}

.content ul, .content ol {
    margin: 15px 0;
    padding-left: 25px;
}

.content li {
    margin-bottom: 8px;
}

.table {
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95em;
}

.table th {
    background-color: #30404f;
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    font-weight: 600;
}
.table td {
    border: 1px solid #dee2e6;
    padding: 12px 15px;
}
.table td code{
    white-space: nowrap;
}
@media (max-width: 768px) {
    .table {
        font-size: 0.85em;
    }
    .table th,
    .table td {
        padding: 8px 10px;
    }
}