#publicArtistPlans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 32px; }
#publicArtistPlans .pass-plan { display: flex; flex-direction: column; position: relative; border-top: 2px solid #050505; padding-top: 20px; min-width: 0; }
#publicArtistPlans .plan-object { height: 260px; display: grid; place-items: center; }
#publicArtistPlans .plan-object img { width: 100%; height: 100%; object-fit: contain; }
#publicArtistPlans .pass-plan > div:last-of-type { flex: 1; display: flex; flex-direction: column; gap: 14px; padding-top: 24px; }
#publicArtistPlans .plan-code { font: 800 14px/1.2 Archivo, sans-serif; text-transform: uppercase; }
#publicArtistPlans h3 { font: 900 24px/1.25 'Archivo Black', Impact, sans-serif; overflow-wrap: anywhere; }
#publicArtistPlans .plan-detail { font-size: 14px; line-height: 1.5; }
#publicArtistPlans .plan-summary { font-weight: 700; line-height: 1.4; }
#publicArtistPlans .plan-feature-list { padding-left: 20px; font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
#publicArtistPlans .plan-button { margin-top: auto; background: #0145f2; color: #fff; border: 2px solid #050505; box-shadow: 4px 4px #050505; min-height: 48px; padding: 12px; font: 700 15px/1.3 Archivo, sans-serif; cursor: pointer; }
.pass-plan.plan-unavailable { filter: grayscale(1); }
.pass-plan.plan-unavailable .plan-object { opacity: .4; }
.pass-plan.plan-unavailable .plan-button { background: #d8d8d8 !important; color: #505050 !important; cursor: not-allowed !important; box-shadow: none !important; }
.pass-plan .plan-stock { margin-top: 18px; font: 800 15px/1.3 Archivo, sans-serif; text-decoration: underline; text-underline-offset: 4px; }
.pass-plan .plan-button[data-billing-price]::before { content: none !important; }
.pass-plan .plan-button[data-billing-price] { font-size: 15px !important; }
.plan-catalog-error { grid-column: 1/-1; padding: 16px 0; font-size: 14px; }
@media(max-width:760px){#publicArtistPlans{grid-template-columns:1fr;gap:40px}#publicArtistPlans .plan-object{height:240px}#publicArtistPlans .pass-plan{padding-bottom:8px}}
