.related-posts-container{display:grid;grid-template-columns:1fr;gap:20px;margin:20px 0;padding:0}.related-post-card{display:flex;background:0 0;border:none;padding:0;gap:20px;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,sans-serif;color:#333;transition:all .3s ease}.related-post-card:hover{transform:translateY(-2px)}.related-post-image{flex-shrink:0;width:200px;height:150px;overflow:hidden}.related-post-image img{width:100%;height:100%;object-fit:cover;display:block}.related-post-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e0e0e0 0%,#f5f5f5 100%);display:flex;align-items:center;justify-content:center;color:#666;font-size:14px;font-weight:500;text-align:center}.related-post-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.related-post-header{margin-bottom:10px}.related-post-title{font-size:24px;font-weight:700;margin:0 0 10px;line-height:1.3;color:#e0e0e0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.related-post-title a{color:#e0e0e0!important;text-decoration:none!important;transition:color .2s ease;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.related-post-title a:hover{color:#c43030!important;text-decoration:none!important}.related-post-title a:visited,.related-post-title a:focus,.related-post-title a:active{color:#e0e0e0!important;text-decoration:none!important}.related-post-excerpt{font-size:16px;line-height:1.6;margin:0 0 15px;color:#e0e0e0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-post-footer{display:flex;justify-content:space-between;align-items:center}.related-post-stats{display:flex;gap:12px;align-items:center}.related-post-stat-item{display:flex;align-items:center;gap:4px;color:#e0e0e0;font-size:12px;font-weight:500}.related-post-stat-icon{width:16px;height:16px;fill:#e0e0e0}.related-post-read-more{display:inline-flex;align-items:center;padding:8px 16px;background:#c43030;color:#fff!important;border:none;font-size:13px;font-weight:600;text-decoration:none!important;transition:all .2s ease;outline:none!important;box-shadow:none!important}.related-post-read-more:hover{background:#8e1f1f;color:#fff!important;transform:translateX(2px);text-decoration:none!important;outline:none!important;box-shadow:none!important}.related-post-read-more:focus,.related-post-read-more:active,.related-post-read-more:visited{color:#fff!important;outline:none!important;box-shadow:none!important;border:none!important;text-decoration:none!important}@media (max-width:768px){.related-post-card{flex-direction:column;gap:15px}.related-post-image{width:100%;height:200px}.related-post-title{font-size:20px}.related-post-excerpt{font-size:14px}}@media (max-width:480px){.related-post-image{height:180px}.related-post-title{font-size:18px}}