body,
div,
figure,
h1,
h2,
h3,
input,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
  color: #1e2428;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-display: swap;
}

@media screen and (max-width: 599px) {
  img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.13);
  word-wrap: break-word;
}

a:link {
  color: #007fff;
  text-decoration: underline;
}

a:hover {
  color: #e11229;
}

a:active {
  color: #aa36ff;
}

a:visited {
  color: #6b808e;
}

h2 {
  line-height: 1.7;
  padding: 1rem 0;
  font-size: 1.5rem;
}

p {
  line-height: 1.7;
  padding: 1rem 0;
  font-size: 1.2rem;
}

.info__important {
  padding: 5px 8px;
  border-left: 4px solid #4f0080;
}
@media screen and (max-width: 599px) {
  p {
    line-height: 1.8;
  }
}

.p-header-view__contents
  .subnav
  .member
  .mypage:has(#js-header-btn-mypage:checked)
  .mypage__modal {
  opacity: 1;
  pointer-events: all;
}

.p-header-view__contents .globalnav-all label:has(:hover) div {
  color: #1e2428;
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-all label:has(:hover) div {
    color: #fff;
    text-decoration: underline;
  }
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul > li:has(.sub):hover > a:link,
  .p-header-view__contents
    .globalnav-belt
    > ul
    > li:has(.sub):hover
    > a:visited {
    color: #1e2428;
  }

  .p-header-view__contents
    .globalnav-belt
    > ul
    > li:has(.sub):hover
    > span:after {
    background-color: #fff;
  }

  .p-header-view__contents .globalnav-belt > ul > li:has(.sub):hover .sub {
    display: grid;
  }
}

.p-header:has(#js-header-btn-all:checked) {
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .p-header:has(#js-header-btn-all:checked) {
    position: -webkit-sticky;
    position: sticky;
  }
}

.p-header:has(#js-header-btn-all:checked) .p-header-navall {
  opacity: 1;
  pointer-events: all;
}

.p-footer .group-news__contents .list__group .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-giants-score__info:has(em) {
  padding: 0;
}

.p-headline__contents .list .hero .item:has(.lead) {
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "article-item-v-thumb" "article-item-v-title" "article-item-v-info" "article-item-v-lead";
}

.p-headline__contents .list > div.item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-headline__ads .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-selection__contents .list__group .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-selection__ads .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-latest-2col__contents .list > div.item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

img {
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -khtml-user-drag: none;
}

@media screen and (min-width: 600px) {
  .layout-contents:has(.layout-contents__single) {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 600px) {
  .layout-contents:has(.layout-contents-wrap),
  .layout-contents:not(:has(.layout-contents__main)):not(
      :has(.layout-contents__single)
    ) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 16px;
  }
}

@media screen and (max-width: 599px) {
  .p-main-contents {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .p-main-contents {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-main-contents:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width: 599px) {
  .p-main-contents {
    margin: 24px 0;
  }
}

@supports (-ms-ime-align: auto) {
}

.p-main-contents img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: auto;
}

.p-contents-ranking__tabs label:has(input[name="p-contents-ranking"]:checked) {
  font-weight: 700;
}

.p-contents-ranking:has(input[data-contents-ranking="daily"]:checked)
  .panel[data-contents-ranking="daily"] {
  display: block;
}

.p-contents-ranking:has(input[data-contents-ranking="weekly"]:checked)
  .panel[data-contents-ranking="weekly"] {
  display: block;
}

.p-contents-ranking:has(input[data-contents-ranking="video"]:checked)
  .panel[data-contents-ranking="video"] {
  display: block;
}

.p-contents-ranking-2020 input:not(:checked) + h3 label {
  cursor: pointer;
}

.p-contents-ranking-2020 input:not(:checked) ~ ol {
  display: none;
}

@media screen and (max-width: 599px) {
  .p-ad-org-news-txt__item _:future {
    padding-top: 2px;
  }
}

@media screen and (min-width: 600px) {
  .p-ad-org-news-txt__item _:future {
    padding-top: 2px;
  }
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) {
  border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) {
  border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) {
  border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) {
  border-left-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-style"]) {
  border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) {
  border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) {
  border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) {
  border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) {
  border-left-width: medium;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}

.wp-block-cover h1:where(:not(.has-text-color)),
.wp-block-cover h2:where(:not(.has-text-color)),
.wp-block-cover h3:where(:not(.has-text-color)),
.wp-block-cover h4:where(:not(.has-text-color)),
.wp-block-cover h5:where(:not(.has-text-color)),
.wp-block-cover h6:where(:not(.has-text-color)),
.wp-block-cover p:where(:not(.has-text-color)),
.wp-block-cover-image h1:where(:not(.has-text-color)),
.wp-block-cover-image h2:where(:not(.has-text-color)),
.wp-block-cover-image h3:where(:not(.has-text-color)),
.wp-block-cover-image h4:where(:not(.has-text-color)),
.wp-block-cover-image h5:where(:not(.has-text-color)),
.wp-block-cover-image h6:where(:not(.has-text-color)),
.wp-block-cover-image p:where(:not(.has-text-color)) {
  color: inherit;
}

@supports (-webkit-touch-callout: inherit) {
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}

:where(.wp-block-file) {
  margin-bottom: 1.5em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
}

.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}

.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}

:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment
      )
  ) {
  line-height: 1.1;
}

:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
      )
  ) {
  line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}

ol,
ul {
  box-sizing: border-box;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}

:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
  padding: 0.5em 1em;
}

:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      button.wp-block-navigation-item__content
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-pages-list__item
      button.wp-block-navigation-item__content
  ) {
  padding: 0.5em 1em;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}

:where(.wp-block-pullquote) {
  margin: 0 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

:where(pre.wp-block-verse) {
  font-family: inherit;
}

@supports (position: sticky) {
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*="border-top-color"]) {
  border-top-style: solid;
}

html :where([style*="border-right-color"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
  border-left-style: solid;
}

html :where([style*="border-width"]) {
  border-style: solid;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
  pointer-events: initial;
}

.category-vendors-list-handler + a:focus-visible {
  outline: 2px solid #000;
}
.comments {
  margin-top: 2rem;
  font-size: 1rem;
}
.block {
  padding-top: 0.5rem;
}
.answer {
  padding-left: 3rem;
}
.answer-block {
  border-left: 4px solid #000;
  padding-top: 0.4rem !important;
}
.comments__title {
  font-weight: 700;
  color: #1b1b1b;
}
.comments__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 1rem;
}
.comments__block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.279);
}
.block__input {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 12px 16px 20px;
}
.block__input-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.block__input-top span:first-child {
  color: #000;
  font-weight: 700;
}
.block__input-top span:last-child {
  color: #3b5998;
}
.block__input-info {
  display: flex;
  gap: 0.4rem;
}
.block__input-info input {
  width: 100%;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  text-align: left;
}
.avatar__img {
  max-width: 50px !important;
  border-radius: 5px !important;
}
.block__row {
  padding: 0 10px;
  display: flex;
}
.block__info {
  flex: 1 1 90%;
  margin-left: 1rem;
}

.info__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.info__name-dis {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #4d4d4d;
  font-size: 0.9rem;
}

.info__text-text {
  text-align: left;
  font-size: 16px;
}
.info__like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
}
.info__like-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  color: #4d4d4d77;
}
.info__like-row .fa-twitter {
  font-size: 0.8rem;
}
.block__info::after {
  margin-bottom: 1rem;
}
.comment-block-input__button {
  cursor: pointer;
}
.reg__item::marker {
  color: indigo;
  font-size: 1.5rem;
}
.flx-centred {
  display: flex;
  align-items: center;
  justify-content: center;
}
