/**
 * BuddyBoss App User Map Enhancement Styles
 * Version: 1.0.0
 */


.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw-c {
    max-width: 320px !important;
}

.storl-mobile-member-card {
    width: 100%;
    max-width: 280px;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.storl-mobile-avatar-container {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

/* Member badge positioned under avatar */
.storl-mobile-avatar-container .bp-member-type {
    display: block;
    background: #F0F0C9;
    color: #333;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px auto 0;
    width: fit-content;
}

.storl-mobile-member-info {
    text-align: center;
    margin-bottom: 10px;
}

.storl-mobile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.storl-mobile-member-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.storl-mobile-member-username {
    font-size: 14px;
    color: #666;
    margin: 2px 0;
}

.storl-mobile-bio-text {
    font-size: 14px;
    color: #333;
    margin: 8px 0;
}

.storl-mobile-read-more-link {
    color: #7a9625;
    font-size: 13px;
    text-decoration: underline;
}

.storl-mobile-read-more-container {
    margin-bottom: 15px;
}

/* BuddyPress Button Styles für Mobile Map */
.storl-mobile-member-card .member-header-actions-wrap {
    padding-bottom: 10px !important;
    justify-content: space-around !important;
    align-items: baseline !important;
    text-align: center !important;
    margin-top: 15px !important;
}

.storl-mobile-member-card .generic-button {
    margin: 5px auto !important;
    text-align: center !important;
}

.storl-mobile-member-card .generic-button a {
    text-decoration: none !important;
}