.areas-de-atuacao-edit {
  h2 {
    margin: 0;
    margin-bottom: 32px;
  }

  .areas-de-atuacao-buttons {
    display: grid;
    grid-template-columns: repeat(3, 33.3333%);
    gap: 32px;

    p,
    h3 {
      width: 200px;
    }

    .editor-block-list__layout {
      width: 100%;
    }

    .areas-de-atuacao-buttom {
      display: grid;
      min-width: 240px;
      border: 1px solid #ebebeb;
      border-radius: 8px;
      gap: 4px;
      overflow: hidden;

      .thumbnail {
        img {
          display: flex;
          justify-self: center !important;
          width: 100%;
          height: 209px;
          object-fit: cover;
        }
      }

      .text-content {
        padding: 0 20px;

        .text {
          h3 {
            margin: 0;
            margin-bottom: 4px;
          }

          p {
            margin: 0;
            margin-bottom: 4px;
            text-align: start;
          }
        }

        .input-Url {
          .components-base-control__field {
            display: grid;
          }
        }
      }
    }

    .components-button {
      min-height: auto;
    }

    .add-button {
      min-height: 183px;
      justify-content: center;
    }
  }
}

@media (min-width: 600px) {

  .block-editor-block-list__block .block-editor-url-input,
  .block-editor-url-input,
  .components-popover .block-editor-url-input {
    min-width: auto;
    width: auto;
  }
}