/* WP glue for homepage v02 port */
.ghi-proto { display: none !important; }

.anh--empty {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background:
    repeating-linear-gradient(135deg, rgba(27, 39, 87, 0.04) 0 9px, transparent 9px 18px),
    var(--voi-dam, #dcddd4);
}

.admin-bar .dau {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .dau {
    top: 46px;
  }
}

/* Fluent Forms sit inside v02 card */
.seamax-lead-form .ff-el-group {
  margin-bottom: 14px;
}
.seamax-lead-form input,
.seamax-lead-form select,
.seamax-lead-form textarea {
  width: 100%;
}

body.home.page .site-main,
body.home .site-main {
  /* v02 is full page inside front-page shell */
  padding: 0;
  margin: 0;
}
