h1 {
    color: #0176D3;
    border-bottom: 2px solid #0176D3;
    padding-bottom: 10px;
}
.date {
    color: #666;
    font-style: italic;
}
.key-dates {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #0176D3;
    color: white;
}
.checklist {
    list-style-type: none;
    padding: 0;
}
.checklist li {
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}
.checklist li:before {
    content: "✅";
    position: absolute;
    left: 0;
}
.cta {
    background-color: #0176D3;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0;
}
.cta > p > a {
    background-color: #0176D3;
    color: white;
    font-weight: bold;
    font-size: 1.6em;
}

pre.language-apex {
    background-color: #eeeeee;
    padding: 10px;
}

pre.language-json {
    background-color: #eeeeee;
    padding: 10px;
}