.slots-list,.archive-slot-cards-wrapper{display:grid;gap:var(--spacing-lg,20px);width:100%;grid-template-columns:repeat(4,1fr);align-items:stretch}@media (max-width:1200px){.slots-list,.archive-slot-cards-wrapper{grid-template-columns:repeat(3,1fr);gap:18px}}@media (min-width:768px) and (max-width:992px){.slots-list,.archive-slot-cards-wrapper{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:767px){.slots-list,.archive-slot-cards-wrapper{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:480px){.slots-list,.archive-slot-cards-wrapper{grid-template-columns:repeat(2,1fr);gap:10px}}.taxonomy-term-card .slot-card__image-wrapper{position:relative;width:100%;height:120px;padding-top:0;background:#1e1e2e;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius-md) var(--radius-md) 0 0}.taxonomy-term-card .slot-card__image-wrapper .slot-card__link{position:static;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;z-index:1}.taxonomy-term-card .slot-card__image{position:static;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;top:auto;left:auto;transition:transform .3s ease}.taxonomy-term-card:hover .slot-card__image{transform:scale(1.05)}.taxonomy-term-card .slot-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:10;backdrop-filter:blur(2px)}.taxonomy-term-card:hover .slot-overlay{opacity:1}.taxonomy-term-card .slot-card-simple__meta{display:none}.taxonomy-term-card .slot-card-simple__title-row{padding-top:10px;margin-bottom:15px}.taxonomy-term-card .slot-card-simple__actions{margin-top:auto;padding:0 6px 10px}@media (max-width:767px){.taxonomy-term-card .slot-card__image-wrapper{height:130px}.taxonomy-term-card .slot-card__image-wrapper .slot-card__link{padding:15px}.taxonomy-term-card .slot-card-simple__title{font-size:16px}}@media (max-width:480px){.taxonomy-term-card .slot-card__image-wrapper{height:110px}.taxonomy-term-card .slot-card__image-wrapper .slot-card__link{padding:12px}}