.sncft-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.sncft-table th {
    background: #003366;
    color: white;
    padding: 10px;
}

.sncft-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.sncft-table tr:hover {
    background: #f5f5f5;
}