/*
Theme Name:			odp-appreciate
Theme URI:			https://www.odp.info
Author:				FIVETAGPLUS.
Author URI:			https://www.5tag.co.jp/
Description:		ODP Appreciate
*/

body {
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.wp-site-blocks main {
  min-height: calc(100dvh - 64px - 82px - 1.2rem);
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-block-post-content pre {
  font-size: 1rem;
  line-height: 1.6;
}

h1.wp-block-post-title {
  font-size: 1.75rem;
  font-weight: bold;
}

.wp-block-post-content h2 {
  margin: 1rem;
  padding: .5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  line-height: 1.6;
}

.wp-block-post-content h3 {
  font-size: 1.125rem;
  margin-top: .5rem;
  line-height: 1.6;
}

.wp-block-post-content h6 {
  font-size: 0.625rem;
  line-height: 1.6;
}

.post-title {
  font-size: 1.125rem;
}

code {
  color: #ED1A3D;
  font-weight: bold;
}

#home-list_date {
  display: block;
}

#home-list_date .date,
#home-list_date .author {
  width: 50%;
}

#home-list_date .author {
  display: flex;
}

#p-width {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 780px) {
  #home-list_date {
    display: none;
  }

  #p-width,
  .wp-site-blocks main {
    padding-left: 0;
    padding-right: 0;
  }
}

.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  text-align: center;
  background: #fef3c7;
  padding: .5rem;
}

#cat-search-title {
  font-size: inherit;
}

#cat-list {
  color: inherit;
  text-decoration: inherit;
}

#footer-link {
  text-decoration: inherit;
}