/* =========================================================
   Member Profile Actions
========================================================= */

.op-profile-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.op-profile-actions .op-profile-btn {
    width: auto !important;
    min-width: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 7px;
    text-decoration: none;
    box-sizing: border-box;
}
button.op-btn.op-change-password-btn {
    width: 20%;
    margin-top: 12px;
}
a.op-btn.op-password-back-btn{
    width: 20%;
    margin-top: 2%;
}


@media (max-width: 600px) {

    .op-profile-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .op-profile-actions .op-profile-btn {
        width: auto !important;
    }
}