@charset "UTF-8";

/* 親テーマから拡張する場合はスタイルを定義してください */

/*
 * Story member: ordinary Giyudo columns use a negative inner gutter in the
 * parent theme. Keep that gutter when the columns stack on smartphones.
 * Horizontal-scroll columns are a separate component and are excluded.
 */
@media screen and (max-width: 599px) {
  body.single-member .post_content
  > .giyudo-block-columns:not([data-scrollable="1"])
  > .giyudo-block-columns__inner {
    width: auto !important;
    max-width: none !important;
    margin-left: calc(var(--gyd-clmn-mrgn--x) * -1) !important;
    margin-right: 0 !important;
  }
}
