/* Lucky-draw history cards. */
.festivo-draw-history-list { display: grid; gap: 0.7rem; padding: 1rem; }.festivo-draw-history-card { align-items: center; background: #fbfaff; border: 1px solid #ebe6f4; border-radius: 15px; display: grid; gap: 0.8rem; grid-template-columns: 42px minmax(130px, 1fr) minmax(110px, 0.7fr) minmax(115px, 0.7fr) auto; padding: 0.75rem; }.festivo-draw-number { align-items: center; background: #eee8ff; border-radius: 10px; color: #6345dc; display: flex; font-size: 0.75rem; font-weight: 900; height: 38px; justify-content: center; }.festivo-draw-guest strong, .festivo-draw-guest small { display: block; }.festivo-draw-guest strong { color: #423a57; font-size: 0.8rem; }.festivo-draw-guest small, .festivo-draw-meta small { color: #898194; font-size: 0.68rem; margin-top: 0.12rem; }.festivo-draw-prize { align-items: center; color: #625a6d; display: flex; font-size: 0.72rem; font-weight: 800; gap: 0.45rem; }.festivo-draw-prize img { background: #f0ecf6; border-radius: 8px; height: 36px; object-fit: contain; width: 36px; }.festivo-draw-no-prize { color: #908899; font-weight: 700; }.festivo-draw-meta { display: grid; gap: 0.25rem; }.festivo-draw-history-card form { margin: 0; }
@media (max-width: 767px) { .festivo-draw-history-card { align-items: flex-start; grid-template-columns: 42px minmax(0, 1fr); }.festivo-draw-prize, .festivo-draw-meta { grid-column: 2; }.festivo-draw-history-card form { border-top: 1px solid #ebe6f4; grid-column: 1 / -1; padding-top: 0.65rem; width: 100%; }.festivo-draw-history-card form .btn { width: 100%; } }
