.flb-favicon-list {
    list-style: none;
    padding-left: 0;
}

.flb-favicon-list li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.flb-favicon-list li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--favicon-url, url('default-favicon.png'));
}

.flb-favicon-list li a {
    text-decoration: none;
}
