
.scb-verify-wrap {
    max-width: 720px;
    margin: 30px auto;
    padding: 24px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.scb-verify-wrap h3 {
    margin-top: 0;
    color: #3b2f2f;
}
.scb-verify-wrap form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.scb-verify-wrap input {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.scb-verify-wrap button {
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    background: #6f4e37;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.scb-verify-card {
    padding: 16px;
    border-radius: 10px;
    background: #f9f6f2;
}
.scb-status-active {
    color: #1b7f3c;
    font-weight: bold;
}
.scb-status-revoked {
    color: #b02a37;
    font-weight: bold;
}
.scb-label {
    font-weight: 600;
}
