/*
Theme Name: Lightning Child
Template: lightning
*/

@import url("../lightning/style.css");

.subpage {
  padding: 140px 0 80px;
  background: #fbfcff;
  min-height: 70vh;
}

.subpage-content {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 56px;
  box-shadow: 0 16px 40px rgba(10, 17, 48, 0.08);
}

.home .entry-body,
.home .entry-content,
.home .post-inner,
.home .site-body-container,
.home .container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.home .wp-block-group,
.home .wp-block-post-content {
    max-width: none !important;
    width: 100% !important;
}

.lang-switch ul {
  display: flex !important;
}