/* Replace your previous block with this */
.krs-related-stores {
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;                 /* stay out of card rows */
  margin: 8px 0 18px;          /* only vertical spacing for the box itself */
  padding: 10px 14px;
  background: #f8f9fa;
  border-left: 3px solid #1a73e8;
  border-radius: 10px;
  line-height: 1.5;
  color: #333;
}

/* Optional: bring it a bit closer to the section heading without touching others */
h3 + .krs-related-stores {
  margin-top: 6px;
}

.krs-related-stores a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(26,115,232,.5);
  padding-bottom: 1px;
}
.krs-related-stores a:hover { border-bottom-style: solid; }
