.bluemchen-members-panel {
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 6px;
}

.bluemchen-member-filter {
    text-align: center;
    line-height: 2.4;
}

.bluemchen-member-filter span {
    margin-right: 4px;
}

.bluemchen-member-filter a {
    display: inline-block;
    margin: 0 3px;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}

.bluemchen-member-filter a.active {
    background: #5b6f91;
    color: #fff;
}

.bluemchen-members-headline {
    margin-top: 12px;
}

.bluemchen-member-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 12px 0 18px;
}

.bluemchen-member-card {
    display: flex;
    gap: 16px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(120, 104, 82, 0.28);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.bluemchen-member-avatar {
    flex: 0 0 150px;
    text-align: center;
}

.bluemchen-member-avatar img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    border-radius: 8px;
    border: 1px solid rgba(120, 104, 82, 0.35);
    background: rgba(255, 255, 255, 0.6);
    padding: 3px;
}

.bluemchen-member-initial {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    background: rgba(120, 104, 82, 0.18);
    border: 1px solid rgba(120, 104, 82, 0.28);
    font-size: 3.3em;
    font-weight: bold;
    text-decoration: none;
}

.bluemchen-member-main {
    min-width: 0;
    flex: 1 1 auto;
}

.bluemchen-member-main h4 {
    margin: 0 0 4px;
    font-size: 1.35em;
}

.bluemchen-rank {
    display: inline-block;
    margin: 0 0 7px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(120, 104, 82, 0.16);
    font-weight: bold;
}

.bluemchen-member-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin: 7px 0;
    opacity: 0.95;
}

.bluemchen-profile-fields {
    margin-top: 8px;
    line-height: 1.38;
}

.bluemchen-profile-fields div {
    margin: 1px 0;
}

.bluemchen-profile-link {
    margin: 10px 0 0;
}

.bluemchen-profile-link a {
    font-weight: bold;
}

@media (max-width: 700px) {
    .bluemchen-member-grid {
        grid-template-columns: 1fr;
    }

    .bluemchen-member-card {
        gap: 12px;
        padding: 12px;
    }

    .bluemchen-member-avatar {
        flex-basis: 120px;
    }

    .bluemchen-member-avatar img,
    .bluemchen-member-initial {
        max-width: 120px;
        max-height: 120px;
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .bluemchen-member-card {
        display: block;
    }

    .bluemchen-member-avatar {
        margin: 0 auto 10px;
    }

    .bluemchen-member-avatar img,
    .bluemchen-member-initial {
        max-width: 165px;
        max-height: 165px;
        width: 165px;
        height: 165px;
        margin: 0 auto;
    }

    .bluemchen-member-main h4,
    .bluemchen-rank,
    .bluemchen-member-stats {
        text-align: center;
        justify-content: center;
    }
}

.bluemchen-member-card-remember {
    background: rgba(246, 248, 255, 0.68);
    border-color: rgba(91, 111, 145, 0.32);
}

.bluemchen-member-card-remember .bluemchen-rank {
    background: rgba(91, 111, 145, 0.18);
}

.bluemchen-member-card-remember .bluemchen-rank::before {
    content: "✿ ";
}


.bluemchen-map-panel {
    margin-top: 12px;
}

.bluemchen-map-wrap {
    position: relative;
    width: 100%;
    min-height: 480px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(120, 104, 82, 0.28);
}

.bluemchen-map-wrap iframe {
    display: block;
    width: 100%;
    height: 520px;
    border: 0;
}

@media (max-width: 700px) {
    .bluemchen-map-wrap {
        min-height: 380px;
    }

    .bluemchen-map-wrap iframe {
        height: 420px;
    }
}
