#panel-certyfikaty .hgv-ppwr {
  box-sizing: border-box;
  width: 100%;
  margin-top: 48px;
  padding: 72px 5%;
  background: #f1f2f3;
  color: #101114;
}

#panel-certyfikaty .hgv-ppwr__inner {
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

#panel-certyfikaty .hgv-ppwr h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 550;
  line-height: 1;
}

#panel-certyfikaty .hgv-ppwr__inner > p:first-of-type {
  max-width: 720px;
  margin: 20px auto 34px;
  color: #4a4d53;
  font-size: 18px;
  line-height: 1.5;
}

#panel-certyfikaty .hgv-ppwr__form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: min(520px, 100%);
  margin: 0 auto;
}

#panel-certyfikaty .hgv-ppwr__form input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 22px;
  border: 1px solid #aeb1b7;
  border-right: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: #101114;
  font: inherit;
  font-size: 20px;
  letter-spacing: 8px;
  text-align: center;
}

#panel-certyfikaty .hgv-ppwr__form input:focus {
  border-color: #101114;
  box-shadow: inset 0 0 0 1px #101114;
}

#panel-certyfikaty .hgv-ppwr__form input[aria-invalid="true"] {
  border-color: #c61820;
  box-shadow: inset 0 0 0 1px #c61820;
}

#panel-certyfikaty .hgv-ppwr__form button {
  flex: 0 0 150px;
  height: 54px;
  padding: 0 24px;
  border: 1px solid #101114;
  border-radius: 0;
  background: #101114;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

#panel-certyfikaty .hgv-ppwr__form button:hover {
  background: #2a2c31;
}

#panel-certyfikaty .hgv-ppwr__form button.is-error {
	border-color: #b20f17;
	background: #c61820;
	color: #fff;
}

#panel-certyfikaty .hgv-ppwr__form button.is-error:hover {
	border-color: #991017;
	background: #a9141b;
}

#panel-certyfikaty .hgv-ppwr__form button.is-success,
#panel-certyfikaty .hgv-ppwr__form button.is-success:hover {
	border-color: #11713c;
	background: #168447;
	color: #fff;
}

#panel-certyfikaty .hgv-ppwr__message {
  min-height: 22px;
  margin: 10px auto 0;
  color: #b20f17;
  font-size: 14px;
  line-height: 1.5;
}

#panel-certyfikaty .cert-card-actions {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 8px;
}

#panel-certyfikaty .cert-card-preview img {
  pointer-events: none;
  user-select: none;
}

#panel-certyfikaty .cert-card-actions .btn {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 600px) {
  #panel-certyfikaty .hgv-ppwr {
    margin-top: 32px;
    padding: 54px 20px;
  }

  #panel-certyfikaty .hgv-ppwr h2 {
    font-size: 44px;
  }

  #panel-certyfikaty .hgv-ppwr__inner > p:first-of-type {
    margin-bottom: 28px;
    font-size: 16px;
  }

  #panel-certyfikaty .hgv-ppwr__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #panel-certyfikaty .hgv-ppwr__form input {
    border-right: 1px solid #aeb1b7;
  }

  #panel-certyfikaty .hgv-ppwr__form button {
    width: 100%;
  }

  #panel-certyfikaty .cert-card-actions {
    flex-direction: column;
  }
}
.hgv-ppwr__learn-more,
.hgv-ppwr__learn-more:visited {
	color: #0878d1;
	text-decoration: none;
}

.hgv-ppwr__learn-more:hover,
.hgv-ppwr__learn-more:focus-visible {
	color: #005da5;
	text-decoration: none;
}
