/*
Theme Name: 麺チャリBLOG Litografi Child
Theme URI:
Author: Takashi Fujisaki
Author URI: https://yuiami.jp
Description: ブロックテーマ
Requires at least: 6.0
Tested up to: 6.5.3
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: litografi
Text Domain: menchari-blog
Tags:
*/

.hero {
  position: relative;
  z-index: -1;
}

.wp-block-post-terms.is-style-label > [rel="tag"] {
  background-color: white;

  &:hover {
    background-color: white;
  }
}

@media (1024px <= width) {
  .hero {
    margin-top: -6rem;
  }
}

@media (1440px <= width) {
  .wp-blockp-post-featured-image {
    padding-bottom: var(--wp--preset--spacing--50);
  }
}

@media (1600px <= width) {
  .hero {
    margin-top: -8rem;
  }
  .hero img {
    max-width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (width < 1024px) {
  nav.global-nav > ul {
    background-color: white;
    color: var(--wp--preset--color--dark-gray);
  }
  body.menu-open .menu-btn {
    & .menu-btn-bar {
      background-color: var(--wp--preset--color--dark-gray);
    }
  }
}
