.card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075);transition:all .15s ease-in-out;overflow:hidden}.card:hover{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}.card-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f8f9fa}.card-body{padding:1.5rem}.card-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f8f9fa}.card-title{margin:0 0 1rem 0;font-size:1.5rem;font-weight:600}.card-text{margin:0 0 1rem 0;color:#6b7280}.card-text:last-child{margin-bottom:0}.card-image{width:100%;height:200px;object-fit:cover}.card.post-card{height:100%;display:flex;flex-direction:column}.card.post-card .post-thumbnail img{width:100%;height:200px;object-fit:cover}.card.post-card .post-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card.post-card .post-title{margin:0 0 1rem 0;font-size:1.25rem}.card.post-card .post-title a{color:#1f2937;text-decoration:none}.card.post-card .post-title a:hover{color:#6d28d9}.card.post-card .post-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:14px;color:#999}.card.post-card .post-meta .post-date,.card.post-card .post-meta .post-author{display:flex;align-items:center;gap:.25rem}.card.post-card .post-excerpt{margin-bottom:1.5rem;color:#6b7280;flex:1}.card.post-card .read-more{display:inline-block;padding:.5rem 1.5rem;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:16px;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;border:1px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;transition:all .15s ease-in-out;background-color:rgba(0,0,0,0);border-color:#6d28d9;color:#6d28d9;align-self:flex-start}.card.post-card .read-more:hover{text-decoration:none}.card.post-card .read-more:focus{outline:none;box-shadow:0 0 0 .2rem rgba(109,40,217,.25)}.card.post-card .read-more:hover{background-color:#6d28d9;color:#fff}.cards-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}@media(max-width: 719px){.cards-grid{grid-template-columns:1fr}}
