/* icon */
.icon-wrapper .icon-playcircle::after {
    position: relative;
    top: 0;
}
:lang(ko) .icon-arkit::after, :lang(ko) .icon-arkit::before {
    top: 0;
}

/* localnav link more icon */
.localnav-container .content-expand-wrap .product-options .option-wrap:has(.option-type-tabs) .option-cta.link.disabled .icon::after {
    top: -0.08em;
}
/* localnav pricing align fix */
.localnav-container .content-expand-wrap .product-action .product-cta .pricing {
    height: auto;
}
/* localnav cta align fix */
.localnav-container .content-expand-wrap .product-action .product-cta .buy:lang(ko) {
    line-height: 1.3333733333;
    --line-height-collapsed: 1.3333733333;
    vertical-align: 2px;
}
.localnav-container .content-collapsed-wrap .cta.buy, .localnav-container .content-collapsed-wrap .product-name {
    line-height: 1.3333733333;
}

i:lang(ko){
    transform: skewX(-8deg);
    display: inline-block;
    margin-right: -.08em;
}

a i {
    text-decoration: none;
}

a:hover i {
    text-decoration: underline;
}

#battery .battery-image-copy a{
    color: rgb(110, 110, 115);
}


.page-overview .inline-compare .stat-value {
    line-height: 1.1;
}

.inline-compare .inline-compare-gallery .inline-compare-tile-grid .stat .stat-value {
    margin-bottom: 4px;
}

.section-product-story .ps-stat strong{
    line-height: 1.1;
}

.section.section-upgrader .upgrader .upgrader-item .stat .stat-content:has(.battery-icon) .icon-wrapper-battery .battery-icon{
    position: relative;
    top: -0.02em;
    left: 5%;
}


@media (max-width: 1068px) {
    html.no-enhanced .section-battery .hardware-container {
        margin-bottom: 15px; /* adjust value as needed */
    }
}


