html[lang="zh-tw"] .font-montserrat {
  font-family: "Noto Sans JP", sans-serif !important;
}

.layoutArea .wrapper {
    width: 1041px;
    padding: 50px 0;
}

.f-bold{
    font-weight: bold;
}
.text-red{
    color: #cc0000;
}
.text-orange1{
    color: #fcc269;
}
.text-orange2{
    color: #ea8937;
}
.text-orange3{
    color: #e37837;
}
.text-orange4{
    color: #dd6933;
}
.text-orange5{
    color: #cf4930;
}
.bg-white{
    background: #fff;
}
.bg-beige{
    background: #F8F6EE;
}
.bg-brown{
    background: #6A503E;
}
.bg-fox{
    background: #DEB040;
}
.bg-black{
    background: #1A1A1A;
}
.bg-light-blak{
    background: #333333;
}

.border-right{
    border-right: 1px solid #D1D1D1;
}
.border-left{
    border-left: 1px solid #D1D1D1;
}


/* TOP MAIN VISUAL */
.mainvisual{
    position: relative;
    overflow: hidden;
    background: url(/img/plan/esim/mv_background.jpg) center / cover no-repeat;
    min-height: 420px;
    height: clamp(420px, calc(100vw * 704 / 1900), 532px);
}
#main_title{
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: clamp(16px, 2vw, 26px) 0;
    margin: 0 auto;
}
#main_title::after{
    content: "";
    position: absolute;
    top: clamp(72px, 18%, 100px);
    right: clamp(-128px, -5vw, -24px);
    z-index: 0;
    width: clamp(360px, 40vw, 607px);
    aspect-ratio: 607 / 308;
    background: url(/img/plan/esim/world_map.png) center / contain no-repeat;
    pointer-events: none;
}
#main_title > *{
    position: relative;
    z-index: 1;
}
.mainvisualContent{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: clamp(320px, 42vw, 500px);
    padding-left: clamp(8px, 1vw, 12px);
}
.mainvisualLogo{
    display: block;
    max-width: 100%;
    margin-left: -15px;
}
.mainvisual h1{
    max-width: none;
    text-align: left;
    font-size: clamp(30px, 3vw, 36px);
    font-weight: 600;
    color: white;
    line-height: 1.18;
    margin: 0 0 18px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.mainvisualFeatureList{
    margin: 0 0 clamp(20px, 4vh, 36px);
    padding: 0;
    list-style: none;
}
.mainvisualFeatureList li{
    display: flex;
    align-items: center;
    gap: clamp(8px, 1vw, 10px);
    color: #ffffff;
    font-size: clamp(15px, 1.45vw, 18px);
    font-weight: 600;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}
.mainvisualFeatureList li + li{
    margin-top: 8px;
}
.mainvisualFeatureList li::before{
    content: "";
    flex: 0 0 clamp(16px, 1.4vw, 18px);
    width: clamp(16px, 1.4vw, 18px);
    height: clamp(16px, 1.4vw, 18px);
    background: url(/img/plan/esim/orange_check.png) center / contain no-repeat;
}
.mainBgBtn{
    margin-top: 20px;
    text-align: left;
}
.btn_esim_order{
    display: inline-block;
    background-color: #cc0000;
    color: white;
    font-weight: bold;
    padding: 12px clamp(24px, 2.4vw, 30px);
    line-height: 1.2;
    border-radius: 30px;
    font-size: 24px;
    width: 340px;
}
.btn_esim_order::after{
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
}
.btn_esim_order:hover{
    background: #db0000;
    transition: .3s;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .mainvisual{
        min-height: 430px;
    }
    #main_title::after{
        top: 84px;
        right: 120px;
        width: 460px;
    }
    .mainvisualContent{
        width: 400px;
        height: 100%;
        padding-left: 8px;
    }
    .mainvisualLogo{
        width: 420px;
        margin-left: -10px;
    }
    .mainvisual h1{
        font-size: 29px;
        margin-bottom: 14px;
    }

    .mainvisualFeatureList li{
        font-size: 16px;
    }
}
#static_contents.esimPage .mainvisual{
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 532px;
    height: 532px;
}
#static_contents.esimPage #main_title{
    width: 1041px;
    min-width: 1041px;
    padding: 50px 0;
}
#static_contents.esimPage #main_title::after{
    top: 100px;
    right: -50px;
    width: 607px;
}
#static_contents.esimPage .mainvisualContent{
    width: 500px;
    padding-left: 12px;
}

#static_contents.esimPage .mainvisual h1{
    font-size: 36px;
    margin: 0 0 18px;
}
#static_contents.esimPage .mainvisualFeatureList{
    margin: 0 0 36px;
}
#static_contents.esimPage .mainvisualFeatureList li{
    gap: 10px;
    font-size: 18px;
}
#static_contents.esimPage .mainvisualFeatureList li::before{
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

/* What is NINJA eSIM? */
.whatIs{
     background: #F8F8F8;
}
.whatIs .wrapper{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1041px;
    margin: 0 auto;
}
.whatIsStage{
    position: relative;
    overflow: hidden;
}
.whatIsIntro{
    position: relative;
    z-index: 1;
}
h2.whatIsHeadline{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    color: #202124;
    margin-bottom: 26px;
}
.whatIsHeadline span{
    color: #cc0100;
}
.whatIsBodyScroller{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.whatIsBody{
    position: relative;
    display: grid;
    grid-template-columns: minmax(289px, 488px) minmax(240px, 594px);
    min-width: 1048px;
    justify-content: center;
    gap: clamp(18px, 2vw, 28px);
    align-items: end;
}
.whatIsBody::before{
    content: "";
    position: absolute;
    left: clamp(-108px, 9vw, 0);
    top: -47px;
    width: 652px;    aspect-ratio: 652 / 482;
    background-color: rgba(188, 184, 179, 0.5);
    -webkit-mask: url(/img/plan/esim/bg_earth.png) left top / contain no-repeat;
    mask: url(/img/plan/esim/bg_earth.png) left top / contain no-repeat;
    pointer-events: none;
    z-index: 0;
    opacity: 0.3;
}
.whatIsBody > *{
    position: relative;
    z-index: 1;
}
.whatIsVisual{
    position: relative;
    min-height: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: clamp(4px, 1vw, 16px);
}
.whatIsVisual::before{
    content: "";
    position: absolute;
    left: 22%;
    bottom: 12px;
    width: 54%;
    height: 34px;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 72%);
    filter: blur(6px);
    pointer-events: none;
}
.whatIsChip{
    position: absolute;
    top: 68px;
    left: 45px;
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.16));
    pointer-events: none;
    z-index: 2;
}
.whatIsVisualImage{
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    margin-left: 0;
    transform: translateX(clamp(18px, 18vw, 90px));
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.12));
    margin-bottom: -11%;
}

.whatIsCards{
    display: grid;
    width: 100%;
    max-width: 594px;
    grid-template-columns: repeat(2, minmax(240px, 286px));
    grid-auto-rows: minmax(196px, auto);
    justify-content: start;
    gap: 22px;
    align-self: stretch;
    justify-self: start;
}
.whatIsCard{
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    height: 210px;
}
.whatIsCardIcon{
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    color: #202124;
}
.whatIsCardSvg{
    display: block;
    width: 100%;
    height: 100%;
}
.whatIsCardIconImage{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.whatIsCard h3{
    margin: 0 0 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #202124;
}
.whatIsCard p{
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #4c4c4c;
}

/* EASILY SELECT */
.select .wrapper{
    padding-top: 20px;
}
.divWhatisEasy{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 1041px;
}
.divWhatisEasy .split1{
    width: 50%;
}
.divWhatisEasy .split2{
    width: 45%;
}
.divWhatisEasy img{
    width: 100%;
    vertical-align: bottom;
}

/* PLAN LIST */
.split2 h2,
.planlist h2,
.esimOverview .esimOverviewIntro h2,
.howto h2{
    font-size: 40px;
}

.planlist h2,
.esimOverview .esimOverviewIntro h2,
.howto h2{
    text-align: center;
}

.planlist h2{
    color: white;
}
.planlist{
    background: linear-gradient(135deg, #ffb444, #b92429);
}
.esimFeaturedPlansScroller{
    padding: 18px 0 0;
}
.esimFeaturedPlans{
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    background-color: #ffffff;
    border-radius: 10px;
    overflow: visible;
}
.esimFeaturedPlan{
    position: relative;
    display: flex;
    padding: 19px;
    text-align: center;
}

.esimFeaturedPlan:not(:last-child){
    border-right: 1px solid #e9e9e9;
}
.esimFeaturedPlanBody{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
    min-height: 108px;
}
.esimFeaturedPlanHeader{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 41px;
}
.esimFeaturedPlanBadge{
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 114px;
    line-height: 0;
}
.esimFeaturedPlanBadge::after{
    content: none;
}
.esimFeaturedPlanBadgePicture{
    display: block;
}
.esimFeaturedPlanHeading{
    margin: 0;
    color: #cc0000;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1 !important;
    letter-spacing: -0.01em;
    text-align: center !important;
}
.esimFeaturedPlanHeading--term{
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.05;
}
.esimFeaturedPlanTermSuffix{
    display: inline-block;
    margin-left: 1px;
    font-size: 0.85rem;
    line-height: 1;
    vertical-align: baseline;
}
html[lang="ja"] .esimFeaturedPlanHeading--term span,
html[lang="zh-tw"] .esimFeaturedPlanHeading--term span{
    display: inline-block;
    margin-left: 1px;
    font-size: 0.85rem;
    line-height: 1;
    vertical-align: baseline;
}
.esimFeaturedPlanValue{
    font-size: 20px;
}
.esimFeaturedPlanUnit{
    font-size: 16px;
    vertical-align: middle;
    margin-left: 1px;
    line-height: 1;
}
.esimFeaturedPlanSubheading{
    color: #cc0000;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center !important;
}
.esimFeaturedPlanPrice{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 14px;
    color: #222222;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}
.esimFeaturedPlanPrice span{
    font-size: 14px;
    font-weight: 700;
    vertical-align: baseline;
}

.esimFeaturedPlanButton,
.btn_notes,
.howtoCtaButton{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.esimFeaturedPlanButton,
.esimTopUpBannerButton,
.howtoCtaButton{
    font-weight: 700;
    line-height: 1;
}

.btn_notes,
.esimTopUpBannerButton,
.howtoCtaButton{
    position: relative;
}

.esimTopUpBannerButton,
.howtoCtaButton{
    border: 1px solid #cc0100;
    border-radius: 999px;
    color: #cc0100;
    text-decoration: none;
}

.btn_notes::after,
.esimTopUpBannerButton::after,
.howtoCtaButton::after{
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid #cc0100;
    border-right: 1px solid #cc0100;
    transform: translateY(-50%) rotate(45deg);
}

.esimFeaturedPlanButton{
    width: 100%;
    max-width: 94px;
    min-height: 24px;
    padding: 6px 18px 6px 16px;
    font-size: 0.76rem;
}
.esimFeaturedPlan .subBgBtn{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 26px;
    margin-top: auto;
    margin-bottom: 0;
}
.esimFeaturedPlanButton.btn_notes::after{
    right: 11px;
    width: 5px;
    height: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
}
.planlist small.note{
    display: block;
    margin-top: 8px;
    font-size: 0.82rem;
    line-height: 1.2;
}
.plan-box p{
    text-align: center;
}
.planTabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
.planTabs nav {
	text-align: center;
}
.planTabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.planTabs nav ul li,
.content-wrap section {
    margin: 0 3px;
}
.planTabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
    text-overflow: ellipsis;
	white-space: nowrap;
    background-color: #F8F8F8;
    color: #D1D1D1;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
	overflow: visible;
	padding: 10px 0;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    font-weight: bold;
}
.planTabs nav ul li.active {
	z-index: 2;
    background: #CC0000;
    color: #ffffff;
}
.planTabs nav ul li.active::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #CC0000;
	content: '';
	pointer-events: none;
}
.planTabs nav ul li:hover{
    opacity: .9;
}
.planTabs nav ul li span {
	font-size: 1rem;
}
.content-wrap {
	position: relative;
}
.content-wrap section {
	display: none;
	padding: 0;
	max-width: 1200px;
	text-align: center;
}
.planTabs section.active {
	display: block;
}
.planContents {
    display: flex;
	padding: 30px 0;
    background-color: white;
    border-radius: 0 0 7px 7px;
}
.section-plan{
    width: 25%;
	font-size: 1rem;
}
.section-plan .plan-box{
    margin-bottom: 10px;
    font-weight: bold;
}
.section-plan .plan-box span{
    font-size: 0.8rem;
}
.section-plan .plan-box .normalText{
    font-size: 0.7rem;
    font-weight: 300;
}
.subBgBtn{
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.btn_notes{
    font-weight: 600;
    font-size: 0.75rem;
    padding: 5px 0;
    width: 100px;
    border-radius: 40px;
    border: 1px solid #C51317;
    line-height: 1.2;
    text-decoration: none;
}
.btn_notes::after{
    right: 10px; 
    width: 6px;
    height: 6px; 
}
.btn_notes:hover{
    transition: .3s;
    text-decoration: none;
    border-color: #e17577 #e17577;
    color: #e17577;
}

.esimTopUpBanner{
    margin-top: 20px;
    border-radius: 14px;
    box-shadow: none;
    color: #111111;
    text-decoration: none;
    box-sizing: border-box;
}
.esimTopUpBanner:hover{
    color: #111111;
    text-decoration: none;
}
.esimTopUpBannerInner{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 112px;
    padding: 20px 32px;
    border-radius: 12px;
    background: #ffffff;
    text-align: left;
}

.esimTopUpBannerContent{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
}
.esimTopUpBannerHeader{
    min-width: 0;
    width: 100%;
    margin-bottom: 5px;
}
.esimTopUpBannerTitle{
    margin: 0;
    color: #111111;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.01em;
    text-align: left;
    white-space: nowrap;
}
.esimTopUpBannerTitle span{
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
}
html[lang="ja"] .esimTopUpBannerTitle span,
html[lang="zh-tw"] .esimTopUpBannerTitle span{
    font-weight: 500;
}
.esimTopUpBannerNote{
    color: #cc0100;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
}
.esimTopUpBannerPrice{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0 8px;
    margin: 0;
    color: #111111;
    font-weight: 700;
    line-height: 1;
    text-align: left;
}
.esimTopUpBannerFooter{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
}
.esimTopUpBannerPriceLabel{
    font-size: 20px;
    line-height: 1.15;
    white-space: nowrap;
}
.esimTopUpBannerPriceLabel:empty{
    display: none;
}
.esimTopUpBannerPriceValue{
    font-size: 40px;
    line-height: 0.86;
    letter-spacing: -0.03em;
}
.esimTopUpBannerPriceUnit{
    font-size: 20px;
    line-height: 1.1;
    white-space: nowrap;
}
.esimTopUpBannerButton{
    align-items: center;
    justify-content: center;
    flex: 0 0 240px;
    min-height: 28px;
    margin-left: auto;
    padding: 8px 20px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}
.esimTopUpBannerButton::after{
    right: 14px;
    width: 7px;
    height: 7px;
}
.esimTopUpBannerButton:hover,
.esimTopUpBannerButton:visited,
.howtoCtaButton:hover,
.howtoCtaButton:visited{
    color: #cc0100;
    text-decoration: none;
}

/* OVERVIEW */
.esimOverview{
   background: #F8f8f8;
}
.esimOverview .wrapper{
    padding-top: 50px;
}
.esimOverviewSection{
    width: 100%;
}
.esimOverview .esimOverviewIntro{
    max-width: 760px;
    margin: 0 auto;
}
.esimOverview .esimOverviewIntro h2{
    margin-bottom: 14px;
    color: #202124;
    font-weight: 700;
    line-height: 1.05;
}
.esimOverview .esimOverviewIntro p{
    margin: 0;
    color: #202124;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
}
.esimOverviewGrid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 42px;
    margin-top: 50px;
    align-items: start;
}
.esimOverviewCard{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.esimOverviewCardIcon{
    width: min(100%, 152px);
    margin: 0 auto 26px;
}
.esimOverviewCardIcon img{
    display: block;
    width: 100%;
    height: auto;
}
.esimOverviewCardBody{
    width: 100%;
}
.esimOverviewCardBody h3{
    margin: 0 0 14px;
    color: #202124;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.32;
}
.esimOverviewCardBody p{
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.65;
}
.esimOverviewCardBody .esimOverviewCardNote{
    color: #cc0100;
    font-size: 13px;
    line-height: 1.55;
}

@media screen and (max-width: 980px) {
    .esimOverview .wrapper{
        padding-top: 58px;
        padding-bottom: 62px;
    }
    .esimOverview .esimOverviewIntro h2{
        font-size: 32px;
    }
    .esimOverview .esimOverviewIntro p{
        font-size: 1.6rem;
    }

    .esimOverviewCardIcon{
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 640px) {
    .esimOverview .wrapper{
        padding-top: 46px;
        padding-bottom: 50px;
    }
    .esimOverview .esimOverviewIntro h2{
        font-size: 3.6rem;
    }
    .esimOverview .esimOverviewIntro p{
        font-size: 1.5rem;
    }
    .esimOverviewGrid{
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 34px;
    }
    .esimOverviewCard{
        max-width: 420px;
        margin: 0 auto;
    }
    .esimOverviewCardBody h3{
        font-size: 2.4rem;
    }
    .esimOverviewCardBody p{
        font-size: 1.6rem;
    }
    .esimOverviewCardBody .esimOverviewCardNote{
        font-size: 1.4rem;
    }
}

.howtoBox .btn_notes {
    width: 100%;
    max-width: 200px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 18px;
    padding-left: 12px;
}

small.note {
    color: white;
}
small.note2 {
    color: black;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
}

/* Easy to use */
.howto h2{
    margin-bottom: 30px;
}
.howto{
    background: white;
}
.howtoContents{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 19px;
}
.howtoBox{
    width: 193px;
    padding: 25px;
    position: relative;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
.stepTitle{
    padding-bottom: 80px;
}
.step1 .stepTitle{
    background: url(/img/plan/esim/step1_smaho.png) center bottom 10px / auto 60px no-repeat;
}
.step2 .stepTitle{
    background: url(/img/plan/esim/step2_website.png) center bottom 10px / auto 60px no-repeat;
}
.step3 .stepTitle{
    background: url(/img/plan/esim/step3_qr.png) center bottom 10px / auto 60px no-repeat;
}
.step4 .stepTitle{
    background: url(/img/plan/esim/step4_setup.png) center bottom 10px / auto 60px no-repeat;
}
.step5 .stepTitle{
    background: url(/img/plan/esim/step5_start.png) center bottom 10px / auto 60px no-repeat;
}
.howtoBox label.stepTitle{
    display: block;
    font-size: 26px;
    text-align: center;
    font-family: 'Montserrat';
}
.howtoBox label.stepTitle::after{
  content: "";
  text-align: center;
  display: block;
  width: 35px;
  border-bottom: 4px solid;
  margin: 1px auto;
  margin-bottom: 5px;
}
.howtoBox .howtoName{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    height: 62px;
}
.howtoContents.en .howtoBox .howtoName{
    height: 50px;
}
.howtoBox .howtoName p{
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Montserrat';
}
.howtoBox > p{
    font-size: 14px;
}
.howtoCta{
    display: flex;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 20px;
}
.howtoCtaButton{
    width: 360px;
    height: 52px;
    padding: 10px 42px 10px 24px;
    background: #ffffff;
    font-size: 20px;
}
.howtoCtaButton::after{
    right: 18px;
    width: 7px;
    height: 7px;
}

/* What can I do with 1GB */
.whatcani{
    background: #F8F8F8;
    text-align: center;
}
.whatcaniContents{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.whatcaniDetail{
    background: #ffffff;
    width: 195px;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
}
.whatcaniDetailLogo{
    margin: 10px 0;
    height:55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatcaniDetailLogo img{
    display: block;
    max-height: 100%;
}

.whatcaniDetailText{
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}
.whatcaniDetailText p{
    width: 100%;
    margin: 0;
    text-align: left;
    line-height: 1.2;
}
.whatcaniDetailText .titleTexts{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 48px;
}
.whatcaniDetailTextTime{
    font-size: 14px;
}
.whatcaniDetailTextTime2{
    font-size: 30px;
    font-style: normal;
}
.whatcaniMetricRow,
.whatcaniMetricNote{
    display: block;
}
.whatcaniMetricRow + .whatcaniMetricRow,
.whatcaniMetricRow + .whatcaniMetricNote{
    margin-top: 2px;
}
.whatcaniMetricLead{
    font-weight: 400;
}
.whatcaniMetricRow--stacked .whatcaniMetricLead,
.whatcaniMetricRow--stacked .whatcaniMetricValue{
    display: block;
}

@media screen and (min-width: 641px) {
    /* Keep shorter CJK metrics on one line while preserving English stacking. */
    html[lang="ja"] .whatcaniDetail,
    html[lang="zh-tw"] .whatcaniDetail{
        padding-right: 16px;
        padding-left: 16px;
    }
    html[lang="ja"] .whatcaniDetailText,
    html[lang="zh-tw"] .whatcaniDetailText{
        width: 100%;
    }
    html[lang="ja"] .whatcaniDetailText .titleTexts,
    html[lang="zh-tw"] .whatcaniDetailText .titleTexts{
        font-size: 15px;
    }
    html[lang="ja"] .whatcaniMetricRow,
    html[lang="zh-tw"] .whatcaniMetricRow{
        white-space: nowrap;
    }
    html[lang="ja"] .whatcaniMetricRow--stacked .whatcaniMetricLead,
    html[lang="ja"] .whatcaniMetricRow--stacked .whatcaniMetricValue,
    html[lang="zh-tw"] .whatcaniMetricRow--stacked .whatcaniMetricLead,
    html[lang="zh-tw"] .whatcaniMetricRow--stacked .whatcaniMetricValue{
        display: inline;
    }
    html[lang="ja"] .whatcaniMetricRow--stacked .whatcaniMetricLead,
    html[lang="zh-tw"] .whatcaniMetricRow--stacked .whatcaniMetricLead{
        margin-right: 4px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
    .layoutArea .wrapper{
        width: auto;
        max-width: 1041px;
        padding: 40px 24px;
        box-sizing: border-box;
    }
    #static_contents.esimPage .mainvisual{
        overflow-x: hidden;
    }
    #static_contents.esimPage #main_title{
        width: 100%;
        min-width: 0;
        padding: 40px 24px;
    }
    #static_contents.esimPage #main_title::after{
        top: 94px;
        right: -72px;
        width: min(56vw, 540px);
    }
    #static_contents.esimPage .mainvisualContent{
        width: min(44vw, 430px);
        padding-left: 0;
    }

    .whatIsBody{
        min-width: 0;
        grid-template-columns: minmax(240px, 44%) minmax(0, 1fr);
        gap: 20px;
    }
    .whatIsVisual{
        padding-right: 0;
    }
    .whatIsVisualImage{
        transform: translateX(clamp(0px, 4vw, 36px));
        margin-bottom: -6%;
    }
    .whatIsChip{
        top: 56px;
        left: 20px;
        width: min(16vw, 108px);
    }
    .whatIsCards{
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .whatIsCard{
        height: auto;
        min-height: 196px;
    }
    .divWhatisEasy{
        min-width: 0;
        gap: 24px;
    }
    .divWhatisEasy .split1,
    .divWhatisEasy .split2{
        width: calc(50% - 12px);
    }
    .esimFeaturedPlansScroller{
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .esimFeaturedPlans{
        min-width: 980px;
    }
    .esimTopUpBanner{
        min-width: 0;
    }
    .esimTopUpBannerInner{
        gap: 20px;
        padding: 14px 24px;
        overflow-x: auto;
    }
    .esimTopUpBannerTitle{
        font-size: 24px;
        white-space: normal;
    }
    .esimTopUpBannerPriceLabel{
        font-size: 17px;
    }
    .esimTopUpBannerPriceValue{
        font-size: 48px;
    }
    .esimTopUpBannerButton{
        flex: 0 0 180px;
        width: 180px;
    }
}

@media screen and (max-width: 799px) {
    body{
        min-width: 0;
    }
    .layoutArea .wrapper {
      padding: 40px 15px;
    }
    #static_contents.esimPage .wrapper{
        width: 100%;
        max-width: 100%;
    }
    /* Responsive (PC template + SP template) */
    .mainvisual{
        min-height: 0;
        height: auto;
        max-height: none;
        background:url(/img/plan/esim/esimmv_background._sp.png) center top / cover no-repeat;
    }
    #main_title{
        text-align: left;
        height: auto;
        padding: 14px 20px 22px;
    }
    #main_title::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: clamp(78px, 22vw, 110px);
        transform: translateX(-50%);
        z-index: 0;
        width: min(95vw, 340px);
        aspect-ratio: 607 / 308;
        background: url(/img/plan/esim/world_map_sp.png) center / contain no-repeat;
        opacity: 1;
        pointer-events: none;
    }
    .mainvisualContent{
        width: 100%;
        max-width: 340px;
        height: auto;
        min-height: clamp(560px, 172vw, 690px);
        margin: 0 auto;
        padding-left: 0;
    }
    .mainvisual h1{
        font-size: 32px;
        margin: 5px 0 12px;
    }
    .mainvisualFeatureList{
        margin: 0;
    }
    .mainvisualFeatureList li{
        gap: 8px;
        font-size: clamp(1.2rem, 4.6vw, 1.6rem);
        line-height: 1.25;
    }
    .mainvisualFeatureList li::before{
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
    }
    .mainBgBtn{
        width: 100%;
        margin-top: clamp(132px, 38vw, 172px);
        display: flex;
        justify-content: center;
    }
    .mainBgBtn a{
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 330px;
        min-width: 0;
        margin: 0 auto;
        padding: 14px 20px;
        border-radius: 999px;
        font-size: clamp(1.5rem, 6.2vw, 2rem);
        color: #ffffff;
        text-align: center;
        line-height: 1.2;
    }
    .btn_esim_order::after{
        content: none;
    }

    /* Ensure mobile layout also on non-sp body at small viewport */
    #static_contents.esimPage .mainvisual{
        overflow-x: hidden;
        overflow-y: hidden;
        min-height: 0;
        height: auto;
    }
    #static_contents.esimPage #main_title{
        width: 100%;
        min-width: 0;
        padding: 20px 20px 40px;
    }
    #static_contents.esimPage #main_title::after{
        top: auto;
        right: auto;
        left: 50%;
        bottom: clamp(56px, 14vw, 103px);
        width: min(95vw, 340px);
        background: url(/img/plan/esim/world_map_sp.png) center / contain no-repeat;
    }
    #static_contents.esimPage .mainvisualContent{
        width: 100%;
        max-width: 340px;
        min-height: 0;
        margin: 0 auto;
        padding-left: 0;
    }
 
    #static_contents.esimPage .mainvisualFeatureList{
        margin: 0;
    }
    #static_contents.esimPage .mainvisualFeatureList li{
        font-size: 16px;
    }
    #static_contents.esimPage .mainBgBtn{
        margin-top: clamp(140px, 56vw, 160px);
    }
    #static_contents.esimPage .btn_esim_order{
        font-size: 24px;
    }

    .whatIs .wrapper{
        padding: 34px 20px 0px;
    }
    h2.whatIsHeadline{
        font-size: 32px;
    }
    .whatIsBody{
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 0;
        gap: 14px;
        align-items: stretch;
    }
    .whatIsBody::before{
        content: none;
    }
    .whatIsVisual{
        order: 2;
        width: min(89vw, 343px);
        max-width: 100%;
        min-height: 144px;
        align-self: center;
        padding-top: 8px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-end;
        align-items: flex-end;
        overflow: hidden;
    }
    .whatIsVisual::before{
        content: none;
    }
    .whatIsVisual::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        width: min(89vw, 343px);
        aspect-ratio: 652 / 482;
        background-color: rgba(188, 184, 179, 0.35);
        -webkit-mask: url(/img/plan/esim/bg_earth.png) center / contain no-repeat;
        mask: url(/img/plan/esim/bg_earth.png) center / contain no-repeat;
        pointer-events: none;
        z-index: 0;
        opacity: 0.4;
    }
    .whatIsChip{
        top: 30px;
        left: 18px;
        width: min(28vw, 110px);
    }
    .whatIsVisualImage{
        width: min(65vw, 251px);
        margin-left: 0;
        margin-right: 0px;
        margin-bottom: 0;
        transform: none;
    }
    .whatIsCards{
        order: 1;
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 1fr;
        gap: 15px;
    }
    .whatIsCard{
        height: auto;
        border-radius: 8px;
        padding: 18px;
    }
    .whatIsCardIcon{
        margin: 0 auto 10px;
    }
    .whatIsCard h3{
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 1.2;
    }
    .whatIsCard p{
        font-size: 14px;
    }

    /* Overview (mobile) */
    .esimOverview .wrapper{
        padding-top: 28px;
        padding-bottom: 26px;
    }
    .esimOverview .esimOverviewIntro{
        max-width: 100%;
    }
    .esimOverview .esimOverviewIntro h2{
        font-size: 32px;
    }
    .esimOverview .esimOverviewIntro p{
        font-size: 14px;
        line-height: 1.35;
    }
    .esimOverviewGrid{
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 12px;
    }
    .esimOverviewCard{
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        align-items: start;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 12px;
    }
    .esimOverviewCardIcon img{
        width: 100px;
    }
    .esimOverviewCardBody{
        width: 100%;
    }
    .esimOverviewCardBody h3{
        margin: 0 0 6px;
        font-size: 20px;
        line-height: 1.2;
    }
    .esimOverviewCardBody p{
        font-size: 14px;
        line-height: 1.45;
    }
    .esimOverviewCardBody .esimOverviewCardNote{
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.35;
    }

    /* Easily select (also for non-sp body) */
    .divWhatisEasy{
        min-width: 0;
        flex-direction: column;
    }
    .divWhatisEasy .split1, .divWhatisEasy .split2{
        width: 100%;
    }
    .divWhatisEasy h2{
        text-align: center;
        width: 100%;
        font-size:32px;
    }
    .divWhatisEasy h2 span{
        display: inline-block;
    }
    .divWhatisEasy img{
        margin: 20px 0;
    }

    /* PLAN LIST */
    #mainArea.esimPage .planlist .wrapper{
        padding: 50px 0;
    }
    #mainArea.esimPage .planTabs{
        display: block;
        padding-bottom: 0;
    }
    #mainArea.esimPage .planTabs nav{
        padding: 0 20px;
    }
    #mainArea.esimPage .planTabs nav ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #mainArea.esimPage .planTabs nav ul li{
        width: 32%;
        display: block;
        margin: 0 0 8px;
        flex: none;
        font-size: 1.2rem;
        border-radius: 7px;
        padding: 15px 0;
    }
    #mainArea.esimPage .planTabs nav ul li.active::after{
        display: none;
    }
    #mainArea.esimPage .content-wrap{
        margin: 20px 0 0 20px;
        overflow: scroll;
    }
    #mainArea.esimPage .content-wrap section{
        margin: 0;
        width: 1000px;
    }
    #mainArea.esimPage .planContents{
        background-color: #ffffff;
        border-radius: 7px;
        padding: 30px 20px;
        overflow: scroll;
    }
    #mainArea.esimPage .plan-box p{
        font-size: 1.2rem;
    }
    #mainArea.esimPage .section-plan .plan-box span, #mainArea.esimPage .section-plan .plan-box .normalText{
        font-size: 1rem;
    }
    #mainArea.esimPage .section-plan .plan-box .normalText{
        font-size: 12px;
    }
    #mainArea.esimPage a.btn_notes{
        padding: 6px 10px;
        color: #bf0f0f;
        font-size: 12px;
    }
    .esimTopUpBanner{
        border-radius: 12px;
        min-width: 0;
    }
    .esimTopUpBannerInner{
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-width: none;
        padding: 20px 24px;
        border-radius: 10px;
        min-height: 0;
        text-align: center;
    }

    .esimTopUpBannerVisual img{
        height: 80px;
    }
   
    .esimTopUpBannerContent{
        width: 100%;
        flex: 0 0 auto;
        align-items: center;
    }
    .esimTopUpBannerTitle{
        font-size:20px !important;
        line-height: 1.22;
        letter-spacing: 0;
        text-align: center;
        white-space: normal;
    }
    .esimTopUpBannerTitle span{
        font-size: 1em;
    }
    .esimTopUpBannerNote{
        margin: 6px 0 12px;
        font-size: 1.2rem;
        line-height: 1.3;
        text-align: center;
    }
    .esimTopUpBannerPrice{
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 4px;
    }
    .esimTopUpBannerFooter{
        flex-direction: column;
        align-items: initial;
        gap: 10px;
    }
    .esimTopUpBannerPriceLabel{
        width: auto;
        font-size: 16px;
        line-height: 1.15;
    }
    .esimTopUpBannerPriceValue{
        font-size: 32px;
    }
    .esimTopUpBannerPriceUnit{
        font-size: 16px;
    }
    .esimTopUpBannerButton{
        width: 100%;
        flex: 0 0 auto;
        min-width: 0;
        min-height: 28px;
        font-size: 12px;
    }
    .esimTopUpBannerButton::after{
        right: 12px;
        width: 6px;
        height: 6px;
    }
    #mainArea.esimPage small.note{
        margin: 4%;
        display: block;
    }
    
    /* EASY TO USE */
  
    .howto .wrapper{
       padding: 44px 15px;
    }
    .howto h2{
        margin-bottom: 16px;
        font-size: 36px;
        line-height: 1.1;
    }
    .howtoContents{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .howtoBox{
        width: 100%;
        margin: 0;
        padding: 20px;
        border-radius: 8px;
        filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.12));
    }
    .howtoBoxIn{
        display: grid;
        grid-template-columns: 35px minmax(0, 1fr) 50px;
        align-items: center;
        column-gap: 17px;
        margin-bottom: 20px;
    }
    .howtoBoxIn img{
        width: 60px;
        justify-self: end;
        align-self: center;
        margin-top: 0;
    }
    .howtoBox label.stepTitle{
        background: none!important;
        padding-bottom: 0;
        margin-right: 0;
        font-size: 26px;
        line-height: 1;
        letter-spacing: 0.02em;
    }
    .howtoBox label.stepTitle::after{
        content: "";
        display: block;
        width: 35px;
        border-bottom: 3px solid;
        margin: 5px 0px 0;
    }
    .howtoBox .howtoName{
        height: auto;
        margin-bottom: 0;
        justify-content: flex-start;
        align-items: center;
    }
    .howtoContents.en .howtoBox .howtoName{
        height: auto;
    }
    .howtoBox .howtoName p{
        font-size: 20px;
        text-align: left!important;
    }
    .howtoBox > p{
        font-size: 14px;
    }
    .howtoBox .btn_notes{
        display: inline-flex;
        max-width: 170px;
        margin-top: 12px;
    }
    .howtoCta{
        display: none;
        margin-top: 18px;
    }
    .howtoCtaButton{
        width: 100%;
        max-width: 320px;
        min-width: 0;
        font-size: 1.4rem;
    }
    
    /* What can I do with 1GB */
    .whatcani .wrapper{
        padding: 30px 10px 20px;
    }
    .whatcani h2{
        margin-bottom: 20px;
        font-size: 32px;
    }
    .whatcaniContents{
        display: block;
        overflow: visible;
        background: transparent;
        border-radius: 0;
    }
    .whatcaniDetail{
        width: auto !important;
        display: flex;
        align-items: center;
        gap: 0;
        padding: 20px;
        background: #ffffff;
        border-radius: 10px;
    }
    .whatcaniDetailLogo{
        width: 20%;
        height: auto;
        margin: 0;
        flex: 0 0 24%;
        justify-content: left;
        align-items: center;
    }

    .whatcaniDetailLogo img{
        width: 47px;
    }

    .whatcaniDetailText{
        flex: 1;
        width: auto;
        max-width: none;
        margin: 0;
    }
    .whatcaniDetailText .titleTexts{
        min-height: 0;
        margin-bottom: 8px;
        font-size: 16px;
        color: #202124;
    }
    .whatcaniDetailText .whatcaniDetailTextTime{
        font-size: 14px;
        line-height: 1.35;
    }
    .whatcaniDetailText .whatcaniDetailTextTime2{
        font-size: 30px;
        line-height: 0.9;
    }
    .whatcaniMetricRow + .whatcaniMetricRow{
        margin-top: 4px;
    }
    .whatcaniMetricLead{
        font-weight: 400;
    }
    .whatcaniMetricRow--stacked .whatcaniMetricLead,
    .whatcaniMetricRow--stacked .whatcaniMetricValue{
        display: inline;
    }
    .whatcaniMetricRow--stacked .whatcaniMetricLead{
        margin-right: 4px;
    }
    .whatcaniMetricNote{
        margin-top: 2px;
        font-size: 13px;
        line-height: 1.4;
    }

    /* Featured plan cards (mobile) */
    .planlist{
       background: linear-gradient(99deg, #FBB03B 0.46%, #C1272D 99.56%);
    }
    .planlist .wrapper{
        padding: 28px 12px 36px;
    }
    .planlist h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .esimFeaturedPlansScroller{
        padding: 0;
    }
    .esimFeaturedPlans{
        display: flex;
        flex-direction: column;
        min-width: 0;
        gap: 12px;
        background: transparent;
        border-radius: 0;
    }
    .esimFeaturedPlan{
        display: block;
        padding: 18px 18px 20px;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    }
    .esimFeaturedPlan:not(:last-child){
        border-right: none;
    }
    .esimFeaturedPlanBody{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        min-height: 0;
    }
    .esimFeaturedPlanSummary{
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }
    .esimFeaturedPlan.is-term .esimFeaturedPlanSummary{
        align-items: baseline;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 14px;
    }
    .esimFeaturedPlanHeader{
        display: block;
        width: auto;
        min-height: 0;
        margin: 0;
        min-width: 0;
    }
    .esimFeaturedPlanHeader--term{
        display: inline-flex !important;
        flex: 0 0 max-content;
        flex-direction: row !important;
        align-items: baseline;
        justify-content: center;
        gap: 5px;
        width: max-content;
        min-width: max-content;
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }
    .esimFeaturedPlanHeader--term .esimFeaturedPlanHeading,
    .esimFeaturedPlanHeader--term .esimFeaturedPlanSubheading{
        flex: 0 0 auto;
        font-size: 24px;
    }
    .esimFeaturedPlanBadge{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        flex: 0 0 auto;
        width: 114px;
    }
    .esimFeaturedPlanBadge::after{
        content: none;
    }
    .esimFeaturedPlanHeading{
        font-size: 24px;
        line-height: 1;
        text-align: center !important;
        white-space: nowrap;
    }
    .esimFeaturedPlanHeading--term{
        font-size: 18px;
        line-height: 1;
    }
    .esimFeaturedPlanTermSuffix{
        font-size: 16px;
    }
    html[lang="ja"] .esimFeaturedPlanHeading--term span,
    html[lang="zh-tw"] .esimFeaturedPlanHeading--term span{
        font-size: 16px;
    }
    .esimFeaturedPlanSubheading{
        margin: 4px 0 0;
        font-size: 16px;
        line-height: 1.1;
        white-space: nowrap;
        text-align: center !important;
    }
    .esimFeaturedPlanHeader--term .esimFeaturedPlanSubheading{
        margin: 0;
        font-size: 24px;
        line-height: 1;
    }
    .esimFeaturedPlanValue{
        font-size: 24px;
    }
    .esimFeaturedPlanUnit{
        font-size: 16px;
        margin-left: 1px;
        vertical-align: baseline;
    }
    .esimFeaturedPlanPrice{
        width: auto;
        min-height: 0;
        margin: 0;
        align-items: baseline;
        gap: 6px;
        font-size: 24px !important;
        line-height: 1;
        justify-content: center;
        white-space: nowrap;
    }
    .esimFeaturedPlanPrice span{
        font-size: 18px;
    }
    .esimFeaturedPlan .subBgBtn{
        margin: 0;
        min-height: 0;
    }
    .esimFeaturedPlanButton{
        width: 100%;
        max-width: none;
        min-height: 28px;
        font-size: 12px;
        font-weight: 700;
    }
    .esimFeaturedPlanButton.btn_notes::after{
        right: 18px;
        width: 7px;
        height: 7px;
        border-top-width: 1px;
        border-right-width: 1px;
    }
    .esimFeaturedPlan.is-recommended{
        padding: 18px 18px 20px;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanSummary{
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 14px;
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanHeader{
        flex: 0 1 auto;
        display: flex;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanBadge{
        flex: 0 0 auto;
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanHeading{
        display: inline-flex;
        align-items: baseline;
        gap: 1px;
        font-size: 24px;
        font-weight: 800;
        line-height: 1;
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanValue{
        font-size: 24px;
        line-height: 1;
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanUnit{
        font-size: 16px;
        line-height: 1;
        margin-left: 1px;
        transform: none;
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanPrice{
        flex: 0 0 auto;
        justify-content: center;
        align-items: baseline;
        gap: 6px;
        font-size: 24px;
        font-weight: 800;
        line-height: 1;
    }
    .esimFeaturedPlan.is-recommended .esimFeaturedPlanPrice span{
        font-size: 18px;
        font-weight: 700;
    }
}
