.mp-provider-verification-wrapper {
    max-width: 1120px;
    margin: 40px auto;
    padding: 56px 50px;
    background: #f4f1ff;
    border-radius: 28px;
}

.mp-provider-verification-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mp-form-card {
    background: #ffffff;
    border: 1px solid #e1e5ee;
    border-radius: 18px;
    padding: 34px 30px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.mp-form-card label {
    display: block;
    font-size: 21px;
    font-weight: 800;
    color: #183b5b;
    margin-bottom: 18px;
}

.mp-form-card label input[type="radio"] {
    margin-right: 12px;
}

.mp-form-card small {
    display: block;
    font-size: 17px;
    color: #526b8a;
    margin-bottom: 22px;
    line-height: 1.6;
}

.mp-form-card input[type="text"],
.mp-form-card input[type="email"],
.mp-form-card input[type="tel"],
.mp-form-card input[type="number"],
.mp-form-card input[type="file"],
.mp-form-card textarea {
    width: 100%;
    border: 1px solid #d8e0ec;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    color: #183b5b;
    background: #ffffff;
    outline: none;
}

.mp-form-card input:focus,
.mp-form-card textarea:focus {
    border-color: #7c3cff;
    box-shadow: 0 0 0 3px rgba(124, 60, 255, 0.12);
}

.mp-radio-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mp-radio-group label {
    font-size: 18px;
    font-weight: 500;
    color: #183b5b;
    margin: 0;
}

.mp-submit-btn {
    align-self: flex-start;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 14px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.mp-submit-btn:hover {
    background: #1d4ed8;
}

.mp-success,
.mp-warning,
.mp-error {
    padding: 18px 22px;
    border-radius: 14px;
    margin-bottom: 22px;
    font-weight: 600;
}

.mp-success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #86efac;
}

.mp-warning {
    background: #fffbeb;
    color: #b45309;
    border: 1px solid #fcd34d;
}

.mp-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.provider-verification-pending{
    max-width:700px;
    margin:60px auto;
    padding:45px;
    background:#ffffff;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:1px solid #ececec;
    position:relative;
    overflow:hidden;
}

.provider-verification-pending::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#fbbf24,#f59e0b);
}

.pending-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#fff8e6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    animation:pulse 2s infinite;
}

.provider-verification-pending h2{
    margin:0 0 20px;
    font-size:32px;
    font-weight:700;
    color:#222;
}

.provider-verification-pending p{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin:0 0 18px;
}

.pending-status{
    margin-top:35px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 24px;
    background:#fff7db;
    border:1px solid #ffd873;
    color:#8a5b00;
    border-radius:999px;
    font-size:15px;
    font-weight:600;
}

.pending-status::before{
    content:"";
    width:10px;
    height:10px;
    background:#f59e0b;
    border-radius:50%;
    animation:blink 1.5s infinite;
}

.pending-status strong{
    color:#444;
}

@keyframes pulse{
    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(245,158,11,.45);
    }
    70%{
        transform:scale(1.05);
        box-shadow:0 0 0 20px rgba(245,158,11,0);
    }
    100%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(245,158,11,0);
    }
}

@keyframes blink{
    0%,100%{
        opacity:1;
    }
    50%{
        opacity:.35;
    }
}

.provider-verification-status {
    max-width: 720px;
    margin: 60px auto;
    padding: 42px 36px;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #eee;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.provider-verification-status .verification-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    background: #fff7ed;
}

.provider-verification-status h2 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.provider-verification-status p {
    max-width: 560px;
    margin: 0 auto 14px;
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

.verification-status-box {
    margin-top: 26px;
    padding: 16px 20px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
}

.provider-verification-pending .verification-status-box {
    background: #fff7ed;
    color: #92400e;
    border: 1px solid #fed7aa;
}

.provider-verification-rejected .verification-icon {
    background: #fef2f2;
}

.provider-verification-rejected .verification-status-box {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

@media (max-width:768px){

    .provider-verification-pending{
        margin:30px 15px;
        padding:30px 25px;
    }

    .provider-verification-pending h2{
        font-size:26px;
    }

    .provider-verification-pending p{
        font-size:15px;
    }

    .pending-status{
        width:100%;
        justify-content:center;
        flex-wrap:wrap;
    }

}

@media (max-width: 768px) {
    .mp-provider-verification-wrapper {
        padding: 28px 18px;
        margin: 20px auto;
        border-radius: 18px;
    }

    .mp-form-card {
        padding: 26px 20px;
    }

    .mp-form-card label {
        font-size: 18px;
    }
}