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

.icon-after:after, .more:after {
    top: -0.08em;
}

.icon.icon-after.icon-external {
    color: rgb(0, 102, 204);
}

.icon-playcircle::after {
    top: 0;
    padding-top: 2px;
}

/* line height */
@media only screen and (min-width:1069px) {
    .typography-tile-full-headline:lang(ko) {
        line-height: 1.1;
    }
}

.section-stories .hub-tile-button-outlined, .section-browse .grid .grid-item .tile-content .tile-copy .button, .section-router .section-content .button {
    line-height: 1.1764805882;
}

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

.only-large-6 {
    max-width: 80%;
}