/* マイクロコピー付きカードでは、Pochipp 側の上下余白をコピー上部へ寄せる */
body:not(#__) .amapon2-microcopy {
    margin: 2em auto 0 !important;
    line-height: 1.45;
    text-align: center;
}

body:not(#__) .amapon2-microcopy__frame {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.25em;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

body:not(#__) .amapon2-microcopy__frame::before,
body:not(#__) .amapon2-microcopy__frame::after {
    flex: 0 0 auto;
    line-height: inherit;
}

body:not(#__) .amapon2-microcopy__frame::before {
    content: "＼";
}

body:not(#__) .amapon2-microcopy__frame::after {
    content: "／";
}

body:not(#__) .amapon2-microcopy__text {
    min-width: 0;
    overflow-wrap: anywhere;
}

body:not(#__) .amapon2-microcopy + .pochipp-box,
body:not(#__) .amapon2-microcopy + .wp-block-shortcode .pochipp-box,
body:not(#__) .amapon2-microcopy + div .pochipp-box,
body:not(#__) .amapon2-microcopy + * .pochipp-box {
    margin: 0 auto 2em !important;
}
