/*
 * Unopinionated base styles for shortcode markup only.
 * Layout, color and typography belong in the Elementor templates.
 */

.andrik-news-share {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.andrik-news-share a,
.andrik-news-share button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background: none;
    border: 1px solid currentColor;
    font: inherit;
}

.andrik-news-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4em;
    align-items: center;
}
