.where-buy-card{border-radius:15px;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;background:#f5f5f5;height:100%}.where-buy-card .card-header{background-color:var(--primary-color);padding:1.125rem;display:flex;align-items:center;justify-content:center}.where-buy-card .card-header .card-title{text-align:center;font-size:1.125rem;font-weight:600;color:#fff}.where-buy-card .card-content{padding:.9375rem}.where-buy-card .card-content span{display:block;width:100%}.where-buy-card .card-content p{margin-bottom:1.25rem}.where-buy-card .card-footer{border-top:1px solid rgba(0,0,0,.15);padding:.9375rem;display:flex;align-items:center;color:var(--primary-color);gap:.5rem}.where-buy-card .card-footer i{font-size:1.125rem;line-height:1}.where-buy-card .card-footer .link{display:flex;align-items:center;gap:.875rem;transition:.3s ease;font-weight:600}.where-buy-card .card-footer .link:hover{gap:1.25rem}