.myH2
{
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-size: 22px !important;
	font-weight: 500;
	color: black;
}


@media only screen and (max-width: 400px)
{
	#main
	{
		padding: 35px 8px !important;
	}
}

@media only screen and (max-width: 400px)
{
	.entry-content ol li 
	{
    	margin-left: unset !important;
	}
	
	.esim-header 
	{
    	display: block !important;
		text-align: center;
	}
	.esim-title
	{
		margin: 10px 0 0 5px !important;
	}
	.esim-subtitle
	{
		margin: 0px !important;
	}
	.step-number {
		margin-bottom: 10px !important;
	}
	.step{
    	display: block !important;
	}
}

.selectedSys
{
	border-color: #71c2ff !important;	
}

.systemContainer
{
	display: flex;
    justify-content: center;
}

.syscange
{
	display: inline-block;
    margin: 10px;
	border-radius: 30px;
	border: 12px solid #fcfcfc;
}

.droid
{}

.apple
{}

.marginVerticale
{
	margin: 59px 0 15px 0;
}

.subTitle
{
	font-size: 28px;
    color: black;
    text-align: center;
}

.minisubTitle
{
	font-size: 18px;
    color: black;
    text-align: center;
}

.sBoxImg
{
	text-align: center;
	padding: 10px 0;
}

.sBoxTxt
{
	    font-family: "Modern Era", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    text-align: center;
    color: #181717;
    font-size: 14px;
}

.setupBoxes
{
	display: flex;
    /* flex-wrap: wrap; */
    gap: 20px;
    align-items: stretch;
    /* justify-content: center; */
    margin-top: 45px;
    /* display: flex; */
    flex-direction: row;
    overflow-x: auto;
	background-color: #f6f6f6;
}

.sBox
{
	    display: inline-block;
    max-width: 30%;
    min-width: 250px;
    min-height: 140px;
    vertical-align: top;
    margin: 15px;
    border: 1px solid #dfe0eb;
    padding: 10px;
    border-radius: 32px;
    box-shadow: 0px 0px 2px #ece2e2;
    flex: 1 1 200px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .02), 0 8px 30px rgba(0, 0, 0, .06);
	background-color: white;
}

.myTitle
{
	font-family: "Modern Era", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	    font-size: 38px;
    font-weight: 500;
    color: black;
    text-align: center;
    margin-top: 12px;
}



.esim-card{
    max-width:780px;
    margin:45px auto;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(24px);
    border-radius:32px;
    padding:40px;
    border:1px solid rgba(0,0,0,.05);

    box-shadow:
        0 1px 2px rgba(0,0,0,.02),
        0 8px 30px rgba(0,0,0,.06);

    font-family:-apple-system,
        BlinkMacSystemFont,
        "SF Pro Display",
        "Segoe UI",
        sans-serif;
}

.esim-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}

.danger-icon {
	font-size: 50px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.esim-icon img
{
	width: 50px !important;
    height: 50px !important;
}

.esim-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fb;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
}

.esim-icon svg {
    width: 34px;
    height: 34px;
}

.esim-card.ios .esim-icon {
    color: #111827;
}

.esim-card.android .esim-icon {
    color: #22a447;
    background: #eefaf2;
}

h2
{
	 margin: 1em 0 5px 0;
}

.esim-title {
    margin: 12px 0 0px 0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.esim-subtitle {
    margin:0px 0 0 !important;
    color: #64748b;
    font-size: 16px;
}

.step-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.step {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eef2f7;
}

.step:last-child {
    border-bottom: none;
}

.step-number {
        width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 17px;
    background: #71c2ff;
    color: #ffffff;
}

.android .step-number {
    background: #a4c639;
    color: #ffffff;
}

.step-content {
    font-size: 16px;
    line-height: 1.55;
    color: #1f2937;
}

.step-content strong {
    color: #0f172a;
}

.note-box {
    margin-top: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
}

.android .note-box {
    background: #f3fbf6;
    border-color: #dcfce7;
}

.warning-box {
    margin-top: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #fff5f5;
    border: 1px solid #fecaca;
}

.warning {
    color: #dc2626;
    font-weight: 800;
}

@media (max-width: 900px) {
    .esim-install-wrapper {
        grid-template-columns: 1fr;
    }

    .esim-card {
        padding: 26px;
    }

    .esim-title {
        font-size: 24px;
    }
}