.rk-store-map{
  width:100%;
  min-height:320px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(28,37,57,0.08);
}

.rk-store-directory .rk-profile-panel__header p{
  max-width:560px;
}

.rk-store-directory-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:18px;
}

.rk-store-directory-card{
  background:linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border:1px solid rgba(28,37,57,0.08);
  border-radius:24px;
  box-sizing:border-box;
  box-shadow:0 14px 32px rgba(28,37,57,0.06);
  overflow:hidden;
}

.rk-store-directory-card__inner{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:26px;
}

.rk-store-directory-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0;
  padding:0;
}

.rk-store-directory-card h4{
  margin:0;
  color:#1c2539;
  font-size:24px;
  line-height:1.15;
  font-weight:700;
}

.rk-store-directory-card p{
  margin:0;
  color:#40506d;
  font-size:15px;
  line-height:1.45;
}

.rk-store-directory-card a{
  color:#ea5e20;
  font-weight:600;
  text-decoration:none;
}

.rk-store-directory-card .rk-earn-status{
  flex-shrink:0;
  min-width:56px;
  justify-content:center;
}
