
.bistan-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.bistan-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.9rem;
}


.bistan-table th,
.bistan-table td {
    border: 1px solid var(--color-border);
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
}

.bistan-table th {
    background-color: #ffffff;
    font-weight: 700;
}

.bistan-table tbody tr:nth-child(odd) {
    background-color: #eee;
}

table a {
    font-weight: bold;
    color:#007bff;
    text-decoration:none;
}