
.btn-adb2c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    margin-top: 12px;
    background-color: #37328C;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.2s;
}
.btn-adb2c:hover {
    background-color: #37328C;
    color: #C6FF99;
    text-decoration: none;
}
.adb2c-icon {
    flex-shrink: 0;
}
.adb2c_error {
    color: #dc3545;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
}
.adb2c_footer {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
}