/*
Theme Name: BeBuddy Child
Description: Child theme for the bebuddy theme
Author: thunder-team
Author URI: http://themeforest.net/user/thunder-team
Template: bebuddy
Version: 1.0.0
Text Domain:  bebuddy
*/
.navbar-default.filter-logo.on .navbar-brand {
    filter: none !important;
}
.aac-pmpro-profile-view{
    margin-top: 24px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.aac-profile-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.aac-profile-header h3{
    margin: 0;
}

.aac-edit-profile-btn{
    display: inline-block;
    padding: 10px 18px;
    background: #6b7f32;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
}

.aac-edit-profile-btn:hover{
    color: #fff;
    opacity: 0.9;
}

.aac-profile-section{
    margin-top: 20px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 12px;
}

.aac-profile-section h4{
    margin-top: 0;
    margin-bottom: 12px;
}

.aac-profile-section p{
    margin-bottom: 10px;
}
.aac-team-card .member-photo img{
width:261px;
height:348px;
object-fit:cover;
}
.aac-filter-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:0 0 24px;
}

.aac-filter-tab{
    display:inline-block;
    padding:10px 18px;
    border-radius:30px;
    background:#eef1e7;
    color:#556b2f;
    text-decoration:none;
    font-weight:600;
    transition:all .2s ease;
}

.aac-filter-tab:hover,
.aac-filter-tab.is-active{
    background:#6b7d3b;
    color:#fff;
}
