/* ::::::::::::::::::: mbtk-block-editor ::::::::::::::::::: */
.mbtk-block-editor h1,
.mbtk-block-editor h2,
.mbtk-block-editor h3,
.mbtk-block-editor h4,
.mbtk-block-editor h5,
.mbtk-block-editor h6,
.mbtk-block-editor blockquote,
.mbtk-block-editor blockquote *,
.mbtk-block-editor .wp-block-table,
.mbtk-block-editor p,
.mbtk-block-editor figure {
    margin: 0;
    transform: scale(1);
    transform-origin: center center;
}

.mbtk-block-editor * {
    max-width: 100%;
}


/* 画質悪化防止 */
.mbtk-block-editor img {
    max-width: 100%;
    height: auto;
}

/* 画像の下マージン */
.mbtk-block-editor figure.wp-block-image {
    margin-bottom: 3rem;
}

/* 画質悪化防止２ */
.mbtk-block-editor figure.wp-block-image>img {
    max-width: 100%;
    height: auto;
}


/* =============================================
        　　　　　　文字色設定
============================================= */
.mbtk-block-editor .has-black-color {
    color: #000;
}
.mbtk-block-editor .has-cyan-bluish-gray-color {
    color: #ABB8C3;
}
.mbtk-block-editor .has-white-color {
    color: #FFF;
}
.mbtk-block-editor .has-pale-pink-color {
    color: #F78DA7;
}
.mbtk-block-editor .has-vivid-red-color {
    color: #CF2E2E;
}
.mbtk-block-editor .has-luminous-vivid-orange-color {
    color: #FF6900;
}
.mbtk-block-editor .has-luminous-vivid-amber-color {
    color: #FCB900;
}
.mbtk-block-editor .has-light-green-cyan-color {
    color: #7BDCB5;
}
.mbtk-block-editor .has-vivid-green-cyan-color {
    color: #00D084;
}
.mbtk-block-editor .has-pale-cyan-blue-color {
    color: #8ED1FC;
}
.mbtk-block-editor .has-vivid-cyan-blue-color {
    color: #0693E3;
}
.mbtk-block-editor .has-vivid-purple-color {
    color: #9B51E0;
}

/* =============================================
        　　　　　　背景色設定
============================================= */
.mbtk-block-editor .has-background {
    padding: 4.2rem 5rem 5rem;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor .has-background {
        padding-left: 6%;
        padding-right: 6%;
    }
}
.mbtk-block-editor .has-background > *:first-child,
.mbtk-block-editor .wp-block-group .wp-block-group__inner-container > *:first-child {
    margin-top: 0;
}
.mbtk-block-editor .has-background > *:last-child,
.mbtk-block-editor .wp-block-group .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0;
}

.mbtk-block-editor .has-black-background-color {
    background-color: #000;
}
.mbtk-block-editor .has-cyan-bluish-gray-background-color {
    background-color: #ABB8C3;
}
.mbtk-block-editor .has-white-background-color {
    background-color: #FFF;
}
.mbtk-block-editor .has-pale-pink-background-color {
    background-color: #F78DA7;
}
.mbtk-block-editor .has-vivid-red-background-color {
    background-color: #CF2E2E;
}
.mbtk-block-editor .has-luminous-vivid-orange-background-color {
    background-color: #FF6900;
}
.mbtk-block-editor .has-luminous-vivid-amber-background-color {
    background-color: #FCB900;
}
.mbtk-block-editor .has-light-green-cyan-background-color {
    background-color: #7BDCB5;
}
.mbtk-block-editor .has-vivid-green-cyan-background-color {
    background-color: #00D084;
}
.mbtk-block-editor .has-pale-cyan-blue-background-color {
    background-color: #8ED1FC;
}
.mbtk-block-editor .has-vivid-cyan-blue-background-color {
    background-color: #0693E3;
}
.mbtk-block-editor .has-vivid-purple-background-color {
    background-color: #9B51E0;
}

/* =============================================
            以下プロジェクト毎に調整
============================================= */
/* 本文、下余白 */
:root {
    --mbtk--text-base-fz: 1.5rem;
    --mbtk--text-base-fw: 400;
    --mbtk--text-base-lh: 2;
    --mtbk-text-base-ls: 0.05em;
}
.mbtk-block-editor p {
    font-size: var(--mbtk--text-base-fz);
    font-weight: var(--mbtk--text-base-fw);
    line-height: var(--mbtk--text-base-lh);
    letter-spacing: var(--mtbk-text-base-ls);
    color: #0068b7;
}
.mbtk-block-editor a {
    font-size: var(--mbtk--text-base-fz);
    line-height: var(--mbtk--text-base-lh);
    letter-spacing: var(--mtbk-text-base-ls);
    color: #0068b7;
}

/* リンク */
.mbtk-block-editor a {
    text-decoration: underline;
    transition: opacity .2s;
}
.mbtk-block-editor a:hover {
    opacity: 0.6;
}

/* hover テキストリンク */
.mbtk-block-editor p > a,
.mbtk-block-editor li > a,
.mbtk-block-editor blockquote > a,
.mbtk-block-editor cite > a,
.mbtk-block-editor td > a,
.mbtk-block-editor figcaption > a {
    color: #0068b7;
}

/* 本文サイズ、x-large */
.mbtk-block-editor p.has-x-large-font-size {
    font-size: 2.4rem;
}
/* 本文サイズ、large */
.mbtk-block-editor p.has-large-font-size {
    font-size: 2rem;
}
/* 本文サイズ、medium */
.mbtk-block-editor p.has-medium-font-size {
    font-size: 1.8rem;
}
/* 本文サイズ、small */
.mbtk-block-editor p.has-small-font-size {
    font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor p.has-x-large-font-size {
        font-size: 2.1rem;
    }
    .mbtk-block-editor p.has-large-font-size {
        font-size: 1.8rem;
    }
    .mbtk-block-editor p.has-medium-font-size {
        font-size: 1.6rem;
    }
    .mbtk-block-editor p.has-small-font-size {
        font-size: 1.2rem;
    }
}

/* 本文下余白 */
.mbtk-block-editor p {
    margin-bottom: 28px;
    color: #222;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor p {
        margin-bottom: 25px;
    }
}

/* 引用 */
.mbtk-block-editor cite {
    font-size: var(--mbtk--text-base-fz);
    font-weight: var(--mbtk--text-base-fw);
    letter-spacing: var(--mtbk-text-base-ls);
    margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor cite {
        margin-bottom: 35px;
    }
}

/* 見出しフォントアピアランス、上下マージン、ボーダー */
.mbtk-block-editor h1,
.mbtk-block-editor h2,
.mbtk-block-editor h3,
.mbtk-block-editor h4,
.mbtk-block-editor h5,
.mbtk-block-editor h6 {
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.5;
    font-weight: bold;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor h1,
    .mbtk-block-editor h2,
    .mbtk-block-editor h3,
    .mbtk-block-editor h4,
    .mbtk-block-editor h5,
    .mbtk-block-editor h6 {
        margin-bottom: 15px;
    }
}

/* 見出しフォントサイズ */
.mbtk-block-editor h1 {
    font-size: 4.4rem;
    color: #0068b7;
}
.mbtk-block-editor h2 {
    font-size: 3.6rem;
    color: #0068b7;
}
.mbtk-block-editor h3 {
    font-size: 2.5rem;
    color: #0068b7;
}
.mbtk-block-editor h4 {
    font-size: 2rem;
}
.mbtk-block-editor h5 {
    font-size: 1.8rem;
}
.mbtk-block-editor h6 {
    font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor h1 {
        font-size: 3.0rem;
    }
    .mbtk-block-editor h2 {
        font-size: 2.5rem;
    }
    .mbtk-block-editor h3 {
        font-size: 2rem;
    }
    .mbtk-block-editor h4 {
        font-size: 1.8rem;
    }
    .mbtk-block-editor h5 {
        font-size: 1.7rem;
    }
    .mbtk-block-editor h6 {
        font-size: 1.6rem;
    }
}

/* 強調テキスト（太さ） */
.mbtk-block-editor strong {
    font-weight: bold;
}

/* 強調テキスト（イタリック体） */
em {
    font-style: italic;
}


/*センター揃え*/
.aligncenter,
.has-text-align-center,
.is-content-justification-center {
    text-align: center;
}

/*右揃え*/
.alignright,
.has-text-align-right,
.is-content-justification-right {
    text-align: right;
}

/* リスト */
.mbtk-block-editor ul,
.mbtk-block-editor ol {
    margin-bottom: 40px;
}

.mbtk-block-editor ul > li {
    position: relative;
    padding-left: 2rem;
    list-style-type: none;
    font-size: var(--mbtk--text-base-fz);
    font-weight: var(--mbtk--text-base-fw);
    line-height: var(--mbtk--text-base-lh);
    letter-spacing: var(--mtbk-text-base-ls);
    color: #222;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor ul > li {
        padding-left: 1.6rem;
    }
}

.mbtk-block-editor ul > li::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 1.1rem;
    left: 3px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #0068b7;
    border-radius: 50%;
}
@media screen and (max-width: 1000px) {
    /* .mbtk-block-editor ul > li::before {
        top: 1.4rem;
    } */
}

.mbtk-block-editor ol {
    list-style: auto;
    text-align: left;
    list-style-type: none;
    counter-reset: my-counter;
}

.mbtk-block-editor ol > li {
    position: relative;
    font-size: var(--mbtk--text-base-fz);
    font-weight: var(--mbtk--text-base-fw);
    line-height: var(--mbtk--text-base-lh);
    letter-spacing: var(--mtbk-text-base-ls);
    color: #222;
}

.mbtk-block-editor ol > li::before {
    content: counter(my-counter)".";
    counter-increment: my-counter;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    line-height: var(--mbtk--text-base-lh);
    letter-spacing: var(--mtbk-text-base-ls);
    color: #0068b7;
    min-width: 2rem;
}

@media screen and (max-width: 1000px) {
    .mbtk-block-editor ol > li::before {
        top: 0;
    }
}

.mbtk-block-editor ol > li::marker {
    font-size: 1.6rem;
}

.mbtk-block-editor span.mark {
    padding: 0 10px;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 16px;
    border: 1px solid #001E2A;
}

.mbtk-block-editor span.mark.limited {
    border-color: #0068b7;
    color: #0068b7;
    background: #0068b7;
}



/* ブロッククォート */
.mbtk-block-editor blockquote {
    padding: 45px 50px 18px;
    border: 1px solid #dddddd;
    margin: 15px 0 50px;
    line-height: 2;
    color: #222;
    background-color: inherit;
}
.mbtk-block-editor blockquote.without-border {
    border: unset;
}
.mbtk-block-editor blockquote p {
    color: #222;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor blockquote {
        padding: 34px 20px 13px;
        margin-bottom: 50px;
    }
}

/* ギャラリー */
.mbtk-block-editor .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
    padding-bottom: 3em;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor .wp-block-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 750px) {
    .mbtk-block-editor .wp-block-gallery {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem 2rem;
        padding-bottom: 1em;
    }
}

.mbtk-block-editor .wp-block-gallery .wp-block-image {
    padding-bottom: 0;
}

/* メディア下の余白 */
.mbtk-block-editor .wp-block-columns,
.mbtk-block-editor .wp-block-image,
.mbtk-block-editor .wp-block-file,
.mbtk-block-editor .wp-block-audio,
.mbtk-block-editor .wp-block-video {
    margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor .wp-block-columns,
    .mbtk-block-editor .wp-block-image,
    .mbtk-block-editor .wp-block-file,
    .mbtk-block-editor .wp-block-audio,
    .mbtk-block-editor .wp-block-video {
        margin-bottom: 40px;
    }
}

/* 画像角丸スタイル*/
.mbtk-block-editor .is-style-rounded img {
    border-radius: 9999px;
}

/* メディア内本文 */
.mbtk-block-editor .wp-block-image p,
.mbtk-block-editor .wp-block-file p,
.mbtk-block-editor .wp-block-audio p,
.mbtk-block-editor .wp-block-video p {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* 動画 */
.mbtk-block-editor .wp-block-video video {
    width: 100%;
    margin: 0.5rem 0;
}

/* preタグ（codeタグの親にセットされ、コードのインデントを作る） */
.mbtk-block-editor .wp-block-code {
    padding: 2rem 3rem;
    border: 1px solid #0068b7;
    margin-top: 1rem;
    margin-bottom: 3rem !important;
    font-size: var(--mbtk--text-base-fz);
    font-weight: var(--mbtk--text-base-fw);
    line-height: var(--mbtk--text-base-lh);
    color: #0068b7;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor .wp-block-code {
        padding-left: 6%;
        padding-right: 6%;
    }
}
@media screen and (max-width: 750px) {
    .mbtk-block-editor .wp-block-code {
        padding-top: 1.8rem;
        padding-bottom: 2rem;
        margin-bottom: 1rem !important;
    }
}

/* preタグ内に記述するcodeタグ（codeを表記するときに使う） */
.mbtk-block-editor .wp-block-code code {
    font-style: italic;
    white-space: break-spaces;
}

/* オーディオ */
.mbtk-block-editor audio {
    width: 100%;
    margin: 0.5rem 0;
}

/* フィグキャプション */
.mbtk-block-editor figcaption,
.mbtk-block-editor figcaption >a {
    padding: 1em 0 1em;
    margin: 0;
    font-size: 1.4rem;
    font-weight: var(--mbtk--text-base-fw);
    line-height: 2;
    letter-spacing: var(--mtbk-text-base-ls);
    color: #999999;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor figcaption {
        padding: 0.5em 0 0.5em;
    }
}

/* ボタンリンク */
.mbtk-block-editor .wp-block-buttons {
    width: 100%;
    margin: 0 0 50px;
}
.mbtk-block-editor .wp-block-buttons.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    gap: 20px;
}
.mbtk-block-editor .wp-block-buttons.is-vertical {
    flex-direction: column;
}
.mbtk-block-editor .wp-block-buttons .wp-block-button {
    width: fit-content;
    min-width: 28rem;
}
.mbtk-block-editor .wp-block-buttons .wp-block-button.has-custom-width.wp-block-button__width-50 {
    width: calc((100% - 20px) / 2);
}
.mbtk-block-editor .wp-block-buttons .wp-block-button .wp-block-button__link {
    pointer-events: auto;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.8rem 2rem 1rem;
    border-radius: 9999px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #0068b7;
    opacity: 1;
    transition: opacity .3s;
}
.mbtk-block-editor .wp-block-buttons .wp-block-button.has-custom-width.wp-block-button__width-50 .wp-block-button__link {
    width: 100%;
}
/* ボタンリンク、hover */
@media (hover: hover) {
    .mbtk-block-editor .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
        opacity: .6;
    }
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor .wp-block-buttons {
        margin: 0 0 40px;
    }
    .mbtk-block-editor .wp-block-buttons.is-layout-flex {
        flex-direction: column;
        gap: 20px;
    }
    .mbtk-block-editor .wp-block-buttons .wp-block-button.has-custom-width.wp-block-button__width-50 {
        width: 100%;
    }
}


/* tableの上下マージン */
.mbtk-block-editor .wp-block-table,
.mbtk-block-editor .wp-block-flexible-table-block-table {
    margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor .wp-block-table,
    .mbtk-block-editor .wp-block-flexible-table-block-table {
        margin-bottom: 40px;
    }
}

/* テーブル全体 */
.mbtk-block-editor table {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor table {
        margin-bottom: 2rem;
    }
}

/* テーブル内の行とセル共通設定 */
.mbtk-block-editor table tr {
    position: relative;
    display: table-row;
    border-color: #dddddd;
}

.mbtk-block-editor table tr > *:not(:last-child) {
    border-right: 1px solid #dddddd;
}

.mbtk-block-editor table th,
.mbtk-block-editor table td {
    position: relative;
    display: table-cell;
    padding: 1.4rem 2rem 1.6rem;
    font-size: var(--mbtk--text-base-fz);
    line-height: var(--mbtk--text-base-lh);
    border-color: #dddddd;
}

.mbtk-block-editor table th {
    font-weight: 700;
    color: #0068b7;
    background-color: #f8f8f8;
    text-align: left;
}

.mbtk-block-editor table td {
    font-weight: 400;
    color: #222;
}

/* table内テキストのマージン */
.mbtk-block-editor table th p,
.mbtk-block-editor table td p {
    margin-bottom: 0;
}

/* テーブル用フィグキャプション */
.mbtk-block-editor table + figcaption {
    padding-top: 0;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-size: var(--mbtk--text-base-fz);
    font-weight: 400;
    line-height: var(--mbtk--text-base-lh);
    color: #999999;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor table + figcaption {
        margin-top: 1.5rem;
    }
    .mbtk-block-editor table th,
    .mbtk-block-editor table td{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}


/* カラム、親 */
.mbtk-block-editor .wp-block-columns {
    display: flex;
    gap: 2rem 4rem;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .mbtk-block-editor .wp-block-columns {
        flex-direction: column;
        gap: 0;
    }
}

.mbtk-block-editor .wp-block-columns.is-layout-flex {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .mbtk-block-editor .wp-block-columns.is-layout-flex  {
        margin-bottom: 0;
    }
    .mbtk-block-editor .wp-block-columns .wp-block-column.is-layout-flow {
        margin-bottom: 0;
    }
}

/* カラム、子 */
.mbtk-block-editor .wp-block-columns .wp-block-column {
    width: 100%;
}


/* 区切り線 */
.mbtk-block-editor hr {
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-image-slice: 1;
    margin: 50px 0;
}
@media screen and (max-width: 1000px) {
    .mbtk-block-editor hr {
        margin: 40px 0;
    }
}

/* 埋め込みタグ */
.mbtk-block-editor .is-provider-youtube,
.mbtk-block-editor .is-provider-vimeo {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 10px 0 30px;
}
/* 動画 */
.mbtk-block-editor iframe {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin: 10px 0 30px;
}
/* マップ */
.mbtk-block-editor iframe[src*=maps] {
    width: 100%;
    height: 45rem;
    margin: 10px 0 30px;
}
/* YouTube */
.mbtk-block-editor iframe[title="YouTube"] {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 10px 0 30px;
}
@media screen and (max-width: 1000px) {
    /* 埋め込みタグ */
    .mbtk-block-editor .is-provider-youtube,
    .mbtk-block-editor .is-provider-vimeo {
        margin: 10px 0 30px;
    }
    /* 動画 */
    .mbtk-block-editor iframe {
        margin: 10px 0 30px;
    }
    /* マップ */
    .mbtk-block-editor iframe[src*=maps] {
        margin: 10px 0 30px;
    }
    /* YouTube */
    .mbtk-block-editor iframe[title="YouTube"] {
        margin: 10px 0 30px;
    }
}

.mbtk-block-editor .wp-block-file {}
.mbtk-block-editor .wp-block-file__button {
    display: inline-block;
    padding: 0 1rem;
    text-decoration: none;
    color: #fff;
    background: #32373c;
}


/* ======================================== その他  ======================================== */

/* ----- グループブロック ----- */
/* ----- グループブロックの内側の要素は下マージン０ ----- */
.mbtk-block-editor .wp-block-group {
    margin-bottom: 40px;
}
.mbtk-block-editor .wp-block-group .wp-block-group__inner-container > * {
    margin-top: 0;
    margin-bottom: 0;
}


/* ----- margin0にしたいとき ----- */
.mbtk-block-editor > *.margin0 {
    margin: 0 !important;
}


/* ----- with-pdf-icon ----- */
/* pdfで画像が見えてるパターンのアイコン消去 */
figure.wp-block-image .with-pdf-icon::after {
    display: none;
}

/* ----- 
テキストの横にアイコンを入れるとき
使用ページ: /employment/business-details/
 ----- */
.mbtk-block-editor > p > strong > img {
    vertical-align: bottom;
}

/* ----- ページ内スクロール位置調整クラス ----- */
.mbtk-block-editor > p.scroll-stop-adjuster,
.mbtk-block-editor > h2.scroll-stop-adjuster,
.mbtk-block-editor > h3.scroll-stop-adjuster,
.mbtk-block-editor > h4.scroll-stop-adjuster,
.mbtk-block-editor > h5.scroll-stop-adjuster,
.mbtk-block-editor > h6.scroll-stop-adjuster {
    position: relative;
    z-index: -1;
    padding-top: 10rem;
    margin-top: -10rem;
}

/* ----- table ブロック　デフォルト　リセット ----- */
.mbtk-block-editor .wp-block-table thead {
    border-bottom: 0;
}
.mbtk-block-editor .wp-block-table tfoot {
    border-top: 0;
}

/* ----- flexible table スクロール関係 ----- */
.mbtk-block-editor .wp-block-flexible-table-block-table {
    overflow-x: auto;
}

/* ----- flexible table padding override on default ----- */
.mbtk-block-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.mbtk-block-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1.4rem 2rem 1.6rem;
}
@media (max-width: 1000px) {
    .mbtk-block-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
    .mbtk-block-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.mbtk-block-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.mbtk-block-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border-color: #dddddd;
}
.mbtk-block-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background-color: #f8f8f8;
}


.mbtk-block-editor .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
}
@media (min-width: 600px) {
    .mbtk-block-editor  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
}

.mbtk-block-editor .margin0 {
    margin: 0;
}