.schools-map .map-title {
  text-align: center;
  margin-bottom: 40px;
}
.schools-map h2 {
  font-size: 2rem;
}
.schools-map p {
  font-size: 1.1rem;
}
.schools-map .filters {
  margin: 20px 0;
  text-align: center;
}
.schools-map .filter-group {
  min-width: 240px;
  display: block;
  margin: 16px auto;
  text-align: center;
}
.schools-map .filters h4 {
  margin: 0 0 16px;
  font-size: 1.5rem;
  display: block;
}
.schools-map .chips {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.schools-map .chip {
  cursor: pointer;
  user-select: none;
  border-radius: 999px;
  padding: 6px 12px;
  color: #322b80;
  background: #f5f5f5;
  border: 1px solid #322b80;
  font-size: 0.85rem;
  line-height: 1;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.schools-map .chip:hover {
  background: #322b80;
  border: 1px solid #322b80;
  color: #fff;
}
.schools-map .chip.active {
  background: #289548;
  border-color: #289548;
  color: #fff;
}
.school-trips .item img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.filter-row {
  text-align: center;
}
.filter-row .select2,
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border: 1px solid #322b80 !important;
}
.filter-row .butn-dark {
  width: 100%;
  display: block;
}
.keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.keyword-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.keyword-label {
  cursor: pointer;
  user-select: none;
  border-radius: 999px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid #322b80;
  color: #322b80;
  font-size: 1rem;
  line-height: 1;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.keyword-label:hover {
  background: #322b80;
  color: #fff;
  border: 1px solid #322b80;
}
.keyword-input:checked + .keyword-label {
  background: #289548;
  border-color: #289548;
  color: #fff;
}
.school-trips .item .con {
  bottom: -72px;
}
.school-trip-block a {
  font-weight: bold;
}
