.cardArticolo{display:flex;flex:0 0 auto;flex-direction:column;width:350px;height:28.125rem;overflow:hidden;box-shadow:var(--shadow-mine);border-radius:var(--radius-big);background:var(--card-bg);transition:var(--transition)}.cardArticolo:hover{transform:translateY(-4px)}.card__header{max-height:200px;width:100%;position:relative;aspect-ratio:16/9}.card__header img{width:100%;height:100%;display:block;object-fit:cover}.card__body{padding:var(--padding-m);display:flex;flex-direction:column;gap:.5rem;overflow:hidden;margin-top:var(--margin-l)}.card__body h3{-webkit-line-clamp:2}.card__body h3,.card__body p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card__body p{-webkit-line-clamp:3}.tag{align-self:flex-start;padding:.25em .75em;border-radius:var(--radius-lg);font-size:.75rem}.tag+.tag{margin-left:var(--margin-xs)}.tag-blue{background:#56ccf2;background:linear-gradient(180deg,#2f80ed,#56ccf2);color:#fafafa}.tag-brown{background:#d1913c;background:linear-gradient(180deg,#ffd194,#d1913c);color:#fafafa}.tag-red{background:#cb2d3e;background:linear-gradient(180deg,#ef473a,#cb2d3e);color:#fafafa}.card__footer{margin-top:auto}.card__footer,.user{display:flex;width:100%;padding:var(--padding-s)}.user{justify-content:space-around;align-items:center}.user__image{border-radius:50%;height:1.875rem;width:1.875rem}.user__info>small{color:#666}.custom-shape{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape svg{position:relative;display:block;width:100%;height:1.5rem}.custom-shape .shape-fill{fill:var(--white-mine)}.custom-shape-divider-top-1747520481{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-top-1747520481 svg{position:relative;display:block;width:100%;height:8px}.custom-shape-divider-top-1747520481 .shape-fill{fill:var(--white-mine)}.artciolo-link{transition:var(--transition);border-radius:1rem;padding:5px 15px;color:white;font-weight:500}.artciolo-link.articoloButton{background:linear-gradient(to right,var(--green-transparent),var(--green));box-shadow:0 0 1.5rem rgba(115,206,157,.8)}.artciolo-link.articoloButton:hover{box-shadow:0 .5rem 1.5rem rgba(115,206,157,1);background-color:var(--green)}.artciolo-link.corsoButton{background:linear-gradient(to right,var(--purple-transparent),var(--purple));box-shadow:0 0 1.5rem rgba(128,0,128,.8)}.artciolo-link.corsoButton:hover{box-shadow:0 .5rem 1.5rem rgba(128,0,128,1);background-color:var(--purple)}