.rdh-sports-page {
  background: #f7faf9;
  min-height: 100vh;
}

.rdh-sports-main {
  max-width: 700px;
  margin: 0 auto;
  padding: 4px 16px 120px;
  box-sizing: border-box;
}

.rdh-sports-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 6px 0 10px;
  scrollbar-width: none;
}

.rdh-sports-filters::-webkit-scrollbar {
  display: none;
}

.rdh-sports-filter {
  flex: 0 0 auto;
  border: 1px solid #dce8e4;
  background: #fff;
  color: #48635d;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
}

.rdh-sports-filter.is-active {
  background: #72b8a4;
  border-color: #72b8a4;
  color: #fff;
}

.rdh-sports-map-section {
  margin-top: 10px;
}

.rdh-sports-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.rdh-sports-section-heading h2 {
  margin: 0;
  color: #244e44;
  font-size: 18px;
}

.rdh-sports-section-heading p {
  margin: 3px 0 0;
  color: #768983;
  font-size: 13px;
}

.rdh-sports-map {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: #e9efed;
  box-shadow: 0 8px 26px rgba(16,35,90,.08);
}

.rdh-sports-locate {
  border: 0;
  background: #eef7f4;
  color: #427d6d;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
}

.rdh-sports-list-section {
  margin-top: 22px;
}

.rdh-sports-list {
  display: grid;
  gap: 10px;
}

.rdh-sports-card {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 11px;
  align-items: start;
  background: #fff;
  border: 1px solid #e5ecea;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 5px 18px rgba(16,35,90,.05);
}

.rdh-sports-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #72b8a4;
  color: #fff;
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
}

.rdh-sports-card-title {
  margin: 0;
  color: #173e35;
  font-size: 16px;
  font-weight: 800;
}

.rdh-sports-card-address {
  margin: 4px 0 0;
  color: #71817d;
  font-size: 13px;
  line-height: 1.35;
}

.rdh-sports-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.rdh-sports-distance {
  color: #547269;
  font-size: 12px;
  font-weight: 700;
}

.rdh-sports-guide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #eef7f4;
  color: #397665;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
}

.rdh-sports-empty {
  padding: 24px 18px;
  background: #fff;
  border: 1px solid #e4ece9;
  border-radius: 18px;
  color: #74827e;
  text-align: center;
  font-size: 14px;
}

.rdh-sports-marker {
  background: transparent;
  border: 0;
}

.rdh-sports-marker span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5a9e8b;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,.22);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 520px) {
  .rdh-sports-main {
    padding-top: 0;
  }

  .rdh-sports-map {
    min-height: 0;
  }
}
