.tabs-layout-tabs .shop_attributes {
    max-width: 100% !important;
}
.rmuo-table .rmuo-drag {
    cursor: move !important;
    display: inline-block !important;
    padding: 0 6px !important;
    color: #6b7280 !important;
    font-weight: 700 !important;
}
.rmuo-table #rmuo-rows tr.ui-sortable-helper td {
    background: #fff !important;
}
.rmuo-table #rmuo-rows tr.ui-sortable-placeholder td {
    visibility: visible !important;
    background: #f1f5f9 !important;
}
table.shop_attributes.rmuo-attributes {
    margin-bottom: 40px !important;
}
.rmuo-frontend .rmuo-attributes {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}
.rmuo-frontend .rmuo-attributes tbody tr:nth-child(odd) {
    background-color: #fafafa !important;
}
.rmuo-frontend .rmuo-attributes tbody tr:nth-child(even) {
    background-color: #f0f0f0 !important;
}
.rmuo-frontend .rmuo-attributes th,
.rmuo-frontend .rmuo-attributes td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
    text-align: left !important;
    vertical-align: middle !important;
}
.rmuo-frontend .rmuo-attributes th {
    width: 35% !important;
    font-weight: 600 !important;
    background-color: #f7f7f7 !important;
    color: #333 !important;
}
.rmuo-frontend .rmuo-attributes td {
    color: #555 !important;
}
.rmuo-frontend .rmuo-attributes tbody tr:last-child th,
.rmuo-frontend .rmuo-attributes tbody tr:last-child td {
    border-bottom: none !important;
}
.rmuo-frontend .rmuo-group-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 25px 0 10px !important;
    padding: 8px 12px !important;
    background: #25282b !important;
    color: #fff !important;
    border-radius: 4px !important;
}
.rmuo-frontend {
    padding: 0 0 8px 0 !important;
}
.rmuo-frontend .rmuo-table {
    width: 100% !important;
    border-collapse: collapse !important;
    max-width: 100% !important;
}
.rmuo-frontend .rmuo-table thead {
    background-color: #4caf50 !important;
    color: #fff !important;
}
.rmuo-frontend .rmuo-table tbody tr {
    border-bottom: 1px solid #ddd !important;
    transition: background-color 0.3s !important;
}
.rmuo-frontend .rmuo-table tbody tr:hover {
    background-color: #f1f1f1 !important;
}
.rmuo-frontend .rmuo-table tbody tr:nth-child(odd) {
    background-color: transparent !important;
}
.rmuo-frontend .rmuo-table tbody tr:nth-child(even) {
    background-color: #f1f1f1 !important;
}
