.trending-content{background:#fff;padding:var(--space-section-desktop) 0;width:100%}.trending-content__inner{margin-left:auto;margin-right:auto;max-width:var(--container-width);padding-left:var(--space-24);padding-right:var(--space-24)}.trending-content__header{align-items:center;display:flex;gap:var(--space-16);justify-content:space-between;margin-bottom:var(--space-32)}.trending-content__heading{color:var(--color-primary);font-family:var(--font-family-primary);font-size:var(--font-size-h2);font-weight:700;line-height:var(--line-height-h2);margin:0}.trending-content__see-more{color:var(--color-action);flex-shrink:0;font-family:var(--font-family-primary);font-size:var(--font-body-size);font-weight:600;text-decoration:none}.trending-content__see-more:hover{text-decoration:underline}.trending-content__grid{display:grid;gap:var(--space-24);grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto)}.trending-content__cell{min-width:0}.trending-content__cell--small-stack{display:flex;flex-direction:column;gap:var(--space-24)}.trending-content__card{background:#fff;border-radius:var(--radius-8);box-shadow:var(--shadow-md);display:flex;flex-direction:column;height:100%;overflow:hidden}.trending-content__card--large .trending-content__card-body,.trending-content__card--small .trending-content__card-body{padding:var(--space-20)}.trending-content__card-link{color:inherit;text-decoration:none}.trending-content__card-link:hover{text-decoration:underline}.trending-content__card-image{aspect-ratio:16/10;display:block;height:auto;object-fit:cover;width:100%}.trending-content__card-image-placeholder{aspect-ratio:16/10;background:var(--color-border);width:100%}.trending-content__card-title{color:var(--color-primary);display:-webkit-box;font-family:var(--font-family-primary);font-size:20px;font-weight:600;-webkit-line-clamp:2;line-height:28px;margin:0 0 var(--space-12);-webkit-box-orient:vertical;overflow:hidden}.trending-content__card--small .trending-content__card-title{font-size:18px;line-height:26px}.trending-content__tag{background:#e0ecff;border-radius:4px;color:#06f;display:inline-block;font-weight:var(--font-weight-h6);line-height:1;margin-bottom:var(--space-8);padding:6px 12px}.trending-content__date,.trending-content__tag{font-family:var(--font-family-primary);font-size:12px}.trending-content__date{color:var(--color-muted);line-height:var(--font-body16-line-height)}.trending-content__author{align-items:center;display:flex;gap:var(--space-8);margin-top:var(--space-12)}.trending-content__author-image{border-radius:50%;flex-shrink:0;height:32px;object-fit:cover;width:32px}.trending-content__author-text{color:var(--color-text);font-family:var(--font-family-primary);font-size:var(--font-body16-size);line-height:var(--font-body16-line-height)}@media (max-width:1024px){.trending-content__header{flex-wrap:wrap}.trending-content__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.trending-content__cell--small-stack{grid-column:span 1}}@media (max-width:767px){.trending-content{padding:var(--space-section-mobile) 0}.trending-content__inner{padding-left:var(--space-16);padding-right:var(--space-16)}.trending-content__grid{gap:var(--space-20);grid-template-columns:1fr}}