h2 {
    color: #163E6F;
    font-weight: 700;
    margin-bottom: 20px;
}

/* section.mt-3.mb-3 {
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            } */

.search-wrapper {
    text-align: right;
    margin-bottom: 15px;
}

.search-wrapper input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
    font-size: 14px;
}

.windows-version-filter {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 10px;
}

.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

th {
    background-color: #163E6F;
    color: white;
    padding: 12px;
    text-align: left;
    font-size: 15px;
}

td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

tr:hover {
    background-color: #f1f1f1;
}

.btn-download {
    padding: 6px 14px;
    background-color: #606387;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
}

.pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin-top: 10px !important;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #163E6F;
}

.pagination .active a {
    background-color: #163E6F;
    color: white;
    border-color: #163E6F;
}

@media (max-width: 600px) {
    .search-wrapper {
        text-align: center;
        margin-bottom: 20px;
    }
}

.mt-3 {
    margin-top: 40px !important;
}

.mb-3 {
    margin-bottom: 40px !important;
}