.custom-blog-container{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.custom-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);display:flex;flex-direction:column;max-width:350px;overflow:hidden;width:100%}.custom-card-image{background-position:50%;background-size:cover;height:200px}.custom-card-content{display:flex;flex-direction:column;flex-grow:1;padding:24px}.custom-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.custom-tag-pill{border:1px solid #d9534f;border-radius:20px;color:#d9534f;font-size:12px;font-weight:500;padding:4px 12px}.custom-card-title{color:#1a202c;font-size:18px;line-height:1.4;margin-bottom:20px;text-transform:uppercase}.custom-card-author{color:#718096;font-size:14px;margin-bottom:16px}.custom-card-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:auto;padding-top:16px}.custom-read-time{color:#718096;font-size:12px;font-weight:600}.custom-btn-learn-more{background-color:#d9534f;border-radius:25px;color:#fff;font-size:12px;font-weight:700;padding:8px 16px;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease}.custom-btn-learn-more:hover{background-color:#c9302c;color:#fff}