.si-table th {
    background: #0057B8;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    font-weight: 600;
}

.si-table {
    border: 3px solid #0057B8;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

.si-table tr:nth-child(even) {
    background: #f7fbff;
}

.si-table tr:hover {
    background: #eaf4ff;
}

.si-section-title {
    background: #0077CC;
    color: white;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 20px 0 10px;
    font-size: 18px;
}