.ntn-club-card-view .club-card-body {
  border-radius: 0.4rem;
  border: 2px solid #eeeeee;
  margin: 1em;
  margin-top: initial;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 5px -4px #000000bf bf;
  -moz-box-shadow: 0px 0px 5px -4px #000000bf bf;
  box-shadow: 0px 0px 5px -4px #000000bf bf;
}
.ntn-club-card-view .club-card-body .club-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3rem;
}
.ntn-club-card-view .club-card-body .club-card-description,
.ntn-club-card-view .club-card-body .club-card-products {
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.938rem;
  margin: initial;
  margin-top: 0.2rem;
  color: #808080;
}
.ntn-club-card-view .club-card-body .club-card-remaining-uses {
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.938rem;
  margin: initial;
  margin-top: 0.2rem;
  text-align: center;
  color: #048848;
}
.ntn-club-card-view .club-card-body .club-card-conditions {
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.938rem;
  margin: initial;
  margin-top: 0.2rem;
  color: #026C39;
}
.ntn-club-card-view .club-card-body .club-card-expand-button {
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1rem;
  text-decoration-line: underline;
  color: #808080;
  margin-top: 0.3rem;
}
.ntn-club-card-view .club-card-body .club-card-button,
.ntn-club-card-view .club-card-body .club-card-gift-button {
  background: #048848;
  border: 1px solid #048848;
  border-radius: 0.3rem;
  color: white;
  padding: 0 0.625rem;
  font-size: 0.813rem;
  line-height: 1rem;
  height: 2.5rem;
  max-width: 6rem;
  white-space: initial;
}
.ntn-club-card-view .club-card-body .club-card-button:hover,
.ntn-club-card-view .club-card-body .club-card-gift-button:hover {
  background: #00A756;
  border: 1px solid #00A756;
  color: white;
  opacity: 1 !important;
}
.ntn-club-card-view .club-card-body .club-card-button:active,
.ntn-club-card-view .club-card-body .club-card-gift-button:active {
  background: #026C39;
  border: 1px solid #026C39;
  color: white;
  opacity: 1 !important;
}
.ntn-club-card-view .club-card-body .club-card-gift-button {
  margin-left: 0.2rem;
}
.ntn-club-card-view .club-card-body .collapse-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-height: 1rem;
  transition: max-height 0.5s ease;
}
.ntn-club-card-view .club-card-body .expand-text {
  white-space: normal !important;
  max-height: 100% !important;
}
@media screen and (min-width: 1024px) {
  .ntn-club-card-view .club-card-title {
    font-size: 1.2rem !important;
  }
  .ntn-club-card-view .club-card-conditions {
    font-size: 1rem !important;
  }
  .ntn-club-card-view .club-card-button {
    font-size: 0.8rem !important;
    max-width: initial !important;
  }
  .ntn-club-card-view .club-card-remaining-uses {
    font-size: 0.8rem !important;
  }
  .ntn-club-card-view .club-card-body {
    margin: 0 0 1rem 0 !important;
  }
}
