/* -------------------------Contato do programa------------------------- */

.contato-do-programa-edit {
    padding: 40px 20px;
    background: #f9f9f9;
  
    h2 {
      margin: 0;
      margin-bottom: 32px;
    }
  
    .contato-do-programa-content {
      display: grid;
      gap: 48px;
  
      .flex-info {
        display: flex;
        gap: 32px;
      }
  
      .block-fild {
        display: flex;
        gap: 4px;
        width: -webkit-fill-available;
  
        .text-fild {
          h3 {
            margin: 0;
            margin-bottom: 4px;
            font-size: 16px;
            font-weight: 400;
            color: #30302e;
          }
  
          .block-editor-rich-text__editable {
            white-space: pre-wrap;
            min-width: 1px;
            font-size: 16px;
            font-weight: 600;
            color: #1d1d1b;
          }
  
          .block-editor-url-input {
            padding-top: 5px;
            border-top: 1px solid #ebebeb;
            margin-top: 5px;
  
            .components-base-control__field {
              display: grid;
              margin: 0;
              gap: 4px;
  
              .label {
                margin: 0;
                margin-bottom: 8px;
                font-weight: 700;
                font-size: 12px;
              }
  
              input {
                width: fit-content;
                border: 1px solid #efefef;
                border-radius: 3px;
              }
            }
          }
        }
      }
  
      .telefone-fild {
        .block-editor-rich-text__editable {
          white-space: pre-wrap;
          min-width: 1px;
          padding: 2px 8px;
          border-radius: 999px;
          background: #e6edf5;
        }
      }
    }
  }
  

  /* ---------------------------------------------------------------------------------------------------------------------------- */

  
/* -------------------------Contato do programa------------------------- */

.contato-do-programa {
    padding: 40px 20px;
    background: #f9f9f9;
  
    h2 {
      margin: 0;
      margin-bottom: 32px;
    }
  
    .contato-do-programa-content {
      display: grid;
      gap: 20px;
  
      .block-fild {
        display: flex;
        gap: 4px;
        width: -webkit-fill-available;
  
        .text-fild {
          h3 {
            margin: 0;
            margin-bottom: 4px;
            font-size: 16px;
            font-weight: 400 !important;
            color: #30302e;
          }
  
          p {
            white-space: pre-wrap;
            min-width: 1px;
            font-size: 16px !important;
            font-weight: 600;
            color: #1d1d1b;
            margin: 0;
          }
        }
      }
  
      .endereco-fild {
        a {
          margin-top: 6px;
          display: flex;
          gap: 4px;
          font-size: 16px;
          font-weight: 400;
          color: #004f9f;
          align-items: center;
        }
      }
  
      .email-fild {
        a {
          display: flex;
          gap: 4px;
          align-items: center;
  
          p {
            color: #004f9f !important;
            font-weight: 400 !important;
          }
        }
      }
  
      .telefone-fild {
        p {
          white-space: pre-wrap;
          min-width: 1px;
          font-size: 14px !important;
          padding: 2px 8px;
          border-radius: 999px;
          background: #e6edf5;
        }
      }
    }
  }