[dir] .Widget > .Message.widget-feedUrlsMessage {
    margin: 0.5rem 0;
    background: var(--color-gray2);
}

.widget-feedUrlsItem {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #888;
    margin-bottom: 1.2rem;
}

.widget-feedUrlsType {
    font-size: var(--fontSize-s);
    font-weight: bold;
}

.widget-feedUrlsItemUrl {
    font-size: var(--fontSize-s);
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.widget-feedUrlsItemUrl a {
    color: var(--color-gray6);
}

.widget-feedUrlsItemUtil {
    display: flex;
    flex-direction: row;
    justify-content: start;
    font-size: var(--fontSize-s);
}

.widget-feedUrlsUtilItem {
    display: inline-block;
    margin-right: 0.5rem;
}

.bsp-copy-link[data-success="true"]:after {
    content: 'Copied!';
    font-size: var(--fontSize-xs);
    display: inline-block;
    padding: 0 .25rem;
    font-weight: bold;
    color: var(--color-green5);
}

.bsp-copy-link .copyIcon:before {
    display: inline-block;
    font-family: "Material Symbols Outlined";
    font-feature-settings: "liga";
    font-size: var(--iconSize-s);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: top;
    white-space: nowrap;
    word-wrap: normal;
    content: "content_copy";
}