.gpap-earn-badge-text {
	display: none;
}
.gpap-post-wrap .gpap-badge-image {
	display: block;
	margin: auto;
	width: 130px;
}
.gpap-post-wrap .gpap-badge-title {
	width: 100%;
    text-decoration: none;
    padding: 20px;
    color: #055F7E;
    text-align: center;
    font-size: 20px;
}
.gpap-post-wrap .gpap-congrate-text {
	text-decoration: none;
    color: #000000;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto;
}
.ps-comment__body .gpap-earn-badge-text {
    display: none !important;
}

/* Start media query */
@media only screen and (max-width:60%) {
    .gpap-post-wrap .gpap-congrate-text {
        line-height: 5;
    }
}

/* Hide both suffixes by default; plugin CSS enables the right one per activity */
.gpap-earn-badge-text,
.gpap-nomination-text {
  display: none;
}

/* Centre the nomination headline */
.gpap-nomination-wrap .gpap-nomination-line {
  text-align: center !important;
  font-size: 16px;
  margin-bottom: 30px;
}

/* Nomination layout */
.gpap-nomination-wrap {
  padding: 8px 0;
}

/* Notes / reason styling */
.gpap-nomination-notes {
  margin-top: 30px;
  font-style: italic;
  opacity: 0.85;
	text-align: center !important;
}
