/* Bonus card title hierarchy: Brand <br> Bonus type <br> Offer */
.space-offers-archive-item-title > a {
  display: block;
  text-align: center;
}

.gosc-bonus-card-brand {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.gosc-bonus-card-type {
  display: block;
  margin: 3px 0 9px;
  color: #7f8c8d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.gosc-bonus-card-value {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 10px;
	border: 1px solid #0f93d8;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 1.25;
	min-height: 74px;
	align-content: center;
  width: stretch;
}

.gosc-review-card-value {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 10px;
	border: 1px solid #0f93d8;
  background: #f7f7f7;
	color: #000000;
  font-size: 15px;
  line-height: 1.25;
	min-height: 74px;
	text-align: center;
}

.gosc-review-card-bonus-type {
	font-size: 12px;
}

.space-offers-archive-item-code-value {
	font-size: 18px;
}

.gosc-review-card-dash {
  display: block;
  width: 50%;
  height: 1px;
  margin: 10px auto;
  font-size: 0;
  background: #0f93d8;
}

@media screen and (min-width: 992px) {
  /* Keep Mercury’s existing image + content structure.
     Make the content section fill all space after the logo. */
  .space-organization-single-2
  .space-organization-header-title-box {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-left: clamp(16px, 2vw, 30px);
    margin-right: 0;
  }

  /* Centre title and bonus card inside that flexible middle section */
  .space-organization-single-2
  .space-organization-header-title-box-ins,
  .space-organization-single-2
  .space-organization-header-short-desc {
    text-align: center;
  }

  .space-organization-single-2
  .organization-title-2 {
    display: none;
    text-align: center;
  }

  .space-organization-single-2
  .gosc-review-card-value {
    display: inline-block;
    text-align: center;
		width: 75%;
		background: none;
		color: #ffffff !important;
  }
}

.space-offers-archive-item-button {
    margin-top: 20px;
}

.reviewbonusbox .gosc-bonus-card-brand {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.reviewbonusbox .gosc-bonus-card-value {
	font-size: 18px;
	min-height: 100px;
	width: 100%;
}

