#wpwrap{ background-color: #f0f0f1; } 
#wpcontent .entry-edit{ background-color: #ffffff00; }
.postbox-container .row h2{ font-weight: 300; }
.inside.apffw-woo .main td { column-count: 4; }
.nav-tab-wrapper, .wrap h2.nav-tab-wrapper { background-color: #f0f0f1; border-bottom: 1px solid #c3c4c7; display: flex; flex-wrap: wrap; justify-content: left; }
   /* product list pagination */
.product_list_pagination{ display: flex; justify-content: right; align-items: center; margin: 30px; }
.product_list_pagination .page-numbers { padding: 8px 16px; border: 1px solid #0000002b; text-decoration: none; color: #000; }
.product_list_pagination .page-numbers:hover{ text-decoration: underline; }
.product_list_pagination span.page-numbers.current { background: #0068B4; color: white; }
.apfw-custom-dropdown-wrapper{ max-width:400px; position:relative; display:inline-block; }
.apfw-custom-dropdown-wrapper .apfw-dropdown{ min-width:250px; background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%; padding-right:30px; }
.apfw-dropdown{ border:1px solid #ccd0d4; border-radius:4px; background:#fff; padding:10px; cursor:pointer; user-select:none; }
.apfw-selected-text{ min-height:20px; font-size:14px; color:#000; }
.apfw-dropdown-list{ display:none; position:absolute; background:#fff; border:1px solid #ccd0d4; border-radius:4px; box-shadow:0 2px 6px rgba(0,0,0,0.1); width:100%; max-height:250px; overflow-y:auto; margin-top:4px; z-index:1000; min-width:250px; left:0; top:100%; }
.apfw-dropdown.open .apfw-dropdown-list{ display:inline-block; }
.apfw-dropdown-list label{ display:block; padding:6px 10px; font-size:14px; cursor:pointer; }
.apfw-dropdown-list input[type="checkbox"]{ margin-right:8px; }
.apfw-dropdown-list label:hover{ background-color:#f1f1f1; }
body.add-products-frontend_page_bytes-product-frontend-setting .form-table tr:nth-child(4) td {column-count: unset !important; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }