.fakecheck-approved {
    color: green;
    font-weight: bold;
}
.fakecheck-pending {
    color: #d63638;
    font-weight: bold;
}
.fakecheck-approve-form, .fakecheck-reject-form {
    margin-bottom: 6px;
}
input[type="text"][name="rejectmsg"] {
    max-width: 250px;
}

.fakecheck-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 22px 22px 14px 22px;
    margin-bottom: 32px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    max-width: 520px;
}
.fakecheck-status {
    display: inline-block;
    padding: 0.3em 1em;
    border-radius: 999px;
    font-size: 0.99em;
    font-weight: 600;
    margin-bottom: 1em;
}
.fakecheck-approved { background: #d1fadf; color: #146c43; }
.fakecheck-pending { background: #fff7d6; color: #8a6d3b; }
.fakecheck-error { background: #fde2e1; color: #a22; }
.fakecheck-success { background: #d4f7dc; color: #257533; }
.fakecheck-country-dropdown,
.fakecheck-phone-input {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1.1em;
}
#sms-message { min-height: 24px; }
.fakecheck-phone-fields { margin-bottom: 12px; }

.fakecheck-outer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 90vh;
    background: transparent;
    width: 100%;
}

.fakecheck-container {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 6px 24px 0 rgba(50,50,90,0.08), 0 1.5px 4px 0 rgba(20,20,40,0.12);
    padding: 36px 32px 28px 32px;
    margin: 36px 0;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.fakecheck-header-main {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #ED207B;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.fakecheck-header {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    color: #33384d;
    margin-bottom: 22px;
    letter-spacing: 0.3px;
}

.fakecheck-step {
    margin-bottom: 32px;
}

.fakecheck-step-header {
    font-size: 1.07rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #343a55;
}

.fakecheck-step-num {
    background: #ED207B;
    color: #fff;
    border-radius: 18px;
    font-size: 0.97rem;
    padding: 2px 10px 2px 10px;
    margin-right: 9px;
}

.fakecheck-status.completed { color: #09bb21; font-weight: 700; }
.fakecheck-status.not-completed { color: #ED207B; font-weight: 700; }
.fakecheck-status.pending { color: #f8b500; font-weight: 700; }
.fakecheck-card {
    background: #f6f6f9;
    border-radius: 12px;
    padding: 17px 18px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #333;
}
.fakecheck-card.green { background: #e0f8ea; color: #127c3f; font-weight: 600;}
.fakecheck-card.disabled { background: #f8e0e5; color: #b63636;}
.fakecheck-video-block {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 0.98rem;
    color: #444;
}
.fakecheck-approved { color: #09bb21; font-weight: 700;}
.fakecheck-pending { color: #f8b500; font-weight: 700;}

.fakecheck-footer {
    background: #ED207B;
    color: #fff;
    border-radius: 0 0 22px 22px;
    text-align: center;
    margin: 0 -32px -28px -32px;
    padding: 18px 0 15px 0;
    font-size: 1.09rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

@media (max-width: 600px) {
    .fakecheck-container {
        padding: 17px 8px 20px 8px;
        max-width: 98vw;
    }
    .fakecheck-footer {
        margin-left: -8px;
        margin-right: -8px;
    }
}
