/*
 Theme Name:   KANOW 2024 Child
 Theme URI:    https://kanow.jp/
 Description:  KANOW 2024 Child Theme
 Author:       Kanow Co., Ltd.
 Author URI:   https://kanow.jp/
 Template:     twentytwentyfour
 Version:      1.0
*/


html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

.cf-cover {
  min-height: inherit;
}

@media (max-width: 600px) {
  .mobile-col2 .wp-block-post-template-is-layout-grid,
  .mobile-col2.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }
}

@media (max-width: 600px) {
  .mobile-col3 .wp-block-post-template-is-layout-grid,
  .mobile-col3.wp-block-post-template-is-layout-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
  }
}

.wp-block-navigation__submenu-container {
  overflow: hidden !important;
}

html.has-modal-open button[aria-label="メニューを開く"] {
  display: none;
}

.wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}

.wp-block-cover__background,
.wp-block-cover__image-background {
  pointer-events: none;
  z-index: 0 !important;
}