/* icon */
.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:after {
    position: relative;
    top: -0.04em;
}

/* nav */
.support-toggle-nav {
    max-width: none;
}

/* plans */
.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
    padding-left: 0;
}

@media only screen and (max-width: 1068px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
        left: -25px;
    }
}

@media only screen and (max-width: 400px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
        left: -40px;
    }
}

/* applecare */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-applecare .badge .badge-caption {
        max-width: 173px;
    }
}

@media only screen and (min-width:735px) {
    .fix-v-align {
        margin-top: 0.15em;
    }
}

.fix-tailing {
    display: none;
}

@media only screen and (min-width:397px) and (max-width:404px) {
    .fix-tailing {
        display: block;
    }
}

@media only screen and (min-width:605px) and (max-width:612px) {
    .fix-tailing {
        display: block;
    }
}

.section-plans .applecare-plan {
    margin-top: 0;
}

@media only screen and (min-width:736px) {
    .icon-battery-status {
        margin-top: 28.5px;
        margin-bottom: 16px;
    }
}
