.stock-overview-recent-posts-section{margin:3rem 0 2rem 0;padding-top:2rem;border-top:1px solid var(--border-color)}.stock-overview-recent-posts-heading{font-size:var(--h2-size);font-weight:700;color:var(--text-primary);margin:0 0 1.5rem 0;line-height:var(--heading-line-height)}.stock-overview-recent-posts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.stock-overview-recent-post-card{position:relative;overflow:hidden;border-radius:var(--radius-lg);transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.stock-overview-recent-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.15)}[data-theme=dark] .stock-overview-recent-post-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.4)}.stock-overview-recent-post-card-link{display:block;text-decoration:none;color:inherit}.stock-overview-recent-post-card-link:focus{outline:2px solid var(--color-primary);outline-offset:2px}.stock-overview-recent-post-card-image{position:relative;min-height:280px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--bg-secondary);display:flex;align-items:flex-end;overflow:hidden}.stock-overview-recent-post-card-image:not([style*=background-image]){background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%)}[data-theme=dark] .stock-overview-recent-post-card-image:not([style*=background-image]){background:linear-gradient(135deg,rgba(129,140,248,.6) 0,rgba(99,102,241,.4) 100%)}.stock-overview-recent-post-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.6) 60%,transparent 100%);transition:background var(--transition-speed) ease}.stock-overview-recent-post-card:hover .stock-overview-recent-post-card-overlay{background:linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(0,0,0,.75) 60%,rgba(0,0,0,.3) 100%)}.stock-overview-recent-post-card-title{font-size:1.25rem;font-weight:700;line-height:1.4;color:#fff;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3);transition:color var(--transition-speed) ease}.stock-overview-recent-post-card:hover .stock-overview-recent-post-card-title{color:#fff}@media (max-width:1024px){.stock-overview-recent-posts-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.stock-overview-recent-post-card-image{min-height:250px}.stock-overview-recent-post-card-title{font-size:1.125rem}}@media (max-width:768px){.stock-overview-recent-posts-section{margin:2rem 0 1.5rem 0;padding-top:1.5rem}.stock-overview-recent-posts-heading{font-size:1.75rem;margin-bottom:1rem}.stock-overview-recent-posts-grid{grid-template-columns:1fr;gap:1rem}.stock-overview-recent-post-card-image{min-height:220px}.stock-overview-recent-post-card-overlay{padding:1.25rem}.stock-overview-recent-post-card-title{font-size:1.0625rem}.stock-overview-recent-post-card:hover{transform:none}}
/*# sourceMappingURL=stock-overview-recent-posts.min.css.map */