/* -------------------------Ações do programa------------------------- */

.indicadores-do-projeto-edit {
  h2 {
    margin: 0;
    margin-bottom: 32px;
  }

  .indicadores-do-projeto-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    background: white;

    .indicadores-do-projeto-buttom {
      display: grid;
      min-width: 175px;
      border-radius: 8px;
      padding: 20px;
      gap: 4px;

      img {
        display: flex;
        justify-self: center !important;
      }

      .input-Url {
        .block-editor-url-input {
          margin-bottom: 10px;
        }
        .components-base-control__field {
          display: grid;

          input {
            width: fit-content;
          }
        }
      }
    }

    .components-button {
      height: auto;
    }
  }
}

/* -------------------------Ações do programa------------------------- */

/* -------------------------Ações do programa------------------------- */

.indicadores-do-projeto {
  padding: 40px 0;

  .title-content {
    h2 {
      margin: 0;
      margin-bottom: 32px;
      font-size: 32px;
      font-weight: 700;
      color: #30302e;
    }
  }

  .indicadores-do-projeto-buttons {
    .row {
      row-gap: 22px;
    }

    .indicadores-do-projeto-buttom {
      background: #ffffff;
      display: flex;
      gap: 8px;
      padding: 20px 16px;
      flex-direction: column;
      align-items: center;
      border-radius: 8px;
      height: 100%;

      img {
        width: 32px;
        height: 32px;
        object-fit: cover;
      }

      h2 {
        color: #004f9f;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
      }

      p {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
      }
    }

    .components-button {
      height: auto;
    }
  }
}
