.group-ticket-selector{margin-bottom:var(--1bfs-space-10);align-items:center}.selector-heading{color:var(--soft-black,#222129);font-family:var(--font-la-grotesque-bold);font-size:var(--1bfs-font-xl);line-height:var(--1bfs-font-xl);text-transform:uppercase;margin-bottom:var(--1bfs-space-5)}.selector-heading.required:after{content:" *";color:var(--error-red);margin-left:4px}.points-note{margin-top:var(--1bfs-space-6);padding:var(--1bfs-space-4);background:var(--light-gray);border-radius:var(--1bfs-radius-md);text-align:center}.points-note p{margin:0;font-family:var(--font-la-grotesque-medium);font-size:var(--1bfs-font-base);color:var(--soft-black)}.points-note strong{color:var(--primary-bright-green)}.eligibility-message,.points-warning{color:var(--error-red);font-size:var(--1bfs-font-sm)}.eligibility-message{margin-top:var(--1bfs-space-3)!important}.ticket-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--1bfs-space-3);gap:var(--1bfs-space-3);justify-content:center;align-items:stretch;width:100%;max-width:100%}@media (max-width:1400px){.ticket-cards-grid{grid-template-columns:repeat(3,1fr);gap:var(--1bfs-space-4)}}@media (max-width:768px){.ticket-cards-grid{grid-template-columns:repeat(2,1fr);gap:var(--1bfs-space-4)}}@media (max-width:480px){.ticket-cards-grid{grid-template-columns:1fr;gap:var(--1bfs-space-4);max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}}.ticket-select-card{width:180px;height:280px;border-radius:10px;background:rgba(34,33,41,.1);display:flex;flex-direction:column;padding:var(--1bfs-space-2)}.ticket-banner{width:100%;height:90px;border-radius:var(--1bfs-radius-sm);position:relative}.ticket-banner,.ticket-icon-wrapper{display:flex;align-items:center;justify-content:center}.ticket-icon-wrapper{width:60px;height:60px;img{width:60px;height:60px;max-width:100%;height:auto;filter:brightness(0)}}.banner-1{background:var(--secondary-teal)}.banner-2{background:var(--primary-bright-green)}.banner-3{background:var(--content-yellow)}.banner-4{background:var(--tech-light-blue)}.ticket-name{display:flex;align-items:center;justify-content:center;font-family:var(--font-la-grotesque-bold);font-size:var(--1bfs-font-base);text-align:center;margin:12px 0}.ticket-desc{font-size:var(--1bfs-font-sm);text-align:center;padding:0 0 20px;color:rgba(0,0,0,.5);flex:1 1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.ticket-points{display:flex;justify-content:center;margin-bottom:var(--1bfs-space-3)}.points-badge{background:var(--primary-bright-green);color:var(--soft-black);font-family:var(--font-la-grotesque-bold);font-size:var(--1bfs-font-sm);padding:var(--1bfs-space-1) var(--1bfs-space-3);border-radius:var(--1bfs-radius-md);text-transform:uppercase;letter-spacing:.5px}.qty-bar{display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.1);padding:3px;border-radius:var(--1bfs-radius-sm)}.qty-bar button{background:var(--pure-white);border:1px solid var(--light-gray);border-radius:4px;width:32px;height:32px;font-size:18px;cursor:pointer}.qty-bar span{font-family:var(--font-la-grotesque-medium);font-size:18px}@media (max-width:1024px){.ticket-select-card{width:100%;height:260px}.ticket-banner{height:85px}}@media (max-width:480px){.ticket-select-card{width:100%;height:280px;max-width:260px}.ticket-banner{height:120px}}