/* icon */
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before):after, .icon-wrapper .icon-before:before, .icon-wrapper .icon-after:after {
    position: relative;
}

.typography-compare-copy:lang(ko) {
    line-height: 1.42859 !important;
}

/* br */
.xsmall-show {
        display:none;
}
@media only screen and (max-width: 320px) {
    .xsmall-show {
        display:block
    }
}

br.xsmall-hide {
    display: block;
}

@media only screen and (max-width: 380px) {
    br.xsmall-hide {
        display: none;
    }
}

br.br-374 {
    display: none;
}

@media only screen and (max-width: 374px) {
    br.br-374 {
        display: block;
    }
}

/* compare */
.compare-module-wrapper .footnote {
    margin-left: 0.1em !important;

}

.airpods-pro.device .typography-compare-price.pricing {
    margin-top: 10.5px;
}

.airpods-pro.device .links-stacked {
    margin-top: 0.8em;
}

@media only screen and (max-width: 1068px) {
    .airpods-pro.device .typography-compare-price.pricing {
        margin-top: 11.5px;
    }
    
    .airpods-pro.device .links-stacked {
        margin-top: 0.8em;
    }
}

/* no-js */
html.no-js .airpods-pro.device .links-stacked {
    margin-top: 10.5px;
}

@media only screen and (max-width: 1068px) {
    html.no-js .airpods-pro.device .links-stacked {
        margin-top: 12px;
    }   
}

/* AirPods 4 ANC model layout alignment */
.compare-module-wrapper .device-content h3 {
    min-height: 51px;
}
@media only screen and (max-width: 1068px) {
    .compare-module-wrapper .device-content h3 {
        min-height: 47px;
    }
}
