.gst-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

table.dataTable {
    width: 100% !important;
    border-collapse: collapse;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

table.dataTable thead {
    background-color: #0F4E8A;
    color: white;
}

table.dataTable thead th {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.dataTable tbody tr:hover {
    background-color: #f1faff;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 8px;
}

/* Pagination styling overrides */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.08);
    padding: 4px 10px;
    margin: 0 2px;
    background: transparent;
    color: inherit;
}

/* Active buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.active,
.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.active:active,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate a.paginate_button.active,
.dataTables_wrapper .dataTables_paginate li.paginate_button.current,
.dataTables_wrapper .dataTables_paginate li.paginate_button.active {
    background: #0F4E8A !important;
    color: #ffffff !important;
    border-color: #0F4E8A !important;
    box-shadow: none !important;
}

/* Hover for non-current buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0F4E8A !important;
    color: #0F4E8A;
}

/* Disabled buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    opacity: 0.5;
    cursor: default;
    background: transparent !important;
    color: #999 !important;
}

/* Page length dropdown */
.dataTables_wrapper .dataTables_length select {
    border-radius: 6px;
    padding: 4px 6px;
    border: 1px solid #ccc;
}

/* Remove theme arrows */
table.dataTable thead th:after,
table.dataTable thead th:before {
    content: '' !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Allow DataTables arrows */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: '' !important;
}

@media (max-width: 600px) {
    table.dataTable thead th,
    table.dataTable tbody td {
        padding: 8px;
        font-size: 14px;
    }
}

.gst-count {
    font-family: 'Titillium Web', Sans-serif;
    margin-bottom: 8px;
    color: #0F4E8A;
    font-weight: 600;
    font-size: 20px;
}
