.main-content{padding:40px 0 60px;background-color:var(--gray-bg)}.small-featured-section{margin-bottom:50px}.small-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-top:20px}.small-featured-card{background:#ffffff;border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06)}.small-featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.small-featured-card__image{width:100%;height:180px;object-fit:cover;transition:transform .4s ease}.small-featured-card:hover .small-featured-card__image{transform:scale(1.05)}.small-featured-card__content{padding:20px}.small-featured-card__title{font-size:15px;font-weight:700;line-height:1.4;color:var(--text-dark);margin-bottom:10px;transition:color .3s ease}.small-featured-card:hover .small-featured-card__title{color:var(--primary-color)}.small-featured-card__date{font-size:12px;color:var(--text-light);font-weight:500}.content-layout{display:grid;grid-template-columns:1fr 350px;grid-gap:40px;gap:40px;margin-top:50px}.posts-section{min-width:0}.posts-grid{display:grid;grid-gap:30px;gap:30px;margin-top:30px}.load-more-container{text-align:center;margin-top:50px}.btn-load-more{padding:14px 40px;background-color:var(--primary-color);color:#ffffff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:6px;transition:all .3s ease}.btn-load-more:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,217,165,.3)}@media (max-width:1024px){.small-featured-grid{grid-template-columns:repeat(2,1fr);gap:15px}.content-layout{grid-template-columns:1fr 300px;gap:30px}}@media (max-width:768px){.main-content{padding:30px 0 40px}.content-layout,.small-featured-grid{grid-template-columns:1fr}.content-layout{gap:40px}.sidebar-section{order:2}}