/* Copyright (c) BuddyBoardGames LLC. All rights reserved. */

@theme-color: #8B1E3F;
@theme-color-highlighted: #C4235A;
@bet-outline: #5c1228;
@bet-outline-bottom: #e8487a;

@card-scaling-factor: 3;
@card-scaling-factor-lg: 3;
@card-scaling-factor-sm: 4.6;

@import "core.less";
@import "trick-common.less";

#game-over-modal {
  --victory-winning-cell-color: @theme-color-highlighted;
}

#hearts-card .playing-card-front {
  background-image: url(/images/cards/HEART-1.svg);
}

.hearts-splash-image {
  background-image: url(/images/cards/HEART-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 56px;
  width: 40px;
}

#my-cards-target .playing-card.hearts-pass-card-selected {
  box-shadow: -3px 1px 8px 6px @theme-color-highlighted !important;
  border: 2px solid @theme-color-highlighted !important;
  transform: translateY(-12px);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

#my-cards-target .playing-card.hearts-pass-selectable {
  cursor: pointer;
}

.hearts-pass-prompt {
  text-align: center;
  padding: 6px 12px 2px;
}

.hearts-pass-direction {
  font-weight: bold;
  color: @theme-color-highlighted;
  margin-bottom: 4px;
}

.hearts-pass-hint {
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.hearts-pass-count {
  font-size: 0.85rem;
  margin-bottom: 8px;
  color: #ccc;
}

.hearts-pass-submit-btn {
  min-width: 140px;
  padding: 8px 18px;
  font-weight: bold;

  &:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
}
