/* Tillypad Tickets — витрина. Минимальные нейтральные стили, наследуют тему сайта. */
.tpt-schedule,.tpt-cart,.tpt-checkout,.tpt-result{max-width:760px}
.tpt-filter{display:flex;gap:10px;align-items:center;margin-bottom:18px}
.tpt-session{border:1px solid #e2e2e2;border-radius:10px;padding:14px 16px;margin-bottom:14px}
.tpt-session-head{display:flex;flex-wrap:wrap;gap:12px;align-items:baseline;margin-bottom:8px}
.tpt-direction{font-weight:600}
.tpt-remains{margin-left:auto;font-size:.9em;color:#555}
.tpt-cat{display:flex;gap:10px;align-items:center;padding:4px 0}
.tpt-cat-label{min-width:140px}
.tpt-cat-price{min-width:90px;color:#333}
.tpt-qty{width:70px}
.tpt-btn{display:inline-block;background:#1a7f37;color:#fff;border:none;border-radius:8px;padding:9px 18px;cursor:pointer;text-decoration:none;margin-top:8px}
.tpt-btn:hover{background:#166b2f;color:#fff}
.tpt-btn-secondary{background:#f0f0f0;border:1px solid #ccc;border-radius:8px;padding:8px 16px;cursor:pointer}
.tpt-table{width:100%;border-collapse:collapse;margin:12px 0}
.tpt-table th,.tpt-table td{padding:8px 10px;border-bottom:1px solid #eee;text-align:left}
.tpt-total{font-size:1.15em}
.tpt-error{background:#fdeaea;border:1px solid #f3c2c2;color:#8a1f1f;padding:10px 14px;border-radius:8px}
.tpt-hp{position:absolute;left:-9999px;height:1px;width:1px;opacity:0}
.tpt-qr img{border:1px solid #eee;border-radius:8px;padding:8px;background:#fff}
.tpt-code{font-size:1.2em;letter-spacing:2px}
.tpt-note{background:#f6f6f6;padding:12px;border-radius:8px}
.tpt-mt-form input{min-width:260px}
/* Карточка товара и плитка товаров «как есть» */
.tpt-card{max-width:520px;border:1px solid #e2e2e2;border-radius:12px;padding:18px 20px;margin:16px 0}
.tpt-card-img{max-width:100%;height:auto;border-radius:8px;display:block;margin-bottom:12px}
.tpt-card-price{font-size:1.3em;font-weight:600;margin:6px 0 12px}
.tpt-session-select{min-width:280px;padding:6px}
.tpt-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.tpt-product-tile{border:1px solid #e2e2e2;border-radius:12px;padding:14px;text-align:center}
.tpt-product-tile h3{font-size:1.05em;margin:8px 0 4px}
.tpt-product-tile a{text-decoration:none}
/* Витрина 1.0.1: карточки товаров */
.tpt-qty-row{display:flex;gap:12px;align-items:flex-end;justify-content:center}
.tpt-qty-row .tpt-btn{margin-top:0}
.tpt-product-tile .tpt-session-select{max-width:100%;min-width:0;width:100%;padding:6px}
.tpt-product-tile .tpt-buy{margin-top:6px}
