/* custom css file */


.custom-users-buttons .grid-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custom-users-buttons .col-buttons {
    width: calc(33.33% - 20px);
    text-align: center;
}

.custom-users-buttons a.links-buttons {
    background-color: var( --e-global-color-accent );
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.custom-users-buttons a.links-buttons.membership-link{
	    background-color: var(--color-link-hover);;

}

.bp-user .custom-bio-dob p{
    display: flex;
    gap: 5px;
}