/* Shared branding and card refinements for SUSTAIN GRAND. */
.brand-logo {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  padding: 2px;
  background: #fff;
  border: 1px solid rgba(29, 29, 31, 0.14);
  border-radius: 6px;
}

.brand-logo-header {
  width: 32px;
  height: 32px;
}

.brand-logo-footer {
  width: 28px;
  height: 28px;
}

.brand-logo + span,
.spotlight-title {
  letter-spacing: 0;
}

.spotlight-title {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.card-lift,
.card-hover {
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 8px !important;
}

.card-lift:hover,
.card-hover:hover {
  transform: none;
  box-shadow: 0 8px 20px rgba(29, 29, 31, 0.12);
}

.how-to-play {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
}

.how-to-play-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  border-left: 1px solid rgba(29, 29, 31, 0.08);
}

.how-to-play-item {
  min-width: 0;
  padding: 14px;
  border-right: 1px solid rgba(29, 29, 31, 0.08);
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
}

.how-to-play-item dt {
  margin-bottom: 5px;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 700;
}

.how-to-play-item dd {
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .brand-logo-header {
    width: 30px;
    height: 30px;
  }

  .how-to-play-grid {
    grid-template-columns: 1fr;
  }
}
