.srvp-wrap {
    margin-top: 28px;
}

.srvp-success {
    margin: 0 0 22px;
    text-align: center;
    color: #0a8f08;
    font-size: 14px;
    line-height: 1.7;
}

.srvp-pill-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.srvp-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 226px;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 999px;
    background: #0f5f9d;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.srvp-table-wrap {
    overflow-x: auto;
    max-width: 940px;
    margin: 0 auto;
}

.srvp-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed;
}

.srvp-table th,
.srvp-table td {
    padding: 14px 16px;
    border: 1px solid #d8e0ea;
    text-align: center;
    vertical-align: top;
}

.srvp-table th {
    background: #0f5f9d;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.srvp-table td {
    color: #42526b;
    font-size: 16px;
    line-height: 1.65;
    text-transform: uppercase;
    word-break: break-word;
}

.srvp-invalid {
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff4f4;
    border: 1px solid #f1caca;
    color: #b42318;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    max-width: 940px;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .srvp-wrap {
        margin-top: 20px;
    }

    .srvp-success {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .srvp-pill {
        min-width: 190px;
        font-size: 16px;
    }

    .srvp-table th,
    .srvp-table td {
        padding: 12px 10px;
        font-size: 13px;
    }
}
