/*
Theme Name: Okamura
Author: Purvis Research
Author URI: https://purvisresearch.com
Description: Okamura Global Wordpress Theme ヾ(⌐■_■)ノ
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 0.0
Text Domain: okamura
*/

:root {
  --okm-content-inset: 51px;
  --wp--style--global--content-size: min(
    calc(100% - calc(var(--okm-content-inset) * 2)),
    1176px
  );
}

.swiper {
  .swiper-button-prev,
  .swiper-button-next {
    opacity: 0;
    transition: opacity 0.2s;
  }

  &:hover .swiper-button-prev,
  &:hover .swiper-button-next {
    opacity: 1;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--wp--preset--color--gray-dark-a);
  font-weight: 700;
  height: 48px;
  width: 48px;
}

.wp-block-paragraph a:not(:only-child) {
  text-decoration: underline;
}

details > summary.list-none::-webkit-details-marker,
details > summary.list-none::marker {
  display: none;
}

@media screen and (width <= 640px) {
  :root {
    --okm-content-inset: 8px;
    --wp--preset--font-size--normal: 14px;
    --wp--style--block-gap: 16px;
  }

  .wp-block-spacer {
    display: none;
  }
}
