
.share-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.article-footer-content {
  padding-inline: var(--inline-padding-base);
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}

.article-footer-content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.article-footer-content-title img {
  height: 72px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.shop-items {
  margin-bottom: 72px;
}

.shop-items-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.shop-items-list li {
  width: 50%;
  border: 1px solid #e7dfd3;
  margin-bottom: -1px;
  margin-right: -1px;
  box-sizing: border-box;
}

.shop-items-list li a {
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-decoration: none;
  color: #371804;
  height: 100%;
  box-sizing: border-box;
}

.shop-items-list li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: #f5f5f5;
}

.shop-item-meta {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: center;
  padding-block: 16px;
}

.shop-item-meta .title {
  font-size: 14px;
  font-family: var(--font-mincho);
  line-height: 1.4;
}

.shop-item-meta .price {
  font-size: 14px;
  font-weight: 600;
}

.more-button {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  padding: 8px 16px;
}

@media screen and (min-width: 768px) {
  .article-footer-content {
    padding: 0 24px;
  }

  .shop-items-list li {
    width: calc(100% / 3);
  }

  .more-button {
    display: none;
  }
}

.article-item-category {
  text-align: center;
  padding-top: 16px;
}

.article-item-category:empty {
  display: none;
}

.article-item-category a {
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
}

.article-nav-links {
  padding-top: 40px;
  margin-bottom: 72px;
}

.article-nav-links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.article-nav-links ul li {
  width: 50%;
  max-width: 224px;
}

.article-nav-links ul li a {
  display: block;
}


@media screen and (min-width: 768px) {
  .related-posts-list .post-item:nth-child(n + 3) {
    display: none;
  }
}

/* Editor Plugin Styles */
.article-content > .titlebox-block {
  margin-top: 3.2em;
}

/* WP Block Editor Styles */
.has-text-align-center {
  text-align: center !important;
}

.article-content p.min {
  text-align: right;
}

.article-content h2 span {
  display: block;
  font-size: 16px;
}

.article-content .wp-block-group h3 {
  background-color: rgba(232, 224, 212, 0.3);
  padding: 16px;
  font-size: 110%;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1em;
}

.article-content .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.article-content table {
  display: table;
  border-collapse: collapse;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
}

.article-content .wp-block-group {
  margin-bottom: 2.5em;
}

.article-content .wp-block-group.has-background {
  padding: 1em 1.5em;
}

.article-content .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 1.5em;
}


.article-content .wp-block-button {
  display: flex;
  justify-content: center;
  padding: 1em 0 1.5em;
  line-height: 1.66;
  margin-inline: auto;
}

.article-content .wp-block-button__link {
  display: inline-flex;
  padding: 0.7em 2em;
  font-weight: bold;
  text-decoration: none;
}

.article-content .wp-block-button__link.has-background {
  color: #fff !important;
}

.article-content .aligncenter {
  text-align: center;
}

.article-content figure.wp-block-embed.is-type-wp-embed iframe {
  min-height: 450px;
}

.article-content .wp-block-button a {
  transition: all 0.3s ease;
}

.article-content .wp-block-button a:hover {
  transform: translateY(-2px);
}

.wp-block-list.is-style-vk-circle-mark.ten-decorative-list--dot-lg li::before {
    content: "●";
    font-family: initial;
    left: 0;
}

@media only screen and (min-width: 480px) {
  .article-content figure.wp-block-embed.is-type-wp-embed iframe {
    min-height: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .article-content figure.wp-block-embed.is-type-wp-embed iframe {
    min-height: 480px;
  }
}

@media only screen and (min-width: 960px) {
  .article-content figure.wp-block-embed.is-type-wp-embed iframe {
    min-height: 420px;
  }
}

@media only screen and (min-width: 1112px) {
  .article-content figure.wp-block-embed.is-type-wp-embed iframe {
    min-height: 380px;
  }
}
