.gst-table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    font-family: Arial, sans-serif;
}

.gst-table th,
.gst-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.gst-table th {
    background: #f5f5f5;
    font-weight: bold;
}

.gst-table tr:nth-child(even) {
    background: #fafafa;
}

.gst-table tr:hover {
    background: #f1f1f1;
}