/* ST Annotation Widget Styles */

.st-annotation {
    min-height: 1px;
}

.st-annotation-text {
    display: inline-block;
    position: relative;
}

/* Reset link style */
.st-annotation-link {
    color: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    text-decoration: none;
}

.st-annotation-wrapper {
    display: inline;
}

.st-annotation-before-text,
.st-annotation-text,
.st-annotation-after-text {
    display: inline;
}


