.promocodefor-stats { align-items: center; color: #64748B; font-size: 0.8rem; display: flex; justify-content: space-between; }
.promocodefor-title strong { color: #000000; font-size: 0.85rem; border-radius: 4px; padding: 2px 6px; background: #D4FF00; font-weight: 800; text-transform: uppercase; margin-right: 4px; }
.promocodefor-ticket-card { border: 1px solid #cccccc; flex-direction: column; position: relative; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); background: #FFFFFF; font-family: "Google Sans", system-ui, -apple-system, sans-serif; border-radius: 16px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; height: 100%; }
.promocodefor-card-top { align-items: flex-start; display: flex; justify-content: space-between; padding: 24px 24px 20px 24px; }
.promocodefor-verified { font-weight: 800; text-transform: uppercase; padding: 6px 12px; border-radius: 8px; border: 1px solid #000000; display: inline-flex; letter-spacing: 0.5px; align-items: center; background: #D4FF00; color: #000000; }
.promocodefor-btn-action { align-items: center; color: #D4FF00; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); letter-spacing: 0.5px; background-color: #000000; cursor: pointer; text-decoration: none; font-weight: 800; justify-content: center; border: none; font-size: 15px; gap: 8px; border-radius: 12px !important; display: flex; text-transform: uppercase; padding: 12px 0; }
.promocodefor-card-bottom { padding: 20px 24px 24px 24px; flex-grow: 1; display: flex; gap: 16px; flex-direction: column; justify-content: space-between; }
.promocodefor-btn-action:hover { background-color: #e11d48; transform: translateY(-2px); color: #ffffff; box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4); }
.promocodefor-stats i { font-size: 0.9rem; color: #000000; margin-top: -1px; margin-right: 4px; }
.promocodefor-divider { height: 1px; border-top: 2px dashed #E2E8F0; margin: 0 24px; transition: border-color 0.3s ease; position: relative; }
.promocodefor-brand-logo { max-height: 36px; object-fit: contain; max-width: 90px; transition: transform 0.3s ease; mix-blend-mode: multiply; }
.promocodefor-ticket-card:hover .promocodefor-brand-logo { transform: scale(1.05); }
.promocodefor-ticket-card:hover .promocodefor-divider { border-color: #000000; }
.promocodefor-discount-val { letter-spacing: -0.5px; font-weight: 900; font-size: 2rem; color: #000000; line-height: 1; }
.promocodefor-ticket-card:hover { transform: translateY(-6px); border-color: #000000; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }
.promocodefor-title { line-height: 1.6; font-weight: 500; color: #475569; margin: 0; font-size: 0.95rem; }