.mp-radio-item-need-upgrade {
    min-height: 20px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px !important;
    line-height: 20px !important;
    color: gray !important;
    text-transform: uppercase;
}

.plan-line .plan-tiered .custom-memory-radio-item .custom-memory-radio-text {
    display: flex;
    justify-content: space-between;
}

.plan-line .plan-tiered .phone-tariff-alert {
    display: flex;
    align-items: center;
}

.plan-line .plan-tiered .phone-tariff-alert .hyperlink {
    padding-left: 10px;
}

.plan-line .plan-tiered .phone-tariff-alert .hyperlink a {
    height: 20px;
    display: block;
}

.custom-memory-radio-text-info-title {
    font-size: 21px;
    line-height: 1.3;
}

.plan-listing__tooltip-header {
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
}

ul.plan-listing__tooltip-list {
    padding-left: 14px;
}

ul.plan-listing__tooltip-list li {
    list-style-type: disc;
    padding-bottom: 5px;
}s

ul.plan-listing__tooltip-list li ul {
    padding-left: 14px;
    padding-top: 5px;
}

.mp-radio-item-enrichment-data {
    position: relative;
    left: 6px;
}

.mp-radio-item-enrichment-data ul li:before {
    
    color: #000;
    position: relative;
    right: 4px;
}

span.mp-header-back-text-link {
    background: none !important;
}

html[ng-app='AEMSPA'] .mp-radio-item-enrichment-data ul li {
    margin-bottom: 5px;
}

@media screen and (min-width: 375px) and (max-width: 405px) {
    div[data-uxfwidget-id="digitalexp-manage-plans-module-l9"] .popup-wrap .popup-footer .popup-button-container.col-auto.p-l-xs-8 {
        padding-left: 16px !important;
    }
    div[data-uxfwidget-id="digitalexp-manage-plans-module-l9"] .popup-wrap .popup-footer .popup-button-container.col-auto.p-r-xs-8 {
        padding-right: 16px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .custom-memory-radio-text-info-title {
        font-size: 2vw;
    }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
    .custom-memory-radio-text-info-title {
        font-size: 1.5vw;
    }
}

@media screen and (min-width: 1401px) {
    .custom-memory-radio-text-info-title {
        font-size: 21px;
    }
}