body {
	font-size: 18px;
}
.node-preview-container {
  position: fixed;
  top: 133px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 15%;
  padding: 10px;
  background: #ced8f6;
}
.field__item {
  overflow-wrap: anywhere;
}

.button-link {
  display:flex;
  justify-content:center;
}

@media (max-width: 480px) {
	.button-link {
    flex-direction: column;
	}
}