/* line-height */
.button:lang(ko){
    line-height: normal;
}

a.icon-wrapper:hover {
    text-decoration: none !important;
}

@media only screen and (max-width:734px){
    .button:lang(ko),
    .section-router .section-content .button:lang(ko),
    .section-all-stories .button:lang(ko){
        line-height: 1.2857742857;
    };
}

@media only screen and (max-width:734px){
    .section-browse .grid .grid-item .tile-content .tile-copy .button {
        line-height: 1.2
    };
}

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

.icon-after:after, .more:after {
    padding-left: 0.3em;
}

.icon.icon-after.icon-playcircle {
    top: 0.05em;
}