.sbb-like-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.sbb-like-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.sbb-like-btn.voted {
    opacity: 0.5;
    filter: grayscale(60%);
}

.sbb-like-btn img {
    width: 32px;
    height: 32px;
}

.sbb-like-count {
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
}
