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