/* Product-Page: Model Table */

.obs-model-table tr:hover {
    cursor: pointer;
}

input#obs-model-table-search-input {
    font-size: inherit;
    margin-bottom: 10px;
}

.wp-block-button.obs-product-model-table-more {
    text-align: center;
}

.obs-model-table-wrapper {
    margin-bottom: 20px;
}

.obs-model-table tbody tr:focus {
    border: 1px solid grey;
}
