body.spieler .medals-section {
    margin: 12px 0 20px;
}

body.spieler .medals-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border: 1px solid #d9caa2;
    background: #f9f3e3;
    border-radius: 6px;
    cursor: pointer;
}

body.spieler .medals-title {
    font-weight: 700;
    color: #3b2b16;
}

body.spieler .toggle-icon {
    font-size: 14px;
    color: #5b482c;
}

body.spieler .medals-content {
    padding-top: 10px;
}

body.spieler .medals-block {
    border: 1px solid #e1d1aa;
    background: #fffdf6;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
}

body.spieler .medals-block--global {
    border-color: #d1a843;
    background: linear-gradient(135deg, #fff6dc 0%, #f7e6b8 100%);
}

body.spieler .medals-block-title {
    font-size: 14px;
    font-weight: 700;
    color: #3b2b16;
    margin-bottom: 4px;
}

body.spieler .medals-block-desc {
    font-size: 12px;
    color: #6b5330;
    margin-bottom: 8px;
}

body.spieler .medals-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
}

body.spieler .medals-group:first-child {
    border-top: none;
    padding-top: 0;
}

body.spieler .medals-group-title {
    font-size: 12px;
    font-weight: 600;
    color: #5f4726;
}

body.spieler .medals-block--global .medals-group-title {
    color: #5a3d0b;
}

body.spieler .medals-group-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 10px;
    align-items: start;
}

body.spieler .medal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: help;
}

body.spieler .medal-item img.medal {
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

body.spieler .medal-rank {
    font-size: 12px;
    color: #5b482c;
}

body.spieler .profile-medals-visibility {
    margin: 6px 0 12px;
}

body.spieler .profile-medals-visibility label {
    display: block;
    margin: 4px 0;
}
