.apresentacao-pequeno-itens {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
  display: grid;
  align-items: center;

  .redes-sociais {
    p {
      font-weight: 500;
      margin-bottom: 5px;
    }
    p:first-child {
      margin-bottom: 0;
    }

    .redes-grid {
      display: flex;
      justify-content: center;
      gap: 5px;
    }
  }
}

/* --------------area de editor-------------- */

.apresentacao-pequeno-itens-edit {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  height: 100%;
  display: grid;
  align-items: center;

  .redes-grid {
    display: flex;
    flex-wrap: wrap;
    .bg-redes-sociais {
      input {
        width: unset;
      }
    }
  }
}
