/*fix gamerscore html card*/
.flex-box-section-full.has-background.gamerscore {
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: -17px;
    position: relative;
    z-index: 2;
}

.gamerscore h3 {
    /* padding-top: 0px; */
    margin-top: -11px;
    padding-bottom: 10px;
}
.gamerscore p {
    padding-top: 20px;
    padding-bottom: 0px;
}
.gamerscore .rf-headline.mini {
    padding-top: 0px;
}
/*fix badge card layout*/
.badgecard .flex-box-section {
    position: relative;
    z-index: 3;
    background-color: white;
}
.badgecard .flex-box-section-full-interior {
    margin-top: -28px;
}
.badgecard .rf-headline.mini {
    margin-bottom: 22px;
}

.badgecard .flex-box-section .flex-box-child {
 padding-left: 8px !important;
 padding-right: 8px !important;
}

/*fix survey card body padding*/
.page-builder-display-reset .my-survey-list-card .card-body {
    padding: 20px;
}

/***trophy card***/
.trophy .game-trophy-card.headless-trophy-card {
    margin-top: 17px !important;
    height: 422px !important;
}

.trophy .rf-headline-content {
    border-radius: 5px !important;
}

.trophy .rf-headline-content {
 height:422px; 
}

/*fix leaderboard and trophy sizing issues */
.leaderboard .game-leaderboard-card {
    margin-top: 16px !important;
    height: 417px !important;
}
.leaderboard .game-leaderboard-card .leaderboard-card-list {
    height: 410px !important;
}
.leaderboard .rf-headline-content {
    border-radius: 5px !important;
}

.leaderboard .rf-headline-content {
 height:417px; 
}

