
.guides-grid {
  display: grid;
}

.guides-grid__row {
  border: 1px solid black;
  display: contents;
}

.guides-grid__cell {
  padding: 15px;
  border: 1px solid black;
}

/* Dynamic column count */
.guides-grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.guides-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.guides-grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}


#node-egnyte-guides-edit-form [id*="-field-egnyte-fusion-payload-dat-wrapper"] label,
#node-egnyte-guides-edit-form [id*="-field-egnyte-fusion-payload-dat-wrapper"] textarea {
  position: absolute;
  z-index: -999999999;
}

.egnyte_guides .egnyte_guide__main p {
  margin-bottom: 25px !important;
}