/* Keep link arrows as theme-native SVG icons instead of WordPress emoji images. */
.qing-about-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.qing-about-link-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    overflow: visible;
}

.qing-about-link-icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}
