.bhp-style-card{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.bhp-card-item{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px rgb(0 0 0 / .08);overflow:hidden;transition:transform 0.2s ease-in-out,box-shadow 0.2s ease-in-out}.bhp-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .12)}.bhp-card-thumbnail a{display:block;aspect-ratio:16 / 9}.bhp-card-thumbnail img{width:100%;height:100%;object-fit:cover}.bhp-card-content{padding:1rem}.bhp-card-category-link{text-decoration:none}.bhp-card-category{display:inline-block;background-color:#fde7f0;padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:500;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;transition:background-color 0.2s}.bhp-card-category-link:hover .bhp-card-category{background-color:#fcdbe9}.bhp-card-title{font-size:1.1rem;font-weight:600}.bhp-card-title a{text-decoration:none}