.section-contact-page {

  .globo-form-row {
    @media screen and (max-width: 990px) {
      display: block;
    }
  }

  .flex {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 6rem;
    min-height: 80vh;
  }

  h1 {
    margin-bottom: 3em;
  }

  .rte {
    ul {
      list-style: none;
      padding-left: .2em;

      li::before {
        content: "ー";
        display: inline-block;
        width: 1em;
        font-size: .8em;
        top: -.1em;
        margin-right: .2em;
        position: relative;
      }
    }
  }

  .list-social__link[aria-label="YouTube"] {
    transform: scale(1.25);
  }

  .list-social__item .icon,
  .svg-wrapper {
    width: 3rem;
    height: 3rem;
  }

  .contact-app-blocks {
    max-width: 500px;
    margin: 0 auto;
    min-height: 480px;
  }

  .globo-form-app {
    margin: 5rem -8px;
    max-width: none;

    .globo-form-input.globo-form-input {
      border-radius: 0;
      background-color: #ffffff88;

      &:hover,
      &:has(input:focus),
      &:has(textarea:focus),
      &:has(select:focus) {
        background-color: #ffffff;
      }
    }
  }
}

.globo-form-app {
  @media screen and (min-width: 750px) {
    .globo-label {
      position: absolute;
      left: 5px;
      top: .5em;
    }

    .globo-form-control {
      &:last-of-type {
        .globo-label {
          top: -.3em;
        }
      }
    }
  }

  .globo-form-input.globo-form-input {
    background: none !important;

    select {
      -webkit-appearance: none !important;
      appearance: none !important;
      text-align: center !important;
      text-align-last: center !important;
    }

    input,
    select,
    textarea {
      font-size: 1.3em !important;
      text-align: center !important;
      padding-inline: 80px;

      &:focus {
        box-shadow: rgba(var(--gfb-color-text), 0.3) 0px 1px !important;
      }
    }
  }

  .gfb__footer {
    text-align: center;

    button {
      margin-top: 2em !important;
      border-radius: 0 !important;
      width: auto !important;
      border: 2px solid #000 !important;
      color: #000;
      background-color: transparent !important;
      box-shadow: none !important;
      text-transform: uppercase !important;
      /* line-height: .4em !important; */
      /* padding-block: 0 !important; */
      min-height: 0 !important;
    }
  }
}