.tekstszachownica .row {
  align-items: center;
}
.tekstszachownica.is-alt {
  background: var(--brand-darker);
  color: rgba(255, 255, 255, 0.88);
}
.tekstszachownica.is-alt h1,
.tekstszachownica.is-alt h2,
.tekstszachownica.is-alt h3,
.tekstszachownica.is-alt h4,
.tekstszachownica.is-alt strong,
.tekstszachownica.is-alt b {
  color: #fff;
}
.tekstszachownica.is-alt a {
  color: #fff;
  text-decoration: underline;
}
.tekstszachownica.is-alt a:hover {
  color: #fff;
  text-decoration: none;
}
.tekstszachownica.is-alt li::marker {
  color: rgba(255, 255, 255, 0.6);
}

.checker-copy h2 {
  margin: 0 0 14px;
  font-size: 26px;
}
.checker-copy h3 {
  margin: 22px 0 10px;
  font-size: 19px;
}
.checker-copy > :first-child {
  margin-top: 0;
}
.checker-copy p {
  margin: 0 0 14px;
  line-height: 1.7;
}
.checker-copy p:last-child {
  margin-bottom: 0;
}
.checker-copy ul,
.checker-copy ol {
  margin: 0 0 14px;
  padding-left: 20px;
  line-height: 1.7;
}
.checker-copy ul {
  list-style: disc;
}
.checker-copy ol {
  list-style: decimal;
}
.checker-copy li {
  margin-bottom: 6px;
}
.checker-copy a {
  color: var(--brand);
  font-weight: 600;
}
.checker-copy img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
}
.checker-copy img.aligncenter {
  display: block;
  margin-inline: auto;
}
.checker-copy .wp-video {
  width: 100% !important;
  max-width: 100%;
}
.checker-copy .mejs-container {
  max-width: 100%;
}
.checker-copy .wpcf7 {
  margin-top: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
}
.checker-copy .wpcf7 label {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.checker-copy .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
.checker-copy .wpcf7 input[type=text],
.checker-copy .wpcf7 input[type=tel],
.checker-copy .wpcf7 input[type=email],
.checker-copy .wpcf7 input[type=number],
.checker-copy .wpcf7 select,
.checker-copy .wpcf7 textarea {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
}
.checker-copy .wpcf7 input[type=text]::placeholder,
.checker-copy .wpcf7 input[type=tel]::placeholder,
.checker-copy .wpcf7 input[type=email]::placeholder,
.checker-copy .wpcf7 input[type=number]::placeholder,
.checker-copy .wpcf7 select::placeholder,
.checker-copy .wpcf7 textarea::placeholder {
  color: var(--muted);
  opacity: 0.7;
}
.checker-copy .wpcf7 input[type=text]:focus,
.checker-copy .wpcf7 input[type=tel]:focus,
.checker-copy .wpcf7 input[type=email]:focus,
.checker-copy .wpcf7 input[type=number]:focus,
.checker-copy .wpcf7 select:focus,
.checker-copy .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--brand);
}
.checker-copy .wpcf7 textarea {
  height: auto;
  min-height: 92px;
  padding: 12px 14px;
  line-height: 1.5;
}
.checker-copy .wpcf7 .wpcf7-acceptance .wpcf7-list-item,
.checker-copy .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.checker-copy .wpcf7 .wpcf7-acceptance label,
.checker-copy .wpcf7 .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--muted);
}
.checker-copy .wpcf7 .wpcf7-acceptance input[type=checkbox],
.checker-copy .wpcf7 .wpcf7-checkbox input[type=checkbox] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  flex: none;
  accent-color: var(--brand);
}
.checker-copy .wpcf7 a {
  color: var(--brand);
  text-decoration: underline;
}
.checker-copy .wpcf7 .wpcf7-submit {
  width: 100%;
  height: 52px;
  margin-top: 18px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--brand);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s ease;
}
.checker-copy .wpcf7 .wpcf7-submit:hover {
  background: var(--brand-dark);
}
.checker-copy .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.checker-copy .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: var(--accent);
  font-size: 12px;
}
.checker-copy .wpcf7 .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-width: 1px;
  border-radius: var(--radius-sm);
  font-size: 13px;
}
.checker-copy .wpcf7 p {
  margin-bottom: 12px;
  line-height: 1.55;
}
.checker-copy .wpcf7 p:last-of-type {
  margin-bottom: 0;
}
.checker-copy .wpcf7 strong,
.checker-copy .wpcf7 b {
  color: var(--ink);
}

/*# sourceMappingURL=tekstszachownica.css.map */
