/* Release 4.00.016 — isolated four-player Partnership entry. */
.home-actions {
  width: min(1040px, 94%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.65rem, 1.7vw, 1.25rem);
}
.domino-action.partnership {
  background: linear-gradient(145deg, #76ad81, #2f6942);
  color: #fff8dd;
  border-color: #e7c35d;
}
.domino-action.partnership svg {
  fill: currentColor;
  stroke: #183422;
  stroke-width: 2.2;
}
.domino-action.partnership small {
  display: block;
  margin-top: .16rem;
  font-size: .55em;
  font-weight: 900;
  line-height: 1;
}
.home-music-promo img {
  border: 0;
}
@media (max-width: 700px) {
  .home-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .38rem; }
  .domino-action { min-width: 0; gap: .26rem; padding-inline: .22rem; font-size: clamp(.58rem, 2.9vw, .86rem); }
  .domino-action svg { width: clamp(22px, 7vw, 30px); height: clamp(22px, 7vw, 30px); }
  .domino-action strong { font-size: 1.24em; }
}
@media (max-width: 390px) {
  .home-actions { width: 99%; gap: .25rem; }
  .domino-action { min-height: 62px; border-radius: 11px; font-size: clamp(.52rem, 2.8vw, .7rem); }
  .domino-action svg { width: 22px; height: 22px; }
}
@media (max-height: 650px) {
  .domino-action.partnership { min-height: 50px; }
}
