.home30-categories .category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home30-categories .category-grid>a{position:relative;display:block;min-width:0;height:230px;overflow:hidden;border-radius:22px;background:#111827}
.home30-categories .category-grid>a>img{display:block;width:100%;height:100%;object-fit:cover}
.home30-categories .category-grid>a:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(8,15,30,.9));pointer-events:none}
.home30-categories .category-copy{position:absolute;left:20px;right:54px;bottom:18px;z-index:2;color:#fff}
.home30-categories .category-copy b{display:block;font-size:20px;line-height:1.1;color:#fff}
.home30-categories .category-copy small{display:block;margin-top:5px;color:rgba(255,255,255,.82);font-size:13px;line-height:1.25}
.home30-categories .category-grid>a>em{position:absolute;right:16px;bottom:16px;z-index:2;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111827;font-style:normal}
@media(max-width:760px){.home30-categories .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home30-categories .category-grid>a{height:190px;border-radius:16px}.home30-categories .category-copy{left:14px;right:42px;bottom:14px}.home30-categories .category-copy b{font-size:17px}.home30-categories .category-copy small{font-size:11px}.home30-categories .category-grid>a>em{right:10px;bottom:10px;width:30px;height:30px}}
