.wp-block-html {
  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 0 !important;
}
/* ปลดล็อก container นอกสุดของ Group block */
.wp-block-group.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 0 !important;
}
.split-screen {
  display: flex;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.split {
  position: relative;
  width: 50%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo {
  width: 80px;
  margin-bottom: 20px;
}

.button {
  background: #f1c40f;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
}
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
/* ปลดล็อก Theme Container นอกสุด */
.container,
.site,
.content-area,
.entry-content {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;
}

