.jlsb-categoriescards{background-color:var(--color-secondary-dark);padding-bottom:3rem;padding-top:3rem;width:100%}@media screen and (min-width:992px){.jlsb-categoriescards{padding-bottom:4rem;padding-top:4rem}}.jlsb-categoriescards__title{color:var(--color-white);margin:0 0 2.5rem;text-align:center}.jlsb-categoriescards__wrapper{display:grid;gap:1rem;grid-template-columns:repeat(1,100%)}@media screen and (min-width:786px){.jlsb-categoriescards__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.jlsb-categoriescards__wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.jlsb-categoriescards__wrapper{grid-template-columns:repeat(4,1fr)}}.jlsb-categoriescards__card{align-items:flex-start;background-color:var(--color-secondary);border:1px solid var(--color-secondary-light);border-radius:var(--border-radius);box-shadow:0 10px 15px -3px var(--color-secondary-box-shadow);color:var(--color-white);display:flex;flex-direction:column;justify-content:flex-end;min-height:80px;overflow:hidden;padding:3rem 1.5rem 1.5rem;position:relative;text-decoration:none;transform:translateY(0);transition:transform var(--transition-300),border-color var(--transition-300),box-shadow var(--transition-300)}.jlsb-categoriescards__card:before{background:radial-gradient(circle,rgba(226,200,228,.15) 0,rgba(226,200,228,.08) 30%,rgba(226,200,228,.03) 60%,transparent 100%);content:"";height:150%;opacity:.6;pointer-events:none;position:absolute;right:-70%;top:-50%;transition:opacity var(--transition-300),transform var(--transition-300);width:150%;z-index:0}@media screen and (min-width:992px){.jlsb-categoriescards__card:hover{border:1px solid var(--color-secondary-hover);transform:translateY(-4px)}.jlsb-categoriescards__card:hover:before{opacity:.9;transform:scale(1.1)}}.jlsb-categoriescards__card-title{color:var(--color-white);font-size:var(--jlsb-h6);font-weight:700;line-height:1.4;margin:0}.jlsb-categoriescards__card-description{color:hsla(0,0%,100%,.7);display:-webkit-box;font-size:.875rem;-webkit-line-clamp:2;line-clamp:2;line-height:1.5;margin:.25rem 0 0;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.jlsb-categoriescards__card-count{background-color:hsla(0,0%,100%,.05);border-radius:4px;color:hsla(0,0%,100%,.4);content:"";font-size:10px;font-weight:700;letter-spacing:.1em;padding:4px 8px;position:absolute;right:1rem;text-transform:uppercase;top:1rem;transition:color .3s ease}
/*# sourceMappingURL=categoriescards-style.css.map*/