.wine-card[data-wine-key], .stack-wine-card[data-wine-key], .wine-list-row[data-wine-key], .fe-hero[data-wine-key] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.wine-card-actions {
  box-sizing: border-box;
  width: min(440px, calc(100% - 32px));
  max-height: calc(100dvh - var(--safe-top, 0px) - var(--safe-bottom, 0px) - 40px);
  margin: auto;
  padding: 25px 22px 14px;
  overflow: auto;
  color: #ebd8b6;
  background: linear-gradient(145deg, #381522, #1c080f);
  border: 1px solid #8d6c48;
  border-radius: 22px;
  box-shadow: 0 24px 90px #0009;
  font-family: Georgia, serif;
}
.wine-card-actions::backdrop { background: #090307ac; backdrop-filter: blur(4px); }
.wine-card-actions-eyebrow { margin: 0 0 12px; color: #c5a477; font: 600 11px/1.4 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.wine-card-actions h2 { margin: 0; font-size: 25px; font-weight: 400; line-height: 1.25; }
.wine-card-actions-meta { margin: 10px 0 23px; color: #b69f8d; font: 12px/1.5 Arial, sans-serif; }
.wine-card-actions-buttons { display: grid; gap: 10px; }
.wine-card-actions button { width: 100%; min-height: 48px; font: inherit; color: inherit; cursor: pointer; }
.wine-card-actions-buttons button { text-align: left; padding: 15px 17px; background: #b6956510; border: 1px solid #9d77574d; border-radius: 12px; font-size: 21px; }
.wine-card-actions-buttons button span { display: block; margin-top: 5px; color: #c4ae9b; font: 12px/1.5 Arial, sans-serif; }
.wine-card-actions-buttons button:hover { background: #b6956526; }
.wine-card-actions-cancel { margin-top: 10px; background: transparent; border: 0; font-size: 16px; }
.wine-card-actions button:focus-visible { outline: 2px solid #d8b477; outline-offset: 3px; }
.wine-card-action-status { position: fixed; z-index: 2147483647; left: 50%; bottom: calc(24px + var(--safe-bottom, 0px)); transform: translateX(-50%); box-sizing: border-box; max-width: min(440px, calc(100% - 32px)); width: max-content; padding: 14px 18px; border: 1px solid #9d7757; border-radius: 14px; color: #ebd8b6; background: #32111d; box-shadow: 0 8px 28px #0008; font: 14px/1.5 Arial, sans-serif; pointer-events: none; }
.wine-card-action-status.is-error { border-color: #d78c7f; }
.wine-card-action-status[hidden] { display: none; }
.fe-wine-stock { display: inline-block; margin: 8px 0 0; color: #d8b477; font: 700 12px/1.5 Arial, sans-serif; letter-spacing: .12em; }
.fe-wine-stock[hidden] { display: none; }
@media (max-width: 600px) {
  .wine-card-actions { margin-top: auto; margin-bottom: calc(16px + var(--safe-bottom, 0px)); }
}
