.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-50);
    border: 1px solid var(--surface-3);
    color: var(--text-primary);
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.social-icon svg {
    width: 24px;
    height: 24px;
}