.kahya-store-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.kahya-store-card { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 28px; border: 1px solid #e4e9ed; border-radius: 7px; background: #fff; }
.kahya-store-card > span { color: #087b89; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.kahya-store-card h2 { margin: 0; font-size: 23px; }
.kahya-store-card p { min-height: 66px; margin: 0; color: #66717d; }
.kahya-store-card > a:not(.button) { color: #087b89; }
.kahya-store-card small { margin-top: 3px; color: #66717d; }
.kahya-store-card .button { margin-top: 12px; }
@media (max-width: 900px) { .kahya-store-grid { grid-template-columns: 1fr; } .kahya-store-card p { min-height: 0; } }

