.cgst-live-check-msg {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.cgst-live-check-msg.is-ok {
    color: #15803d;
}

.cgst-live-check-msg.is-error {
    color: #b91c1c;
}

.cgst-live-check-msg.is-checking {
    color: #92400e;
}

#shop-url.cgst-shop-url-locked,
#shop_url.cgst-shop-url-locked,
input[name="shopurl"].cgst-shop-url-locked,
input[name="shop_url"].cgst-shop-url-locked {
    background: #f1f5f9;
    color: #64748b;
    cursor: not-allowed;
}

.cgst-vendor-reg-box {
    margin: 16px 0 20px;
    padding: 18px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 16px;
}

.cgst-vendor-reg-head h3 {
    margin: 0 0 8px;
    color: #9a3412;
    font-size: 18px;
    font-weight: 800;
}

.cgst-vendor-reg-head p,
.cgst-vendor-reg-box small,
.cgst-vendor-reg-help {
    color: #7c2d12;
    font-size: 13px;
    line-height: 1.7;
}

.cgst-vendor-reg-help {
    margin-top: 14px;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px;
}

.cgst-vendor-reg-help strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
}

.cgst-vendor-reg-help ol {
    margin: 0;
    padding-left: 18px;
}

.dokan-form-group label .required,
.form-row label .required {
    color: #e2401c !important;
    visibility: visible !important;
    text-decoration: none !important;
}
