.prds-bar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
    z-index: 9999;
}
.prds-bar img {
    width: 40px;
    height: 40px;
}
.prds-brand {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}
