.wm-category-table-wrap .wm-geosites-table-container {
    overflow-x: visible;
}

.wm-category-table {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
}

.wm-category-table .wm-category-sortable {
    cursor: pointer;
}

.wm-category-table .wm-sort-indicator {
    white-space: nowrap;
}

.wm-category-table .wm-filter-row input,
.wm-category-table .wm-filter-row select {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    margin: 0;
    padding: 2px 8px !important;
    border: 0 !important;
    border-radius: 12px;
    outline: 0;
    background: #fff;
    box-shadow: none !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 0.76rem !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.15 !important;
}

.wm-category-table .wm-filter-row th {
    padding: 5px 8px !important;
    background: #e4edef;
    vertical-align: middle;
}

.wm-category-table .wm-filter-row input:focus,
.wm-category-table .wm-filter-row select:focus {
    box-shadow: 0 0 0 2px rgba(0, 58, 69, 0.18) !important;
}

.wm-category-table td[data-empty="1"] {
    color: #7a7a7a;
}
