#wp--skip-link--target.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
  background-image: url("https://ammmy-vision.why3s.tw/wp-content/uploads/2026/07/bg-1.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.wp-block-column.is-vertically-aligned-bottom.is-layout-flow.wp-block-column-is-layout-flow {
  text-transform: none;
  text-align: left;
  font-variant: normal;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 360px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}

.wp-block-post-featured-image {
  position: relative;
  overflow: hidden;
}

.wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: none !important;
  transition: transform .4s ease;
}

.wp-block-post-featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,235,80,.08);
  pointer-events: none;
  transition: background .3s ease;
}

.wp-block-post-featured-image:hover::after {
  background: rgba(0,0,0,.03);
}

.wp-block-post-featured-image:hover img {
  transform: scale(1.05);
}

/* 首頁 */

body.home .wp-site-blocks {
  background: #e8d930;
}

/* Archive */

body.archive .wp-site-blocks {
  background: #FAFAF6;
}

/* 單篇 */

body.single .wp-site-blocks {
  background: #FAFAF6;
}

/* Page */

body.page .wp-site-blocks {
  background: #FAFAF6;
}