.save-bubble {
    position: relative;
    background: #30b8d7;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    border-radius: 100px;
    left: 30px;
    margin-top: 10px;
    line-height: 30px;
    width: 80px;
    height: 30px;
}

.save-bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #30b8d7 transparent;
    border-width: 0 6px 9px;
    top: -9px;
    left: 50%;
    margin-left: -6px;
}

.disclaimer {
    color: white;
    margin-top: 10px;
    font-size: 11.5px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.save-text {
    align-self: flex-start;
}

.upgrade-box {
    display: grid;
    margin-right: 1px;
    margin-left: 1px;
    grid-template-rows: repeat(5, auto);
    background-color: #161616;
    color: white;
    max-width: 23rem;
    justify-content: center;
    text-align: center;
    row-gap: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
}

.upgrade-icon {
    width: 62px;
}

.upgrade-icon-small {
    width: 52px;
}

.banner-box {
    background-color: #30b7d7;
    color: #161616;
    padding: 12px 12px;
    height: 65px;
    width: -webkit-fill-available;
}

.upgrade-description {
    margin: 0;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: initial;
    line-height: 1.5;
}

.upgrade-title {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.month {
    font-size: 10px;
}

.price-small {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    grid-column-gap: 1px;
    font-weight: 700;
}

.price {
    display: grid;
    grid-template-columns: repeat(4, min-content);
    justify-content: center;
    grid-column-gap: 1px;
    font-weight: 700;
}

.features {
    display: grid;
    grid-template-rows: repeat(3, auto);
    text-align: center;
    justify-content: center;
    grid-row-gap: 10px;
    font-size: 14px;
}

.features>span {
    display: grid;
    align-items: center;
    margin-top: 6px;
    font-weight: 700;
}

.align-span {
    text-align: left !important;
    grid-template-columns: auto auto;
    justify-content: left;
    margin-top: 0;
}

.check-icon {
    width: 13px;
    justify-self: center;
    margin-right: 5px;
}

.small-check {
    width: 10px;
}

#build {
    width: 56px;
}

.cta-btn {
    background: none;
    border: 1px solid #30b7d7;
    padding: 8px;
    color: #30b7d7;
    width: 50%;
    justify-self: center;
    font-size: 13px;
}

.cta-btn:hover {
    background: #30b7d7;
    color: #161616;
}

.highlight-text {
    margin: 0;
}

.cost {
    font-size: 30px;
    margin: 0;
}

.cost-small {
    font-size: 25px;
    margin: 0;
}

.billing-text {
    font-size: 10px;
}

.currency-icon {
    margin-top: 5px;
    font-size: 10px;
}

.asterisk {
    vertical-align: sub;
    font-size: 16px;
    line-height: 0.5;
    font-weight: 600;
}

.highlight-banner {
    background-color: #30b7d7;
    color: #161616;
    width: 100%;
    height: 30px;
    font-weight: 800;
    display: grid;
    align-items: center;
}

.no-padding-top {
    padding-top: 0;
}