#bajt-verification-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 30px;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.verification-step {
    margin-bottom: 30px;
}
.verification-step h4 {
    margin-bottom: 15px;
    font-weight: 600;
}
.verification-step .form-group {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}
.verification-step .form-group input {
    flex: 1;
    height: 40px;
}
.verification-step .form-group button {
    white-space: nowrap;
}
#verification-success {
    margin-top: 20px;
    text-align: center;
}
#verification-success .btn {
    margin: 5px;
}
