.component-topic{display:grid}.component-topic__image{width:100%;height:auto;aspect-ratio:3/2;overflow:hidden}.component-topic__image img{width:100%;object-fit:cover;height:100%;transition:scale 4s}.component-topic__image:hover img{scale:1.1}.component-topic__content__meta{display:flex;justify-content:start;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-top:3rem}.component-topic__content__meta__time{font-family:'EB Garamond',serif;color:var(--custom_style_color_gold);font-size:1.1rem;line-height:1;letter-spacing:.1em;margin:0;flex-shrink:0;width:7rem}.component-topic__content__meta__tag{font-size:.8rem;line-height:1;color:var(--custom_style_color_gold);border:solid 1px var(--custom_style_color_gold);border-radius:2rem;padding:.5rem 1rem}.component-topic__content__title{margin-top:1.5rem;font-size:1rem;font-weight:400;line-height:2;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}