/* ===================================
   OLIVERO GRID/FLEX TELJES KIKAPCSOLÁS
   =================================== */

/* Minden lehetséges szülő elem */
body,
.layout-container,
.layout-content,
main,
.region-content,
article,
.node,
.node__content,
.node__content > *,
.field,
.field__items,
.field__item,
.field--name-body,
.field--type-text-with-summary,
.text-content,
.teaser__content {
  display: block !important;
  grid-template-columns: unset !important;
  grid-template-rows: unset !important;
  flex-direction: unset !important;
  flex-wrap: unset !important;
}

/* ===================================
   KÉP FLOAT - MINDEN VIEW MODE
   =================================== */

.field--name-field-jellemzo-kep {
  float: right !important;
  display: block !important;
  margin: 0 0 1.5rem 1.5rem !important;
  max-width: 350px !important;
  width: 350px !important;
  position: relative !important;
}

/* Teaser view */
.node--view-mode-teaser .field--name-field-jellemzo-kep {
  max-width: 200px !important;
  width: 200px !important;
  margin: 0 0 1rem 1.5rem !important;
}

.field--name-field-jellemzo-kep img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 8px;
}

/* ===================================
   SZÖVEG KÖRBEFOLYÁS ENGEDÉLYEZÉSE
   =================================== */

.field--name-body,
.field--name-body p,
.text-content,
.clearfix {
  display: inline !important;
  width: auto !important;
  max-width: none !important;
}

/* Node content flow */
.node__content {
  overflow: visible !important;
  contain: none !important;
}

/* Clearfix */
.node::after,
.node__content::after,
article::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/* ===================================
   TEASER SPACING
   =================================== */

.node--view-mode-teaser {
  margin-bottom: 1rem !important;
  padding-bottom: 0.5rem !important;
}

.view-content > article {
  margin-bottom: 1rem !important;
}