.coad-recent-post-card{background:#e5def0;border-radius:50px;box-shadow:0 4px 10px rgba(0,0,0,.05);display:flex;flex-wrap:wrap;margin:2rem 0;overflow:hidden}.coad-recent-post-image{flex:1 1 50%;min-width:280px;overflow:hidden;position:relative}.coad-recent-post-image img{height:100%;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.coad-recent-post-content{display:flex;flex:1 1 50%;flex-direction:column;justify-content:center;padding:2.5rem 2rem}.coad-post-category{background:#d8c6f7;border-radius:12px;color:#5a2ca0;display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:1rem;padding:.25rem .75rem;text-transform:uppercase;width:fit-content}.coad-recent-post-content h3{font-size:1.5rem;line-height:1.2;margin:0 0 1rem}.coad-recent-post-content h3 a{color:#222;text-decoration:none}.coad-recent-post-content h3 a:hover{color:#5a2ca0}.coad-recent-post-content p{color:#555;font-size:1rem;margin-bottom:1.5rem}.coad-author{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem}.coad-author img{border-radius:50%;height:32px;object-fit:cover;width:32px}.coad-date{color:#888;font-size:.85rem;margin-left:.5rem}.coad-read-more{align-self:flex-start;background:transparent;border:1px solid #5d4e63;border-radius:30px;color:#5d4e63;display:inline-block;font-size:1.2rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease}.coad-read-more:hover{background:#5d4e63;color:#fff}@media (max-width:768px){.coad-recent-post-card{flex-direction:column}.coad-recent-post-content,.coad-recent-post-image{flex:1 1 100%;max-height:unset}.coad-recent-post-content{padding:1.5rem}}