@layer components{.news-card{display:flex;flex-direction:column;width:100%;.news-card-image{position:relative;border-radius:var(--ant-kp-border-radius-xl);overflow:hidden;height:var(--news-card-image-height);aspect-ratio:4/3;.news-tag{position:absolute;top:18px;left:18px}.standard-image{height:var(--news-card-image-height);background-image:var(--image-new);object-fit:cover;width:100%;transition:transform .5s ease-out}.age-limit{position:absolute;bottom:17.5px;right:18px}}.news-card-content{margin-top:var(--ant-margin-lg);.news-card-content-date{margin-bottom:var(--ant-margin-xs)}.news-card-content-title{margin-bottom:var(--ant-margin);-webkit-line-clamp:2;color:var(--ant-color-text-heading)}.news-card-content-text,.news-card-content-title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.news-card-content-text{-webkit-line-clamp:3;color:var(--ant-color-text-description)}}}@media screen and (min-width:960px){.news-card:hover{.news-card-image{.standard-image{transform:scale(1.1)}}}}}@layer components{.link-button{width:100%;height:100%;display:flex;justify-content:center;align-items:center}}@layer components{.news-list{max-width:var(--layout-width-standard);margin:0 auto var(--ant-kp-layout-section-margin);.content-news{display:grid;row-gap:var(--ant-margin-xxl);column-gap:var(--ant-kp-gutter-row);grid-template-columns:1fr}@media screen and (min-width:960px){.content-news{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1440px){.content-news{grid-template-columns:repeat(4,1fr)}}}}