/* SEIK games - shared coupon copy field (locker "Sul vedas" style) */
.seik-game-code,
.seik-locker-code,
.seik-crush-code,
.seikGameLobbyPrizeCodeRow,
.seikCouponFromGame .seik-game-code {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.seik-game-code-value,
.seik-locker-code-value,
.seik-crush-code-value,
button.seik-win-ribbon__code.seik-game-code-value,
.seikGameLobbyPrizeCodeRow .seik-game-code-value,
.seikCouponFromGame .seik-game-code-value,
.seikGamePrizeCodeCopy.seik-game-code-value {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  margin: 0;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(20, 17, 15, 0.18);
  border-radius: 0;
  background: #fff;
  color: #14110f;
  text-align: left;
  cursor: pointer;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 500;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.seik-game-code-value:hover,
.seik-game-code-value:focus,
.seik-locker-code-value:hover,
.seik-locker-code-value:focus,
.seik-crush-code-value:hover,
.seik-crush-code-value:focus,
button.seik-win-ribbon__code.seik-game-code-value:hover,
button.seik-win-ribbon__code.seik-game-code-value:focus,
.seikGameLobbyPrizeCodeRow .seik-game-code-value:hover,
.seikGameLobbyPrizeCodeRow .seik-game-code-value:focus {
  border-color: rgba(20, 17, 15, 0.35);
  outline: none;
}

.seik-game-code-value.is-copied,
.seik-locker-code-value.is-copied,
.seik-crush-code-value.is-copied,
button.seik-win-ribbon__code.seik-game-code-value.is-copied,
.seikGameLobbyPrizeCodeRow .seik-game-code-value.is-copied,
.seikCouponFromGame .seik-game-code-value.is-copied {
  background: #14110f;
  border-color: #14110f;
  color: #faf0ef;
}

.seik-game-code-value.is-copied .seik-game-copy-icon::before,
.seik-game-code-value.is-copied .seik-game-copy-icon::after,
.seik-locker-code-value.is-copied .seik-locker-copy-icon::before,
.seik-locker-code-value.is-copied .seik-locker-copy-icon::after,
.seik-locker-code-value.is-copied .seik-game-copy-icon::before,
.seik-locker-code-value.is-copied .seik-game-copy-icon::after,
.seik-crush-code-value.is-copied .seik-crush-copy-icon::before,
.seik-crush-code-value.is-copied .seik-crush-copy-icon::after,
.seik-crush-code-value.is-copied .seik-game-copy-icon::before,
.seik-crush-code-value.is-copied .seik-game-copy-icon::after,
button.seik-win-ribbon__code.is-copied .seik-game-copy-icon::before,
button.seik-win-ribbon__code.is-copied .seik-game-copy-icon::after {
  border-color: #faf0ef;
  background: #14110f;
}

.seik-game-code-text,
.seik-locker-code-text,
.seik-crush-code-text,
.seik-win-ribbon__code-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seik-game-copy-icon,
.seik-locker-copy-icon,
.seik-crush-copy-icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  flex: 0 0 14px;
}

.seik-game-copy-icon::before,
.seik-game-copy-icon::after,
.seik-locker-copy-icon::before,
.seik-locker-copy-icon::after,
.seik-crush-copy-icon::before,
.seik-crush-copy-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 10px;
  border: 1.5px solid #14110f;
  background: #fff;
  box-sizing: border-box;
}

.seik-game-copy-icon::before,
.seik-locker-copy-icon::before,
.seik-crush-copy-icon::before {
  left: 1px;
  top: 3px;
}

.seik-game-copy-icon::after,
.seik-locker-copy-icon::after,
.seik-crush-copy-icon::after {
  left: 4px;
  top: 0;
}

/* Bottom win ribbon: one compact row - thumb | game+title | code | close */
.seik-win-ribbon.is-coupon-only {
  flex-wrap: nowrap !important;
  align-items: center;
  padding: 0 2px 0 0;
  min-height: 56px;
  gap: 8px;
}
.seik-win-ribbon.is-coupon-only .seik-win-ribbon__hit {
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
  order: 0;
}
.seik-win-ribbon.is-coupon-only .seik-win-ribbon__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  padding: 6px 0;
  min-width: 0;
}
.seik-win-ribbon.is-coupon-only .seik-win-ribbon__label {
  display: block;
  margin: 0;
}
.seik-win-ribbon.is-coupon-only .seik-win-ribbon__title {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: manual;
  -webkit-hyphens: manual;
}
.seik-win-ribbon.is-coupon-only .seik-win-ribbon__img {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  flex: 0 0 52px;
}
.seik-win-ribbon button.seik-win-ribbon__code.seik-game-code-value {
  flex: 0 0 auto;
  order: 0;
  width: auto;
  max-width: min(32vw, 118px);
  min-width: 0;
  min-height: 30px;
  margin: 0;
  padding: 4px 6px;
  font-size: 9px;
  letter-spacing: 0.03em;
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  grid-template-columns: minmax(0, 1fr) 11px;
  gap: 4px;
}
.seik-win-ribbon.is-coupon-only .seik-win-ribbon__close {
  order: 0;
  flex: 0 0 28px !important;
  align-self: center !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #6b635c !important;
}

/* Lobby prize list - compact one-line code (not claim-sheet size) */
.seikGameLobbyPrizeCodeRow {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 6px 0 0;
  padding: 0;
}
.seikGameLobbyPrizeCodeRow.seik-game-code {
  margin: 6px 0 0;
}
.seikGameLobbyPrizeCodeRow .seik-game-code {
  margin: 0;
}
.seikGameLobbyPrizeCode.seik-game-code-value,
.seikGameLobbyPrizeCodeRow .seik-game-code-value,
.seikGameLobbyPrizeCodeRow button.seikGameLobbyPrizeCode {
  display: inline-grid !important;
  grid-template-columns: minmax(0, 1fr) 12px;
  align-items: center;
  gap: 6px;
  width: auto !important;
  max-width: 100%;
  min-width: 0;
  min-height: 28px !important;
  height: 28px !important;
  max-height: 28px !important;
  margin: 0;
  padding: 0 8px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.seikGameLobbyPrizeCodeRow .seik-game-copy-icon,
.seikGameLobbyPrizeCode .seik-game-copy-icon {
  width: 12px;
  height: 12px;
}
.seikGameLobbyPrizeInlineCopy {
  display: none !important;
}

/* Match fullscreen claim foot */
body.seikGameWinPage .seik-game-code-value,
.seik-crush-result-card--prize .seik-game-code-value,
body.seikGameWinPage .seik-crush-code-value,
.seik-crush-result-card--prize .seik-crush-code-value {
  min-height: 48px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
