.tool-cards-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%}.tool-cards-card:hover .tool-cards-card__image{transform:scale(1.05)}.tool-cards-card__image-container{position:relative;flex:1;overflow:hidden;font-size:0;border-radius:var(--border-radius-xlarge)}.tool-cards-card__image{width:100%;height:100%;object-fit:cover;background-color:var(--background-color-secondary-regular);transition:transform .3s ease-out;transform:scale(1)}.tool-cards-card__text{display:-webkit-box;height:42px;margin-top:4px;overflow:hidden;font:var(--text-p1-regular);color:var(--text-color-primary);text-overflow:ellipsis;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.tool-cards-card__skeleton{position:relative;width:172px;height:172px;overflow:hidden;background-color:var(--background-color-secondary-regular);border-radius:var(--border-radius-xlarge)}.tool-cards-card__skeleton-text{position:relative;width:80%;height:16px;margin-top:8px;overflow:hidden;background-color:var(--background-color-secondary-regular);border-radius:4px}.tool-cards-card__skeleton-shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:tool-cards-card-shimmer 1.5s infinite}[dir=rtl] :not([data-dir=no-dir]).tool-cards-card__skeleton-shimmer{left:auto;right:0;background:linear-gradient(-90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%)}@keyframes tool-cards-card-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media only screen and (max-width: 599px){.tool-cards-card .tool-cards-card__text--ai-page{height:auto;max-height:42px;font:var(--text-p3-regular)}}
