:root {
  --rlt--custom--shadow-sm: 0 0 0 1px hwb(30 88% 9%), 0 1px 2px hwb(30 78% 18% / 0.32), 0 3px 4px hwb(30 78% 18% / 0.24), inset 0 -3px hwb(60 94% 6% / 0.8);
  --rlt--custom--shadow-lg: 0 0 0 1px hwb(60 30% 66% / 0.09), 0 1px 2px hwb(60 30% 66% / 0.04), 0 3px 5px hwb(60 30% 66% / 0.2), inset 0 -3px hwb(60 89% 9% / 0.95);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
.wp-site-blocks {
  height: 100%;
}

body {
  overflow-x: clip;
}

pre {
  text-wrap: wrap;
}

.line-clamp-two {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 2;
}

.line-clamp-three {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 3;
}

@keyframes wobbleBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  70% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.mc4wp-form {
  word-break: keep-all;
}
.mc4wp-form .mc4wp-form-fields .rlt-mc4wp-field-group-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mc4wp-form .mc4wp-form-fields .rlt-mc4wp-field-group-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.25rem;
}
.mc4wp-form .mc4wp-form-fields .rlt-mc4wp-field-group-column:not(:last-child),
.mc4wp-form .mc4wp-form-fields .rlt-mc4wp-field-group-row:not(:last-child) {
  margin-bottom: 1rem;
}
.mc4wp-form .mc4wp-form-fields .rlt-mc4wp-submit-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 0.5rem;
  outline: none;
  font-size: 15px;
  color: var(--wp--preset--color--dark, #080402);
  background-color: var(--wp--preset--color--white, #fff);
  box-shadow: var(--wp--custom--shadow-sm, var(--rlt--custom--shadow-sm));
  transition: box-shadow 0.25s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .mc4wp-form .mc4wp-form-fields .rlt-mc4wp-submit-btn:hover {
    box-shadow: var(--wp--custom--shadow-lg, var(--rlt--custom--shadow-lg));
  }
}
.mc4wp-form .mc4wp-form-fields .rlt-mc4wp-label {
  font-size: 13px;
  color: var(--wp--preset--color--tertiary, rgba(0, 0, 0, 0.5));
  line-height: 16px;
}
.mc4wp-form .mc4wp-form-fields .rlt-mc4wp-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 0.5rem;
  outline: none;
  font-size: 15px;
  background-color: var(--wp--preset--color--light, #f5f3f0);
  box-shadow: var(--wp--custom--shadow-sm, var(--rlt--custom--shadow-sm));
}
.mc4wp-form .mc4wp-response .mc4wp-alert p {
  font-size: 13px;
  color: var(--wp--preset--color--tertiary, rgba(0, 0, 0, 0.5));
}

/* stylelint-disable-next-line no-descending-specificity */
.wpcf7 p {
  margin-block: 1rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email] {
  height: 2.5rem;
  padding: 0 1.25rem;
}

.wpcf7 textarea {
  padding: 1rem 1.25rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  outline: none;
  font-size: 1rem;
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
  background-color: var(--wp--preset--color--white, #fff);
  box-shadow: var(--wp--custom--shadow-sm, var(--rlt--custom--shadow-sm));
}

.wpcf7 label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: var(--wp--preset--color--tertiary, rgba(0, 0, 0, 0.5));
  transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1);
}

.wpcf7 label:focus-within {
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
}

.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 50rem;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--wp--font-family--body);
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
  background-color: var(--wp--preset--color--white, #fff);
  box-shadow: var(--wp--custom--shadow-sm, var(--rlt--custom--shadow-sm));
  transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
}
@media (any-hover: hover) {
  .wpcf7-submit:hover {
    box-shadow: var(--wp--custom--shadow-lg, var(--rlt--custom--shadow-lg));
  }
}

.wpcf7 .wpcf7-spinner {
  display: none;
  transform: translateY(25%);
}

.wpcf7 form.submitting .wpcf7-spinner {
  display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0.5rem 1rem !important;
  padding: 0.25rem 1rem !important;
  border-radius: 7px;
}

.post-password-form {
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.post-password-form p:nth-child(1) {
  font-size: 1.1rem;
}
.post-password-form p:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
  /* stylelint-disable-next-line no-descending-specificity */
}
.post-password-form p:nth-child(2) > input {
  flex-shrink: 0;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 7px;
  font-family: var(--wp--font-family--body);
  font-size: 1rem;
  background: var(--wp--preset--color--white, #fff);
  box-shadow: var(--wp--custom--shadow-lg, var(--rlt--custom--shadow-lg));
  cursor: pointer;
}
.post-password-form p:nth-child(2) label {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 1rem;
  color: var(--wp--preset--color--tertiary, rgba(0, 0, 0, 0.5));
  transition: color 0.25s cubic-bezier(0.42, 0, 0.58, 1);
}
.post-password-form p:nth-child(2) label > input {
  flex-shrink: 0;
  max-width: 160px;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 7px;
  background: var(--wp--preset--color--white, #fff);
  font-family: var(--wp--font-family--body);
  font-size: 1rem;
  box-shadow: var(--wp--custom--shadow-sm, var(--rlt--custom--shadow-sm));
}
.post-password-form p:nth-child(2) label:focus-within {
  color: var(--wp--preset--color--secondary, rgba(0, 0, 0, 0.75));
}
