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