#plantshop-wc_meta_box .postbox-header .hndle {
    justify-content: flex-start;
}

#plantshop-wc_meta_box_logo {
    height: 20px;
    margin-right: 0.5rem;
}

#plantshop-wc_meta_box .inside {
    margin: 0;
    padding: 0;
}

.plantshop-wc-tabs-wrapper {
    overflow: hidden;
}

#plantshop-wc_meta_box ul.plantshop-wc-tabs {
    margin: 0;
    width: 20%;
    float: left;
    line-height: 1em;
    padding: 0 0 10px;
    position: relative;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

#plantshop-wc_meta_box ul.plantshop-wc-tabs::after {
    content: "";
    display: block;
    width: 100%;
    height: 9999em;
    position: absolute;
    bottom: -9999em;
    left: 0;
    background-color: #fafafa;
    border-right: 1px solid #eee;
}

#plantshop-wc_meta_box ul.plantshop-wc-tabs li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

#plantshop-wc_meta_box ul.plantshop-wc-tabs li a {
    margin: 0;
    padding: 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px !important;
    border-bottom: 1px solid #eee;
}

#plantshop-wc_meta_box ul.plantshop-wc-tabs li.active a {
    color: #555;
    position: relative;
    background-color: #eee;
}

#plantshop-wc_meta_box .plantshop-wc-tab-content {
    float: right;
    width: 80%;
}

.plantshop-wc-tab-content {
    min-height: 175px;
    box-sizing: border-box;
}

.plantshop-wc-field {
    padding: 10px 20px 10px 162px !important;
}

.plantshop-wc-field .half {
    width: 50%;
}

.plantshop-wc-field .full {
    width: 100%;
}

.plantshop-wc-field label,
.plantshop-wc-field p.label {
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin: 0 0 0 -150px;
}

.plantshop-wc-field textarea.medium {
    height: 5em;
}

.plantshop-wc-field textarea.big {
    height: 10em;
}

.plantshop-wc-repeater-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.plantshop-wc-repeater-row .row-search {
    display: flex;
    flex-direction: column;
    width: 40%;
    position: relative;
}

.plantshop-wc-repeater-row textarea {
    width: 100%;
}

.plantshop-wc-repeater-row button.plantshop-wc-remove-row {
    align-self: baseline;
}

.plantshop-wc-repeater-row .row-search input.neighbor-search + span.neighbor-search-results {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: -2px 0px 0 0px;
    border: 2px solid #2271b1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    outline: 2px solid transparent;
    font-size: 14px;
}

.plantshop-wc-repeater-row .row-search input.neighbor-search + span.neighbor-search-results ul {
    margin-bottom: 0;
}

.plantshop-wc-repeater-row .row-search input.neighbor-search + span.neighbor-search-results ul li {
    padding: 8px;
    margin-bottom: 0;
}

.plantshop-wc-repeater-row .row-search input.neighbor-search + span.neighbor-search-results ul li.plantshop-wc-neighbor:hover {
    cursor: pointer;
    background-color: #2271b1;
    color: #fff;
}