.mhoszt-vcw-box {
    border: 1px solid #dcdcde;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    max-width: 360px;
}
.mhoszt-vcw-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.mhoszt-vcw-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mhoszt-vcw-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f1;
    margin: 0;
}
.mhoszt-vcw-list li:last-child {
    border-bottom: 0;
}
.mhoszt-vcw-list span {
    color: #50575e;
}
.mhoszt-vcw-list strong {
    min-width: 36px;
    text-align: center;
    border-radius: 999px;
    padding: 3px 8px;
    background: #f0f6fc;
    color: #135e96;
}
.mhoszt-vcw-bots {
    margin-top: 10px;
    font-size: 12px;
    color: #646970;
    line-height: 1.45;
}
.mhoszt-vcw-bots span {
    font-weight: 700;
}
.mhoszt-vcw-note {
    margin-top: 8px;
    font-size: 11px;
    color: #8c8f94;
}
.mhoszt-vcw-admin-wrap .mhoszt-vcw-box {
    margin-top: 10px;
}
