/* Frontend Styling für Excerpt Block */
.nms-excerpt {
    font-style: italic;
    color: #333333;
    margin-bottom: 1em;
}
.nms-excerpt a.nms-excerpt-more-link {
    color: #0073aa;
    text-decoration: none;
	font-size:1rem;
}
.nms-excerpt a.nms-excerpt-more-link:hover {
    color: #005177;
}

.nms-excerpt-more-link::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url(assets/img/readmore-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 18px 6px;
}
