/* -------------------------Ações do programa------------------------- */

.acoes-do-programa-edit {
    h2 {
      margin: 0;
      margin-bottom: 32px;
    }
  
    .acoes-do-programa-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
  
      .acoes-do-programa-buttom {
        display: grid;
        min-width: 175px;
        border: 1px solid #ebebeb;
        border-radius: 8px;
        padding: 20px;
        gap: 4px;
  
        img {
          display: flex;
          justify-self: center !important;
        }
  
        .input-Url {
          .components-base-control__field {
            display: grid;
  
            input {
              width: fit-content;
            }
          }
        }
      }
  
      .components-button {
        height: auto;
      }
    }
  }

  
    /* -------------------------Ações do programa------------------------- */

/* -------------------------Ações do programa------------------------- */

.acoes-do-programa {
    padding: 40px 0;
    background: #f9f9f9;
  
    h2 {
      margin: 0;
      margin-bottom: 32px;
      font-size: 32px;
      font-weight: 700;
      color: #30302e;
    }
  
    .acoes-do-programa-buttons {
      .acoes-do-programa-buttom {
        display: grid;
        border: 1px solid #ebebeb;
        background: white;
        border-radius: 8px;
        padding: 20px 5px;
        gap: 4px;
        min-height: 120px;
        justify-items: center;
        align-content: center;
        margin-bottom: 32px;
  
        p {
          margin: 0;
          font-size: 14px !important;
          font-weight: 700;
          color: #004f9f;
        }
      }
  
      .components-button {
        height: auto;
      }
    }
  }
  