/* Minimal neutral styling. You can override in theme/Elementor */
.evos-tebex-grid { display: grid; gap: 24px; }
.evos-tebex-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.evos-tebex-card { background: #0d0f12; color: #fff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.evos-tebex-thumb img { width: 100%; height: 180px; object-fit: cover; display: block; }
.evos-tebex-body { padding: 16px; }
.evos-tebex-title { margin: 0 0 8px; font-size: 18px; }
.evos-tebex-desc { font-size: 14px; opacity: .9; }
.evos-tebex-footer { padding: 14px 16px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.evos-tebex-price { font-weight: 700; }
.evos-tebex-buy { background: #2dd4bf; color: #0b0d10; border: 0; padding: 10px 16px; border-radius: 12px; font-weight: 700; cursor: pointer; }
.evos-tebex-buy:hover { filter: brightness(1.05); }
.evos-tebex-category { color: #fff; margin: 8px 0 -8px; font-size: 22px; }
.evos-tebex-loading, .evos-tebex-error, .evos-tebex-empty { color: #fff; opacity:.85; padding: 12px; }
