
.my-account .delete-reg-cta, .opt-reset-btn {
  display: none;
}

.cta-button-redirect {
    display: inline-block;
    padding: 14px 28px;
    background-color: #D0006F;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button-redirect:hover {
    background-color: #b00061;
    transform: translateY(-2px);
    color: lightgray;
}


