

/* TELJES BLOKK */

.zsongoda-places {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0;
}


/* FEJLÉC */

.zsongoda-places-header {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.zsongoda-places-label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #195A96;
  margin-bottom: 15px;
}

.zsongoda-places h2 {
  font-family: "Baloo 2", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #123E68 !important;
  margin: 0 0 20px 0;
  padding: 0;
}

.zsongoda-places-intro {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #39474C;
  margin: 0;
}


/* KIEMELT VISSZATÉRŐ HELYSZÍN */

.zsongoda-returning-place {
  background: #FFF3B8;
  border: 1px solid #F0DE83;
  border-radius: 26px;
  padding: 30px 34px;
  margin-bottom: 36px;
  box-shadow: 0 12px 28px rgba(18, 62, 104, 0.06);
}

.zsongoda-returning-badge {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #123E68;
  margin-bottom: 18px;
}

.zsongoda-returning-content {
  display: flex;
  align-items: center;
  gap: 18px;
}

.zsongoda-returning-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #F4DC3B;
  color: #123E68;

  border-radius: 50%;

  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;

  box-shadow: 0 6px 15px rgba(18, 62, 104, 0.10);
}

.zsongoda-returning-place h3 {
  font-family: "Baloo 2", sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.15;
  color: #123E68 !important;
  margin: 0 0 6px 0;
  padding: 0;
}

.zsongoda-returning-place p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #4E5B60;
  margin: 0;
}


/* HELYSZÍN BADGE-EK */

.zsongoda-location-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}

.zsongoda-location-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 17px;

  background: #FFFFFF;
  border: 1px solid #DCE7EC;
  border-radius: 999px;

  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;

  color: #123E68;

  box-shadow: 0 5px 14px rgba(18, 62, 104, 0.04);

  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.zsongoda-location-list span:hover {
  transform: translateY(-2px);
  background: #123E68;
  color: #FFFFFF;
  border-color: #123E68;
}


/* ALSÓ SOR */

.zsongoda-location-footer {
  margin: 26px 0 0 0;

  text-align: center;

  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;

  color: #6A777C;
}


/* TABLET */

@media (max-width: 980px) {

  .zsongoda-places h2 {
    font-size: 42px;
  }

}


/* MOBIL */

@media (max-width: 767px) {

  .zsongoda-places {
    padding: 10px 0;
  }

  .zsongoda-places-header {
    margin-bottom: 30px;
  }

  .zsongoda-places-label {
    font-size: 12px;
    letter-spacing: 1.4px;
  }

  .zsongoda-places h2 {
    font-size: 36px;
  }

  .zsongoda-places-intro {
    font-size: 16px;
  }

  .zsongoda-returning-place {
    padding: 25px 22px;
    border-radius: 22px;
  }

  .zsongoda-returning-content {
    align-items: flex-start;
    gap: 14px;
  }

  .zsongoda-returning-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .zsongoda-returning-place h3 {
    font-size: 25px;
  }

  .zsongoda-returning-place p {
    font-size: 15px;
  }

  .zsongoda-location-list {
    gap: 8px;
  }

  .zsongoda-location-list span {
    padding: 9px 13px;
    font-size: 13px;
  }

}

