﻿.PlanWrapper_Landscape_Mobile {
    position: relative;
    height: 100%;
    width: 100%;
}

.Header_Landscape_LightBlue_Mobile {
    min-width: 36%;
    background-color: #DBFDFF;
    color: #EC2D85;
    font-weight: 600;
    line-height: 5.5vw;
    border-radius: 5px 0 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.Body_Landscape_Mobile {
    width: 100%;
    padding: 4vw 3vw;
    border-radius: 0 5px 5px 0;
    font-size: 3.2vw;
    font-weight: 700;
    background-color: white;
}

.Plan_HeaderText_Mobile {
    font-size: 6.5vw;
    font-weight: 800;
    color: #ED1285;
    text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
    text-align: center;
}

.Plan_HeaderSmallText_Mobile {
    width: fit-content;
    font-size: 3vw;
    font-weight: 700;
    line-height: 130%;
}

.Plan_BodyText_Mobile {
    text-align: left;
    font-weight: 700;
}

.tooltip {
    font-size: 2vw;
    line-height: 3vw;
}

.PlanBadge_TopPicks_Mobile {
    position: absolute;
    top: -3.5%;
    left: 4%;
    width: 18%;
}

.PlanBadge_BestDeal_Mobile {
    position: absolute;
    top: -7.5%;
    left: -5.4%;
    width: 18%;
}

.PlanBadge_BestDealLimited_Mobile {
    position: absolute;
    top: -4%;
    left: -3.5%;
    width: 24%;
}

.PlanBadge_5G_Mobile {
    position: absolute;
    top: 5%;
    left: 26%;
    width: 7.5%;
}

.PlanBadge_PortInOffer_Mobile {
    position: absolute;
    top: -3.8%;
    left: 2%;
    width: 35%;
}

.Plan_Landscape_Mobile.Button {
    background-color: #EC2D85;
    border-radius: 50vw;
    color: #fff;
    font-size: 3.8vw;
    height: 8.5vw;
    width: 100%;
    text-wrap: wrap;
}