/* Contact form and CTA button polish */

.form .input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form .input__label {
  display: block;
  margin: 0;
  line-height: 1.3;
}

.form input.input__component:not(.input__component--textarea) {
  height: 48px;
  min-height: 48px;
  padding: 0 16px;
  line-height: 1.4;
  box-sizing: border-box;
}

.form textarea.input__component {
  min-height: 120px;
  height: auto;
  padding: 12px 16px;
  line-height: 1.5;
  resize: vertical;
}

.form__button.grid-button {
  min-width: 0 !important;
  width: auto;
  max-width: 100%;
  min-height: 48px !important;
  height: auto !important;
  padding: 14px 32px;
  justify-content: center;
  align-self: start;
  line-height: 1.2;
}

a.grid-button,
button.grid-button {
  line-height: 1.2;
}

.layout-element__component--GridButton .grid-button {
  min-width: 0;
  width: auto;
  min-height: 44px;
  padding: 12px 28px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (max-width: 920px) {
  .form__button.grid-button {
    width: 100%;
    justify-content: center;
  }

  .form__button.grid-button[style*="--m-height:0vw"],
  .form__button.grid-button[style*="--m-width:0vw"] {
    min-height: 48px !important;
    min-width: 0 !important;
    width: 100%;
  }
}

/* Footer "Talk To Us" section */
#zSiG-O .layout-element:has(#ai-YJV-PJ) p {
  margin: 0;
  line-height: 1.2;
}

#zSiG-O .layout-element:has(#ai-4nKGPz) {
  margin-bottom: 0 !important;
}

#zSiG-O .layout-element:has(#ai-4nKGPz) p {
  margin: 0;
}

#zSiG-O .layout-element:has(#ai-XsRE4d),
#zSiG-O .layout-element:has(#ai-LQV6zh) {
  margin-bottom: 0 !important;
}

#zSiG-O #ai-XsRE4d p,
#zSiG-O #ai-LQV6zh p {
  margin: 0;
  font-weight: 600;
  white-space: nowrap;
}

#zSiG-O .layout-element:has(#ai-LQV6zh) {
  --grid-row: 3 / 4 !important;
  --grid-column: 7 / 9 !important;
  margin-bottom: 0 !important;
}

#zSiG-O .layout-element:has(#ai-NKVA0X) {
  --grid-row: 3 / 4 !important;
  --grid-column: 9 / 13 !important;
  margin-bottom: 0 !important;
  padding-left: 12px;
  box-sizing: border-box;
}

#zSiG-O .layout-element:has(#ai-N6LPzV) {
  margin-top: 4px !important;
}

#zSiG-O #ai-N6LPzV p,
#zSiG-O #ai-NKVA0X p {
  margin: 0;
  line-height: 1.4;
}

#zSiG-O #ai-N6LPzV a {
  color: rgb(214, 167, 96);
  text-decoration: none;
}

#zSiG-O #ai-N6LPzV a:hover {
  text-decoration: underline;
}

#zSiG-O .layout-element:has(#ai-AmbYaK) {
  width: 100%;
}

#zSiG-O .form__control {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

#zSiG-O .form .input {
  margin: 0;
}

#zSiG-O .form .input__label {
  color: #fff;
  font-weight: 500;
}

#zSiG-O .form-status {
  margin: 0;
}

@media screen and (max-width: 920px) {
  #zSiG-O .layout-element:has(#ai-LQV6zh) {
    --m-grid-row: 12 / 13 !important;
    --m-grid-column: 1 / 3 !important;
    align-items: flex-start !important;
    margin-bottom: 4px !important;
  }

  #zSiG-O .layout-element:has(#ai-NKVA0X) {
    --m-grid-row: 13 / 14 !important;
    --m-grid-column: 1 / 3 !important;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
    padding-left: 0;
  }

  #zSiG-O .layout-element:has(#ai-XsRE4d) {
    --m-grid-row: 8 / 9 !important;
    margin-bottom: 0 !important;
  }

  #zSiG-O .layout-element:has(#ai-N6LPzV) {
    --m-grid-row: 9 / 11 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  #zSiG-O .layout-element:has(#ai-AmbYaK) {
    --m-grid-row: 15 / 16 !important;
    margin-top: 0 !important;
  }

  #zSiG-O #ai-NKVA0X p {
    white-space: nowrap;
    font-size: 16px;
  }
}
