body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

[data-elementor-type="single-post"] {
  flex-grow: 1;
}

.elementor-icon-box-title {
  margin: 0;
}

.elementor-gallery-title {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 24px;
}

.elementor-gallery-title.elementor-item-active {
  background: #FEFCF5;
}

.elementor-widget-text-editor {
  font-size: 18px;
}

.elementor-widget-icon-box ul {
  padding-left: 16px;
}

.elementor-widget-image a {
  display: contents;
}

.overflow-hidden {
  overflow: hidden;
}

.aspect-21\/9 img {
  aspect-ratio: 21/9;
}