.wcocrp_cancellation_approval, .wcocrp_return_approval {
    display: inline-block;
}

.icon-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
#rejectionModal h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.yoocr-popup-form td {
    display: flex;
    align-items: center;
}
/* Premium */
.yo-premium {
    color: #d63638;
    border: solid 1px;
    border-radius: 10px;
    border-color: #a5a5a5;
    padding: 12px;
}
.premium-label {
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background-color: #d63638;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}
.premium-label::before{
    font-family: 'dashicons';
    content: "\f160";
    margin-right: 4px;
}

.premium-label:hover {
    color: #ffffff;
    background-color: rgb(26, 156, 26);
}

.premium-label:hover::before {
    content: "\f528";
}

.premium-locked, .premium-locked th, .premium-locked label, .premium-locked .woocommerce-help-tip, .premium-locked input, .premium-locked .description {
    color: #aaaaaa;
}
.premium-locked td.forminp.forminp-text, .premium-locked fieldset {
    display: flex !important;
    flex-wrap: wrap;
}
.premium-locked fieldset label {
    flex-basis: 100%;
}
.premium-locked td.forminp.forminp-textarea p {
    margin-bottom: 10px;
}