.dashboard-table-shell > .prices-footer-wrapper {
    position: relative;
}

.dashboard-table-shell > .prices-footer-wrapper::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    border-top: 1px solid currentColor;
    opacity: .18;
    pointer-events: none;
}

.dashboard-price-sources {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 12px;
}

.dashboard-price-sources-title,
.dashboard-price-source {
    white-space: nowrap;
}

.dashboard-price-source {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dashboard-price-source img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
