.wpclv_links {
    box-sizing: border-box;
}

.wpclv_links * {
    box-sizing: border-box;
}

.wpclv_links .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.wpclv_links .wpclv_link {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #eee;
    border-left: 1px dashed transparent;
    border-right: 1px dashed transparent;
    position: relative;
}

.wpclever_settings_page .wpclv_links .wpclv_link {
    margin-bottom: 10px;
    border: 1px dashed #eee;
    padding: 10px 15px;
}

.wpclv_links .wpclv_link .wpclv_tr {
    display: flex;
    align-items: center;
}

.wpclv_links .wpclv_link .wpclv_tr .wpclv_th {
    width: 150px;
    flex: 0 0 150px;
}

.wpclv_links .wpclv_link .wpclv_tr .wpclv_td {
    flex-grow: 1;
}

.wpclv_links .wpclv_link .wpclv_link_remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wpclv_links .wpclv_link .wpclv_link_remove:hover {
    color: #fff;
    background-color: #e14d43;
}

.wpclv_add_link {
    padding: 10px;
}

.wpclv_links .wpclv_link .wpclv_hide {
    display: none;
}

.wpclv_links .wpclv_link .wpclv_tr .wpclv_th, .wpclv_links .wpclv_link .wpclv_tr .wpclv_td {
    padding: 5px 0;
    text-align: start;
}

.wpclv_links .wpclv_link .wpclv_tr .wpclv_th {
    font-weight: 400;
    width: 150px;
    padding-right: 10px;
}

.wpclv_links .wpclv_link .wpclv_tr .wpclv_td div {
    display: inline-block;
    width: 100%;
}

.wpclv-attributes {
    max-height: 200px;
    overflow-y: auto;
}

.wpclv-attributes > div {
    padding: 10px 0;
    border-bottom: 1px dashed #dddddd;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wpclv-attributes > div:hover {
    background-color: #f6f7f7;
}

.wpclv-attributes > div > span.move {
    width: 30px;
    flex: 0 0 30px;
    font-size: 0;
    cursor: move;
}

.wpclv-attributes > div > span.move:before {
    content: '\f545';
    color: #999999;
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    speak: unset;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in;
}

.wpclv-attributes > div > span.checkbox {
    flex-grow: 1;
}

.wpclv-attributes > div > span.checkbox .slug {
    font-size: 10px;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #eeeeee;
    color: #999999;
}

.wpclv-attributes > div > span.display {
    margin-left: 10px;
}

.wpclv_tr_heading {
    margin-top: 10px;
    padding: 4px 10px;
    background-color: #f6f7f7;
    border-left: 4px solid #333333;
}

.wpclv_links .wpclv_link:hover .wpclv_link_move:before {
    background-color: #0073aa;
    color: #ffffff;
}

body.rtl .wpclv_links .wpclv_link .wpclv_link_remove {
    left: 0;
    right: auto;
}

.postbox-container .wpclv-attributes {
    max-height: unset;
}

.postbox-container .wpclv_links .wpclv_link {
    padding: 0;
    border: none;
}

.active[data-slug*="wpc-"] .premium a {
    color: #c9356e;
}