/* =================================
   Profile Card Buttons Desktop Fix
================================= */

@media (min-width:993px){

.premium-profile-card .profile-buttons{
    display:flex !important;
    flex-direction:row !important;
    gap:15px !important;
    width:100% !important;
}

.premium-profile-card .profile-buttons a{
    flex:1 1 50% !important;
    width:50% !important;
    max-width:50% !important;
    min-width:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    box-sizing:border-box !important;
    padding:14px 15px !important;
    text-align:center !important;
    white-space:nowrap !important;
}

.premium-profile-card .btn-whatsapp{
    background:#128C43 !important;
    color:#fff !important;
}

.premium-profile-card .btn-view{
    background:#111827 !important;
    color:#fff !important;
}

}
