.psb-container {
    display: flex;
    gap: 10px;
}

.psb-btn {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
}

.psb-icon {
    width: 100%;
    height: 100%;
}
