/* Blok: Kontakt na terenie Holandii – 2 kolumny */

.vca-contact-nl {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 4.375rem 0;
  box-sizing: border-box;
  background: #f5f5f5;
}

.vca-contact-nl__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.vca-contact-nl__title {
  margin: 0 0 3rem;
  text-align: center;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #111;
}

/* Dwie równe kolumny (wcześniej było 4×1fr przy 2 komórkach – każda zajmowała tylko ¼ szerokości) */
.vca-contact-nl__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 2.5rem;
  align-items: start;
}

.vca-contact-nl__col {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.vca-contact-nl__col-title {
  margin: 0 0 1rem;
  padding: 0;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #111;
}

.vca-contact-nl__email {
  display: inline;
  cursor: pointer;
  margin: 0;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  color: rgb(35, 199, 103);
  text-decoration: none;
}

.vca-contact-nl__email + .vca-contact-nl__phones {
  margin-top: 0.5rem;
}

.vca-contact-nl__email:hover,
.vca-contact-nl__email:focus {
  text-decoration: underline;
}

.vca-contact-nl__phones {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vca-contact-nl__phones li {
  margin: 0 0 0.35rem;
  padding: 0;
  line-height: 30px;
}

.vca-contact-nl__phones li:last-child {
  margin-bottom: 0;
}

.vca-contact-nl__phone {
  display: inline;
  cursor: pointer;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgb(131, 140, 149);
  text-decoration: none;
  text-decoration-color: rgb(131, 140, 149);
}

.vca-contact-nl__phone:hover,
.vca-contact-nl__phone:focus {
  color: rgb(131, 140, 149);
  text-decoration: underline;
  text-decoration-color: rgb(131, 140, 149);
}

.vca-contact-nl__address {
  margin: 0;
  padding: 0;
}

.vca-contact-nl__address-line {
  margin: 0 0 0.25rem;
  padding: 0;
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgb(131, 140, 149);
}

.vca-contact-nl__address-line:last-child {
  margin-bottom: 0;
}

/* Wąski tablet: nadal 2 kolumny, mniejszy odstęp */
@media (max-width: 1024px) {
  .vca-contact-nl__grid {
    gap: 1.75rem 1.5rem;
  }
}

/* Telefon / wąski tablet: nadal 2 kolumny (węższy gap, mniejszy tekst) */
@media (max-width: 768px) {
  .vca-contact-nl {
    padding: 2.5rem 0;
  }

  .vca-contact-nl__container {
    padding: 0 1.125rem;
  }

  .vca-contact-nl__title {
    margin: 0 0 1.75rem;
    font-size: 1.375rem;
    line-height: 1.3;
    padding: 0 0.125rem;
  }

  .vca-contact-nl__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem 0.75rem;
    align-items: start;
  }

  .vca-contact-nl__col {
    margin: 0;
    padding: 0;
    border: none;
  }

  .vca-contact-nl__col-title {
    margin: 0 0 0.75rem;
    font-size: 1.0625rem;
    line-height: 1.35;
  }

  .vca-contact-nl__email {
    display: inline-block;
    max-width: 100%;
    padding: 0.35rem 0;
    font-size: 0.9375rem;
    line-height: 1.45;
    word-break: break-word;
  }

  .vca-contact-nl__phones li {
    margin: 0 0 0.5rem;
    line-height: 1.45;
  }

  .vca-contact-nl__phone {
    display: inline-block;
    padding: 0.45rem 0;
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  .vca-contact-nl__address-line {
    font-size: 0.9375rem;
    line-height: 1.5;
    word-break: break-word;
  }
}

@media (max-width: 380px) {
  .vca-contact-nl__title {
    font-size: 1.25rem;
  }
}
