.wcbe-box {
    margin: 18px 0;
	width: 100% !important;
}

.wcbe-toggle {
    width: 100%;
    min-height: 54px;
    border: 1px solid #e3dedb;
    background: #f7f4f2;
    color: #733735;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 18px;
}

.wcbe-toggle:hover,
.wcbe-toggle:focus {
    background: #f1ece9;
}

.wcbe-toggle-icon {
    font-size: 20px;
    line-height: 1;
}

.wcbe-panel {
    background: #f7f4f2;
    padding: 24px 20px;
    border: 1px solid #eee7e3;
    border-top: 0;
}

.wcbe-field-row {
    margin-bottom: 16px;
}

.wcbe-field-row label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.wcbe-input-wrap {
    display: flex;
    align-items: stretch;
    border: 1px solid #ded7d2;
    background: #fff;
}

.wcbe-input-wrap input {
    flex: 1;
    min-height: 48px;
    border: 0 !important;
    background: #fff;
    padding: 0 14px;
    box-shadow: none !important;
}

.wcbe-counter {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a827d;
    font-size: 13px;
}

.wcbe-field-row small {
    display: block;
    margin-top: 6px;
    color: #786f69;
}

.wcbe-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0 12px;
    font-weight: 700;
}

.wcbe-acceptance input {
    margin-top: 3px;
}

.wcbe-rules {
    font-size: 14px;
    line-height: 1.45;
}

.wcbe-rules ul {
    margin: 8px 0 0 18px;
}

.wcbe-admin-notice {
    margin-top: 15px;
    padding: 12px;
    border-left: 4px solid #733735;
    background: #f7f4f2;
	display: inline-block !important;
}

.wcbe-admin-item-box {
    margin: 8px 0;
    padding: 10px;
    border: 1px solid #e3dedb;
    background: #f7f4f2;
}

.wcbe-order-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    background: #733735;
    color: #fff;
    font-weight: 700;
}

.wcbe-service-badge {
    display: inline-block;
    padding: 5px 9px;
    margin-right: 10px;
    background: #733735;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
}

.wcbe-service-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    border: 1px solid #e3dedb;
    background: #fff;
}


.wp-admin tr.wcbe-admin-hidden-service-item {
    display: none !important;
}

.wcbe-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
}

.wcbe-save {
    border: 0;
    background: #0e3b2e !important;
    color: #fff;
    font-weight: 500 !important;
    cursor: pointer;
    padding: 10 40px !important;
	font-size: 13px;
}

.wcbe-save:hover,
.wcbe-save:focus {
    background: #63302f;
}

.wcbe-form-error {
    margin-top: 14px;
    padding: 10px 12px;
    background: #fff3f3;
    color: #8a1f1f;
    border: 1px solid #e7c3c3;
    font-size: 14px;
}

.wcbe-confirmation {
    margin: 18px 0;
    color: #0e3b2e;
}

.wcbe-confirmation-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.wcbe-confirmation strong{
	font-weight: 500 !important;
}
.wcbe-confirmation-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0e3b2e;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.wcbe-remove {
    margin-left: auto;
    border: 0;
    background: transparent !important;
    color: #0e3b2e !important;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 !important;
}

.wcbe-confirmation-value {
    margin: 8px 0 0 20px;
    padding: 6px 10px;
    background: #f8f8f8;
    color: #222;
    font-size: 13px;
    text-align: center;
}

.single_add_to_cart_button.wcbe-add-to-cart-disabled,
button[name="add-to-cart"].wcbe-add-to-cart-disabled {
    cursor: not-allowed;
    opacity: .55;
}

.wp-admin tr.wcbe-admin-hidden-service-item {
    display: none !important;
}

.wcbe-toggle{
    margin: 0 !important;
    background: #f5f5f5 !important
}
.wcbe-toggle span{
     color: #0e3b2e !important;
    font-weight: 500 !important;
}
.wcbe-toggle[aria-expanded="true"]{
    background: #0e3b2e !important;
}
.wcbe-toggle[aria-expanded="true"] span{
    color: #ffffff !important;
}
.wcbe-panel{
    margin-top: 20px;
    border-radius: 20px;
    border-top: 1px solid #eee7e3 !important;
}
.wcbe-input-wrap{
    border-radius: 20px !important;
    overflow: hidden;
}